Skip to content

Commit 7ebe678

Browse files
build(deps-dev): bump eslint from 10.0.3 to 10.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 10.0.3 to 10.1.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.3...v10.1.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8170c1 commit 7ebe678

2 files changed

Lines changed: 18 additions & 28 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/validator": "^13.15.10",
7777
"axios": "^1.13.6",
7878
"babel-jest": "^30.2.0",
79-
"eslint": "^10.0.3",
79+
"eslint": "^10.1.0",
8080
"eslint-config-prettier": "^10.1.8",
8181
"eslint-plugin-prettier": "^5.5.5",
8282
"jest": "^30.3.0",

yarn.lock

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,14 +1031,14 @@
10311031
debug "^4.3.1"
10321032
minimatch "^10.2.4"
10331033

1034-
"@eslint/config-helpers@^0.5.2":
1035-
version "0.5.2"
1036-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
1037-
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
1034+
"@eslint/config-helpers@^0.5.3":
1035+
version "0.5.3"
1036+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
1037+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
10381038
dependencies:
1039-
"@eslint/core" "^1.1.0"
1039+
"@eslint/core" "^1.1.1"
10401040

1041-
"@eslint/core@^1.1.0", "@eslint/core@^1.1.1":
1041+
"@eslint/core@^1.1.1":
10421042
version "1.1.1"
10431043
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
10441044
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
@@ -2448,17 +2448,7 @@ ajv@^6.12.6, ajv@^6.14.0:
24482448
json-schema-traverse "^0.4.1"
24492449
uri-js "^4.2.2"
24502450

2451-
ajv@^8.0.0:
2452-
version "8.17.1"
2453-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
2454-
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
2455-
dependencies:
2456-
fast-deep-equal "^3.1.3"
2457-
fast-uri "^3.0.1"
2458-
json-schema-traverse "^1.0.0"
2459-
require-from-string "^2.0.2"
2460-
2461-
ajv@^8.18.0:
2451+
ajv@^8.0.0, ajv@^8.18.0:
24622452
version "8.18.0"
24632453
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
24642454
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
@@ -3496,15 +3486,15 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
34963486
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
34973487
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
34983488

3499-
eslint@^10.0.3:
3500-
version "10.0.3"
3501-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
3502-
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
3489+
eslint@^10.1.0:
3490+
version "10.1.0"
3491+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
3492+
integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
35033493
dependencies:
35043494
"@eslint-community/eslint-utils" "^4.8.0"
35053495
"@eslint-community/regexpp" "^4.12.2"
35063496
"@eslint/config-array" "^0.23.3"
3507-
"@eslint/config-helpers" "^0.5.2"
3497+
"@eslint/config-helpers" "^0.5.3"
35083498
"@eslint/core" "^1.1.1"
35093499
"@eslint/plugin-kit" "^0.6.1"
35103500
"@humanfs/node" "^0.16.6"
@@ -3517,7 +3507,7 @@ eslint@^10.0.3:
35173507
escape-string-regexp "^4.0.0"
35183508
eslint-scope "^9.1.2"
35193509
eslint-visitor-keys "^5.0.1"
3520-
espree "^11.1.1"
3510+
espree "^11.2.0"
35213511
esquery "^1.7.0"
35223512
esutils "^2.0.2"
35233513
fast-deep-equal "^3.1.3"
@@ -3541,10 +3531,10 @@ espree@^10.0.1:
35413531
acorn-jsx "^5.3.2"
35423532
eslint-visitor-keys "^4.2.1"
35433533

3544-
espree@^11.1.1:
3545-
version "11.1.1"
3546-
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
3547-
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
3534+
espree@^11.2.0:
3535+
version "11.2.0"
3536+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
3537+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
35483538
dependencies:
35493539
acorn "^8.16.0"
35503540
acorn-jsx "^5.3.2"

0 commit comments

Comments
 (0)