Skip to content

Commit 7ac4192

Browse files
chore(deps): update dependency eslint to v9.39.4
1 parent 2906035 commit 7ac4192

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ava": "6.4.1",
4747
"axios-mock-adapter": "2.1.0",
4848
"c8": "10.1.3",
49-
"eslint": "9.39.3",
49+
"eslint": "9.39.4",
5050
"eslint-config-prettier": "10.1.8",
5151
"eslint-plugin-tsdoc": "0.5.2",
5252
"mocksse": "1.0.4",

yarn.lock

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
3232
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
3333

34-
"@eslint/config-array@^0.21.1":
35-
version "0.21.1"
36-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
37-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
34+
"@eslint/config-array@^0.21.2":
35+
version "0.21.2"
36+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
37+
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
3838
dependencies:
3939
"@eslint/object-schema" "^2.1.7"
4040
debug "^4.3.1"
41-
minimatch "^3.1.2"
41+
minimatch "^3.1.5"
4242

4343
"@eslint/config-helpers@^0.4.2":
4444
version "0.4.2"
@@ -54,25 +54,25 @@
5454
dependencies:
5555
"@types/json-schema" "^7.0.15"
5656

57-
"@eslint/eslintrc@^3.3.1":
58-
version "3.3.3"
59-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.3.tgz#26393a0806501b5e2b6a43aa588a4d8df67880ac"
60-
integrity sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==
57+
"@eslint/eslintrc@^3.3.5":
58+
version "3.3.5"
59+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
60+
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
6161
dependencies:
62-
ajv "^6.12.4"
62+
ajv "^6.14.0"
6363
debug "^4.3.2"
6464
espree "^10.0.1"
6565
globals "^14.0.0"
6666
ignore "^5.2.0"
6767
import-fresh "^3.2.1"
6868
js-yaml "^4.1.1"
69-
minimatch "^3.1.2"
69+
minimatch "^3.1.5"
7070
strip-json-comments "^3.1.1"
7171

72-
"@eslint/js@9.39.3":
73-
version "9.39.3"
74-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
75-
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
72+
"@eslint/js@9.39.4":
73+
version "9.39.4"
74+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
75+
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
7676

7777
"@eslint/object-schema@^2.1.7":
7878
version "2.1.7"
@@ -595,10 +595,10 @@ ajv@8.18.0, ajv@~8.18.0:
595595
json-schema-traverse "^1.0.0"
596596
require-from-string "^2.0.2"
597597

598-
ajv@^6.12.4:
599-
version "6.12.6"
600-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
601-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
598+
ajv@^6.14.0:
599+
version "6.14.0"
600+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
601+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
602602
dependencies:
603603
fast-deep-equal "^3.1.1"
604604
fast-json-stable-stringify "^2.0.0"
@@ -1223,24 +1223,24 @@ eslint-visitor-keys@^5.0.0:
12231223
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
12241224
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
12251225

1226-
eslint@9.39.3:
1227-
version "9.39.3"
1228-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
1229-
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
1226+
eslint@9.39.4:
1227+
version "9.39.4"
1228+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
1229+
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
12301230
dependencies:
12311231
"@eslint-community/eslint-utils" "^4.8.0"
12321232
"@eslint-community/regexpp" "^4.12.1"
1233-
"@eslint/config-array" "^0.21.1"
1233+
"@eslint/config-array" "^0.21.2"
12341234
"@eslint/config-helpers" "^0.4.2"
12351235
"@eslint/core" "^0.17.0"
1236-
"@eslint/eslintrc" "^3.3.1"
1237-
"@eslint/js" "9.39.3"
1236+
"@eslint/eslintrc" "^3.3.5"
1237+
"@eslint/js" "9.39.4"
12381238
"@eslint/plugin-kit" "^0.4.1"
12391239
"@humanfs/node" "^0.16.6"
12401240
"@humanwhocodes/module-importer" "^1.0.1"
12411241
"@humanwhocodes/retry" "^0.4.2"
12421242
"@types/estree" "^1.0.6"
1243-
ajv "^6.12.4"
1243+
ajv "^6.14.0"
12441244
chalk "^4.0.0"
12451245
cross-spawn "^7.0.6"
12461246
debug "^4.3.2"
@@ -1259,7 +1259,7 @@ eslint@9.39.3:
12591259
is-glob "^4.0.0"
12601260
json-stable-stringify-without-jsonify "^1.0.1"
12611261
lodash.merge "^4.6.2"
1262-
minimatch "^3.1.2"
1262+
minimatch "^3.1.5"
12631263
natural-compare "^1.4.0"
12641264
optionator "^0.9.3"
12651265

@@ -2052,13 +2052,20 @@ minimatch@^10.2.2:
20522052
dependencies:
20532053
brace-expansion "^5.0.2"
20542054

2055-
minimatch@^3.1.1, minimatch@^3.1.2:
2055+
minimatch@^3.1.1:
20562056
version "3.1.2"
20572057
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
20582058
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
20592059
dependencies:
20602060
brace-expansion "^1.1.7"
20612061

2062+
minimatch@^3.1.5:
2063+
version "3.1.5"
2064+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
2065+
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2066+
dependencies:
2067+
brace-expansion "^1.1.7"
2068+
20622069
minimatch@^9.0.4, minimatch@^9.0.5:
20632070
version "9.0.5"
20642071
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"

0 commit comments

Comments
 (0)