From 21ff6b52e8c0d6bc68ecd5293cc22c4571895717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:33:19 +0000 Subject: [PATCH] Bump eslint-plugin-github from 5.1.0 to 5.1.1 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1) --- 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 | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13457344..2891f763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vercel/ncc": "0.38.3", "ansi-styles": "5.2.0", "eslint": "8.57.1", - "eslint-plugin-github": "5.1.0", + "eslint-plugin-github": "5.1.1", "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "5.2.1", "js-yaml": "4.1.0", @@ -3319,8 +3319,6 @@ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, - "optional": true, - "peer": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -3430,9 +3428,9 @@ } }, "node_modules/eslint-plugin-github": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.0.tgz", - "integrity": "sha512-naVzPm9ZOIFKjAcTGP264JZjAMeCZQD8GmI8SnG582PEBbXdqIMMUqCysnwzsCEc1sJXB3d8wiE/KQsEJ7oiTA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.1.tgz", + "integrity": "sha512-+yE9caIn0v14AUE+vYksZy2xMnzHhsiiC9DBMbrZutb4nsHEZy+Uzimdfth7GAyxAh6VWCiivYG/ktH4LT+hnQ==", "dev": true, "dependencies": { "@eslint/compat": "^1.2.3", @@ -3440,6 +3438,7 @@ "@eslint/js": "^9.14.0", "@github/browserslist-config": "^1.0.0", "aria-query": "^5.3.0", + "eslint-config-prettier": ">=8.0.0", "eslint-plugin-escompat": "^3.11.3", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-filenames": "^1.3.2", @@ -10803,8 +10802,6 @@ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, - "optional": true, - "peer": true, "requires": {} }, "eslint-import-resolver-node": { @@ -10889,9 +10886,9 @@ } }, "eslint-plugin-github": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.0.tgz", - "integrity": "sha512-naVzPm9ZOIFKjAcTGP264JZjAMeCZQD8GmI8SnG582PEBbXdqIMMUqCysnwzsCEc1sJXB3d8wiE/KQsEJ7oiTA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-5.1.1.tgz", + "integrity": "sha512-+yE9caIn0v14AUE+vYksZy2xMnzHhsiiC9DBMbrZutb4nsHEZy+Uzimdfth7GAyxAh6VWCiivYG/ktH4LT+hnQ==", "dev": true, "requires": { "@eslint/compat": "^1.2.3", @@ -10899,6 +10896,7 @@ "@eslint/js": "^9.14.0", "@github/browserslist-config": "^1.0.0", "aria-query": "^5.3.0", + "eslint-config-prettier": ">=8.0.0", "eslint-plugin-escompat": "^3.11.3", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-filenames": "^1.3.2", diff --git a/package.json b/package.json index a1a8581c..fc60480f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@vercel/ncc": "0.38.3", "ansi-styles": "5.2.0", "eslint": "8.57.1", - "eslint-plugin-github": "5.1.0", + "eslint-plugin-github": "5.1.1", "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "5.2.1", "js-yaml": "4.1.0",