diff --git a/package.json b/package.json index 4713ddc..3b266cc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@typescript-eslint/parser": "^7.7.1", "@vercel/ncc": "^0.38.1", "eslint": "^8.56.0", - "eslint-plugin-github": "^4.10.1", + "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index 0d1bbe1..c4c491e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2275,10 +2275,10 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^4.10.1: - version "4.10.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.10.2.tgz#04bee657d4813f2d0f74831658cf5b036168e367" - integrity sha512-F1F5aAFgi1Y5hYoTFzGQACBkw5W1hu2Fu5FSTrMlXqrojJnKl1S2pWO/rprlowRQpt+hzHhqSpsfnodJEVd5QA== +eslint-plugin-github@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.0.1.tgz#3bc21a64b478230f7fe2fb23fe7b802fa494ee1d" + integrity sha512-qbXG3wL5Uh2JB92EKeX2hPtO9c/t75qVxQjVLYuTFfhHifLZzv9CBvLCvoaBhLrAC/xTMVht7DK/NofYK8X4Dg== dependencies: "@github/browserslist-config" "^1.0.0" "@typescript-eslint/eslint-plugin" "^7.0.1"