diff --git a/package-lock.json b/package-lock.json index b9e6f9f..d49383f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-ava": "14.0.0", - "eslint-plugin-github": "5.1.0", + "eslint-plugin-github": "5.1.1", "eslint-plugin-simple-import-sort": "12.1.1", "husky": "9.1.7", "lint-staged": "15.2.10", @@ -2481,9 +2481,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", @@ -2491,6 +2491,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", @@ -8624,9 +8625,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", @@ -8634,6 +8635,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 4b5c64f..a5a343b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-ava": "14.0.0", - "eslint-plugin-github": "5.1.0", + "eslint-plugin-github": "5.1.1", "eslint-plugin-simple-import-sort": "12.1.1", "husky": "9.1.7", "lint-staged": "15.2.10",