diff --git a/package.json b/package.json index ca94dce..b22d531 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@typescript-eslint/parser": "^7.9.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", - "eslint-plugin-github": "^4.10.2", + "eslint-plugin-github": "^5.0.1", "eslint-plugin-prettier": "^5.1.3", "prettier": "3.2.5", "ts-node-dev": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 341b2ba..20b1966 100644 --- a/yarn.lock +++ b/yarn.lock @@ -910,10 +910,10 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^4.10.2: - 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"