diff --git a/package.json b/package.json index 6ce789a..652d367 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^8.14.0", "@vercel/ncc": "^0.38.3", "eslint": "^8.57.1", - "eslint-plugin-github": "^5.1.0", + "eslint-plugin-github": "^5.1.1", "eslint-plugin-jest": "^28.9.0", "jest": "^27.2.5", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 073480c..c49b113 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1692,6 +1692,11 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" +eslint-config-prettier@>=8.0.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" + integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== + eslint-import-resolver-node@^0.3.7: version "0.3.7" resolved "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#83b375187d412324a1963d84fa664377a23eb4d7" @@ -1733,16 +1738,17 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.1.0.tgz#cce62eb5de254dd7ceee6a1360e22a4a941c0b83" - integrity sha512-naVzPm9ZOIFKjAcTGP264JZjAMeCZQD8GmI8SnG582PEBbXdqIMMUqCysnwzsCEc1sJXB3d8wiE/KQsEJ7oiTA== +eslint-plugin-github@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.1.1.tgz#d0629b154a3b022a19108ec91cc5c1156284fa2e" + integrity sha512-+yE9caIn0v14AUE+vYksZy2xMnzHhsiiC9DBMbrZutb4nsHEZy+Uzimdfth7GAyxAh6VWCiivYG/ktH4LT+hnQ== dependencies: "@eslint/compat" "^1.2.3" "@eslint/eslintrc" "^3.1.0" "@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"