diff --git a/package.json b/package.json index b86a4af..ad0196a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^8.26.1", "@vercel/ncc": "^0.38.3", "eslint": "^9.22.0", - "eslint-plugin-github": "^5.1.7", + "eslint-plugin-github": "^6.0.0", "eslint-plugin-jest": "^28.11.0", "jest": "^27.2.5", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index c9afe2e..a79861d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1977,10 +1977,10 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^5.1.7: - version "5.1.7" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.1.7.tgz#3c47729465c2f92de24295901abdf0cfab590997" - integrity sha512-P3S5TwvHy8u1QadfcI/tZ2uNFMTHv+mT/YmEdLEgEzp08mA3iK02kg/IhoWOz0SnbTyUi1qrq0a6SwC3uQSkpQ== +eslint-plugin-github@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-6.0.0.tgz#69686f263792029fa9f6fa786bffbe025610abcc" + integrity sha512-J8MvUoiR/TU/Y9NnEmg1AnbvMUj9R6IO260z47zymMLLvso7B4c80IKjd8diqmqtSmeXXlbIus4i0SvK84flag== dependencies: "@eslint/compat" "^1.2.3" "@eslint/eslintrc" "^3.1.0" @@ -1999,10 +1999,11 @@ eslint-plugin-github@^5.1.7: eslint-plugin-no-only-tests "^3.0.0" eslint-plugin-prettier "^5.2.1" eslint-rule-documentation ">=1.0.0" - globals "^15.12.0" + globals "^16.0.0" jsx-ast-utils "^3.3.2" prettier "^3.0.0" svg-element-attributes "^1.3.1" + typescript "^5.7.3" typescript-eslint "^8.14.0" eslint-plugin-i18n-text@^1.0.1: @@ -2479,10 +2480,10 @@ globals@^14.0.0: resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== -globals@^15.12.0: - version "15.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-15.12.0.tgz#1811872883ad8f41055b61457a130221297de5b5" - integrity sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ== +globals@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-16.0.0.tgz#3d7684652c5c4fbd086ec82f9448214da49382d8" + integrity sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A== globalthis@^1.0.3: version "1.0.3" @@ -4763,6 +4764,11 @@ typescript@^4.9.5: resolved "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.7.3: + version "5.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" + integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== + unbox-primitive@^1.0.2: version "1.0.2" resolved "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"