Skip to content

Commit 0867e76

Browse files
renovate[bot]mergify[bot]
authored andcommitted
Update dependency eslint to v10.8.0
1 parent 7f2d87b commit 0867e76

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@types/nodemailer": "8.0.1",
5656
"@types/web-push": "3.6.4",
5757
"cross-env": "10.1.0",
58-
"eslint": "10.7.0",
58+
"eslint": "10.8.0",
5959
"eslint-config-prettier": "10.1.8",
6060
"husky": "9.1.7",
6161
"lint-staged": "17.0.8",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
debug "^4.3.1"
4141
minimatch "^10.2.4"
4242

43-
"@eslint/config-helpers@^0.6.0":
44-
version "0.6.0"
45-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.6.0.tgz#ef9a36881d39dfd5dbeac22b0da997fabfb08b03"
46-
integrity sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==
43+
"@eslint/config-helpers@^0.7.0":
44+
version "0.7.0"
45+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.7.0.tgz#09ee4aa07b73f059ec2d4c74bf4b2ff02b322377"
46+
integrity sha512-DObd/KKUsU+FaFv4PLxSRenpXfQWmPXXP3pPZ6/K1PCrMu2vQpMDMuQe/BqYeoLcz8ro0bVDF1RxOJgfVEdhUw==
4747
dependencies:
4848
"@eslint/core" "^1.2.1"
4949

@@ -1364,15 +1364,15 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
13641364
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
13651365
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
13661366

1367-
eslint@10.7.0:
1368-
version "10.7.0"
1369-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.7.0.tgz#cd3b8022f3b1e3b183760d90dfc58e9d3644106b"
1370-
integrity sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==
1367+
eslint@10.8.0:
1368+
version "10.8.0"
1369+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.8.0.tgz#e6d19907a3f090a53a022261ba34c5ff6d04908b"
1370+
integrity sha512-nuKKvN+oIBO0koN7Tm7dlkmnkc21mtt0QJLwAKzjLq14y6lRTdVG36MZHJ8eQHwdJMwZbQNMlPOYedMq/oVJvQ==
13711371
dependencies:
13721372
"@eslint-community/eslint-utils" "^4.8.0"
13731373
"@eslint-community/regexpp" "^4.12.2"
13741374
"@eslint/config-array" "^0.23.5"
1375-
"@eslint/config-helpers" "^0.6.0"
1375+
"@eslint/config-helpers" "^0.7.0"
13761376
"@eslint/core" "^1.2.1"
13771377
"@eslint/plugin-kit" "^0.7.2"
13781378
"@humanfs/node" "^0.16.6"
@@ -1396,7 +1396,7 @@ eslint@10.7.0:
13961396
imurmurhash "^0.1.4"
13971397
is-glob "^4.0.0"
13981398
json-stable-stringify-without-jsonify "^1.0.1"
1399-
minimatch "^10.2.4"
1399+
minimatch "^10.2.5"
14001400
natural-compare "^1.4.0"
14011401
optionator "^0.9.3"
14021402

@@ -2281,7 +2281,7 @@ minimalistic-assert@^1.0.0:
22812281
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
22822282
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
22832283

2284-
minimatch@^10.2.1, minimatch@^10.2.2, minimatch@^10.2.4:
2284+
minimatch@^10.2.1, minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
22852285
version "10.2.5"
22862286
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
22872287
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==

0 commit comments

Comments
 (0)