From 065e29d02160ae597b15b0c0b35d5cc450dcefe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:34:05 +0000 Subject: [PATCH] Bump eslint-plugin-github from 4.1.3 to 4.1.5 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.3 to 4.1.5. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.1.3...v4.1.5) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c7cefb..dd32b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@vercel/ncc": "^0.28.6", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-github": "^4.1.3", + "eslint-plugin-github": "^4.1.5", "eslint-plugin-jest": "^24.4.0", "husky": "^7.0.1", "jest": "^27.0.6", @@ -2957,9 +2957,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.1.3.tgz", - "integrity": "sha512-90MZbFt61jO+hCprPAPH1VSLylQPsynmMId79z/fCGQEhm3qzbAkUG3NqhNK8ltWZfFbXFYuXB4S5BnNttYGhQ==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.1.5.tgz", + "integrity": "sha512-fY+3C8914Efqzmb6ODvL0ZNjv8xxLkwmUasYZ189IY1gL7AxFE9CVED+MZA8B1e+OZtnfTdrQR036t5AYoun0A==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^4.20.0", @@ -9807,9 +9807,9 @@ } }, "eslint-plugin-github": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.1.3.tgz", - "integrity": "sha512-90MZbFt61jO+hCprPAPH1VSLylQPsynmMId79z/fCGQEhm3qzbAkUG3NqhNK8ltWZfFbXFYuXB4S5BnNttYGhQ==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.1.5.tgz", + "integrity": "sha512-fY+3C8914Efqzmb6ODvL0ZNjv8xxLkwmUasYZ189IY1gL7AxFE9CVED+MZA8B1e+OZtnfTdrQR036t5AYoun0A==", "dev": true, "requires": { "@typescript-eslint/eslint-plugin": "^4.20.0", diff --git a/package.json b/package.json index 64a50e4..de019c9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vercel/ncc": "^0.28.6", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-github": "^4.1.3", + "eslint-plugin-github": "^4.1.5", "eslint-plugin-jest": "^24.4.0", "husky": "^7.0.1", "jest": "^27.0.6",