diff --git a/package.json b/package.json index a2fb92cb4..046096107 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-filenames": "^1.3.2", - "eslint-plugin-github": "5.1.8", + "eslint-plugin-github": "6.0.0", "eslint-plugin-i18n-text": "^1.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "28.11.0", diff --git a/yarn.lock b/yarn.lock index 3e13bfed4..d642f038d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1797,10 +1797,10 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@5.1.8: - version "5.1.8" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.1.8.tgz#3f784df07e71384445327dd354e8cce82c4ccdea" - integrity sha512-A6q+R3EBMF7hxIViWpQsalqpu3O0POcQ9VpN1m9W2I8yGumw+SFxXZUTafBd9X9mgUJhaU4M9qSifC1q/39H3A== +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" @@ -1819,10 +1819,11 @@ eslint-plugin-github@5.1.8: 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: @@ -2280,11 +2281,16 @@ globals@^14.0.0: resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== -globals@^15.0.0, globals@^15.11.0, globals@^15.12.0: +globals@^15.0.0, globals@^15.11.0: version "15.15.0" resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8" integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg== +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.4: version "1.0.4" resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236" @@ -4069,7 +4075,7 @@ typescript-eslint@^8.14.0: "@typescript-eslint/parser" "8.26.0" "@typescript-eslint/utils" "8.26.0" -typescript@5.8.2: +typescript@5.8.2, 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==