Skip to content

Commit 21c7fc0

Browse files
chore(deps): update dependency eslint to v8.54.0
1 parent 97781da commit 21c7fc0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/eslint-plugin": "6.11.0",
3434
"@typescript-eslint/parser": "6.11.0",
3535
"cpx": "1.5.0",
36-
"eslint": "8.53.0",
36+
"eslint": "8.54.0",
3737
"eslint-config-prettier": "9.0.0",
3838
"eslint-plugin-prettier": "5.0.1",
3939
"gas-webpack-plugin": "2.5.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,10 @@
621621
minimatch "^3.1.2"
622622
strip-json-comments "^3.1.1"
623623

624-
"@eslint/js@8.53.0":
625-
version "8.53.0"
626-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
627-
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
624+
"@eslint/js@8.54.0":
625+
version "8.54.0"
626+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.54.0.tgz#4fab9a2ff7860082c304f750e94acd644cf984cf"
627+
integrity sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==
628628

629629
630630
version "2.4.2"
@@ -2696,15 +2696,15 @@ eslint-visitor-keys@^3.4.3:
26962696
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26972697
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26982698

2699-
eslint@8.53.0:
2700-
version "8.53.0"
2701-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
2702-
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
2699+
eslint@8.54.0:
2700+
version "8.54.0"
2701+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.54.0.tgz#588e0dd4388af91a2e8fa37ea64924074c783537"
2702+
integrity sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==
27032703
dependencies:
27042704
"@eslint-community/eslint-utils" "^4.2.0"
27052705
"@eslint-community/regexpp" "^4.6.1"
27062706
"@eslint/eslintrc" "^2.1.3"
2707-
"@eslint/js" "8.53.0"
2707+
"@eslint/js" "8.54.0"
27082708
"@humanwhocodes/config-array" "^0.11.13"
27092709
"@humanwhocodes/module-importer" "^1.0.1"
27102710
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)