Skip to content

Commit ef3edb2

Browse files
Merge pull request #742 from infokiller/dependabot/npm_and_yarn/eslint-10.0.1
build(deps-dev): bump eslint from 10.0.0 to 10.0.1
2 parents 4d08d17 + eb28dec commit ef3edb2

File tree

2 files changed

+69
-31
lines changed

2 files changed

+69
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@typescript-eslint/eslint-plugin": "^4.33.0",
3333
"@typescript-eslint/parser": "^4.33.0",
34-
"eslint": "^10.0.0",
34+
"eslint": "^10.0.1",
3535
"eslint-config-google": "^0.14.0",
3636
"eslint-plugin-json": "^4.0.1",
3737
"gulp": "^5.0.1",

yarn.lock

Lines changed: 68 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@
139139
debug "^4.3.1"
140140
minimatch "^3.1.2"
141141

142-
"@eslint/config-array@^0.23.0":
143-
version "0.23.1"
144-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.1.tgz#908223da7b9148f1af5bfb3144b77a9387a89446"
145-
integrity sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==
142+
"@eslint/config-array@^0.23.2":
143+
version "0.23.2"
144+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
145+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
146146
dependencies:
147-
"@eslint/object-schema" "^3.0.1"
147+
"@eslint/object-schema" "^3.0.2"
148148
debug "^4.3.1"
149-
minimatch "^10.1.1"
149+
minimatch "^10.2.1"
150150

151151
"@eslint/config-helpers@^0.4.2":
152152
version "0.4.2"
@@ -221,10 +221,10 @@
221221
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
222222
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
223223

224-
"@eslint/object-schema@^3.0.1":
225-
version "3.0.1"
226-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.1.tgz#9a1dc9af00d790dc79a9bf57a756e3cb2740ddb9"
227-
integrity sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==
224+
"@eslint/object-schema@^3.0.2":
225+
version "3.0.2"
226+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
227+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
228228

229229
"@eslint/plugin-kit@^0.4.1":
230230
version "0.4.1"
@@ -737,6 +737,11 @@ acorn@^8.15.0:
737737
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
738738
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
739739

740+
acorn@^8.16.0:
741+
version "8.16.0"
742+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
743+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
744+
740745
acorn@^8.5.0:
741746
version "8.7.1"
742747
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
@@ -1016,6 +1021,11 @@ balanced-match@^2.0.0:
10161021
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz#dc70f920d78db8b858535795867bf48f820633d9"
10171022
integrity sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==
10181023

1024+
balanced-match@^4.0.2:
1025+
version "4.0.4"
1026+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1027+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1028+
10191029
bare-events@^2.2.0:
10201030
version "2.2.2"
10211031
resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.2.2.tgz#a98a41841f98b2efe7ecc5c5468814469b018078"
@@ -1088,6 +1098,13 @@ brace-expansion@^2.0.1:
10881098
dependencies:
10891099
balanced-match "^1.0.0"
10901100

1101+
brace-expansion@^5.0.2:
1102+
version "5.0.3"
1103+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
1104+
integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
1105+
dependencies:
1106+
balanced-match "^4.0.2"
1107+
10911108
braces@^3.0.3, braces@~3.0.2:
10921109
version "3.0.3"
10931110
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -1872,10 +1889,10 @@ eslint-scope@^8.4.0:
18721889
esrecurse "^4.3.0"
18731890
estraverse "^5.2.0"
18741891

1875-
eslint-scope@^9.1.0:
1876-
version "9.1.0"
1877-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e"
1878-
integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==
1892+
eslint-scope@^9.1.1:
1893+
version "9.1.1"
1894+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
1895+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
18791896
dependencies:
18801897
"@types/esrecurse" "^4.3.1"
18811898
"@types/estree" "^1.0.8"
@@ -1889,7 +1906,7 @@ eslint-utils@^3.0.0:
18891906
dependencies:
18901907
eslint-visitor-keys "^2.0.0"
18911908

1892-
eslint-visitor-keys@5.0.0, eslint-visitor-keys@^5.0.0:
1909+
eslint-visitor-keys@5.0.0:
18931910
version "5.0.0"
18941911
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
18951912
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
@@ -1909,6 +1926,11 @@ eslint-visitor-keys@^4.2.1:
19091926
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
19101927
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
19111928

1929+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
1930+
version "5.0.1"
1931+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
1932+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
1933+
19121934
eslint@9.39.2:
19131935
version "9.39.2"
19141936
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
@@ -1949,14 +1971,14 @@ eslint@9.39.2:
19491971
natural-compare "^1.4.0"
19501972
optionator "^0.9.3"
19511973

1952-
eslint@^10.0.0:
1953-
version "10.0.0"
1954-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e"
1955-
integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==
1974+
eslint@^10.0.1:
1975+
version "10.0.1"
1976+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
1977+
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
19561978
dependencies:
19571979
"@eslint-community/eslint-utils" "^4.8.0"
19581980
"@eslint-community/regexpp" "^4.12.2"
1959-
"@eslint/config-array" "^0.23.0"
1981+
"@eslint/config-array" "^0.23.2"
19601982
"@eslint/config-helpers" "^0.5.2"
19611983
"@eslint/core" "^1.1.0"
19621984
"@eslint/plugin-kit" "^0.6.0"
@@ -1968,9 +1990,9 @@ eslint@^10.0.0:
19681990
cross-spawn "^7.0.6"
19691991
debug "^4.3.2"
19701992
escape-string-regexp "^4.0.0"
1971-
eslint-scope "^9.1.0"
1972-
eslint-visitor-keys "^5.0.0"
1973-
espree "^11.1.0"
1993+
eslint-scope "^9.1.1"
1994+
eslint-visitor-keys "^5.0.1"
1995+
espree "^11.1.1"
19741996
esquery "^1.7.0"
19751997
esutils "^2.0.2"
19761998
fast-deep-equal "^3.1.3"
@@ -1981,7 +2003,7 @@ eslint@^10.0.0:
19812003
imurmurhash "^0.1.4"
19822004
is-glob "^4.0.0"
19832005
json-stable-stringify-without-jsonify "^1.0.1"
1984-
minimatch "^10.1.1"
2006+
minimatch "^10.2.1"
19852007
natural-compare "^1.4.0"
19862008
optionator "^0.9.3"
19872009

@@ -2029,7 +2051,7 @@ eslint@^8.51.0, eslint@^8.7.0:
20292051
strip-ansi "^6.0.1"
20302052
text-table "^0.2.0"
20312053

2032-
espree@11.1.0, espree@^11.1.0:
2054+
espree@11.1.0:
20332055
version "11.1.0"
20342056
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
20352057
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
@@ -2047,6 +2069,15 @@ espree@^10.0.1, espree@^10.4.0:
20472069
acorn-jsx "^5.3.2"
20482070
eslint-visitor-keys "^4.2.1"
20492071

2072+
espree@^11.1.1:
2073+
version "11.1.1"
2074+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
2075+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
2076+
dependencies:
2077+
acorn "^8.16.0"
2078+
acorn-jsx "^5.3.2"
2079+
eslint-visitor-keys "^5.0.1"
2080+
20502081
espree@^9.3.1, espree@^9.6.0, espree@^9.6.1:
20512082
version "9.6.1"
20522083
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -3765,12 +3796,12 @@ micromatch@^4.0.4, micromatch@^4.0.8:
37653796
braces "^3.0.3"
37663797
picomatch "^2.3.1"
37673798

3768-
minimatch@^10.1.1, minimatch@~10.1.1:
3769-
version "10.1.2"
3770-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.2.tgz#6c3f289f9de66d628fa3feb1842804396a43d81c"
3771-
integrity sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==
3799+
minimatch@^10.2.1:
3800+
version "10.2.2"
3801+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
3802+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
37723803
dependencies:
3773-
"@isaacs/brace-expansion" "^5.0.1"
3804+
brace-expansion "^5.0.2"
37743805

37753806
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
37763807
version "3.1.2"
@@ -3786,6 +3817,13 @@ minimatch@^9.0.4:
37863817
dependencies:
37873818
brace-expansion "^2.0.1"
37883819

3820+
minimatch@~10.1.1:
3821+
version "10.1.2"
3822+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.2.tgz#6c3f289f9de66d628fa3feb1842804396a43d81c"
3823+
integrity sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==
3824+
dependencies:
3825+
"@isaacs/brace-expansion" "^5.0.1"
3826+
37893827
minimist@^1.2.0, minimist@^1.2.8:
37903828
version "1.2.8"
37913829
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)