Skip to content

Commit 02b8e68

Browse files
chore(deps): update dependency eslint to v10
1 parent 7488aaf commit 02b8e68

File tree

2 files changed

+63
-147
lines changed

2 files changed

+63
-147
lines changed

package.json

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

yarn.lock

Lines changed: 62 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -26,65 +26,45 @@
2626
dependencies:
2727
eslint-visitor-keys "^3.4.3"
2828

29-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
29+
"@eslint-community/regexpp@^4.12.2":
3030
version "4.12.2"
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.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==
34+
"@eslint/config-array@^0.23.4":
35+
version "0.23.4"
36+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.4.tgz#b4e160e668694011b355bfe9a89eb61a0eb641c4"
37+
integrity sha512-lf19F24LSMfF8weXvW5QEtnLqW70u7kgit5e9PSx0MsHAFclGd1T9ynvWEMDT1w5J4Qt54tomGeAhdoAku1Xow==
3838
dependencies:
39-
"@eslint/object-schema" "^2.1.7"
39+
"@eslint/object-schema" "^3.0.4"
4040
debug "^4.3.1"
41-
minimatch "^3.1.5"
41+
minimatch "^10.2.4"
4242

43-
"@eslint/config-helpers@^0.4.2":
44-
version "0.4.2"
45-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
46-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
43+
"@eslint/config-helpers@^0.5.4":
44+
version "0.5.4"
45+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.4.tgz#0b16c091dd16766f27e41f09bd264e3585a45652"
46+
integrity sha512-jJhqiY3wPMlWWO3370M86CPJ7pt8GmEwSLglMfQhjXal07RCvhmU0as4IuUEW5SJeunfItiEetHmSxCCe9lDBg==
4747
dependencies:
48-
"@eslint/core" "^0.17.0"
48+
"@eslint/core" "^1.2.0"
4949

50-
"@eslint/core@^0.17.0":
51-
version "0.17.0"
52-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
53-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
50+
"@eslint/core@^1.2.0":
51+
version "1.2.0"
52+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.0.tgz#3f741da0119058ad2a567a6f215677b5557a19e9"
53+
integrity sha512-8FTGbNzTvmSlc4cZBaShkC6YvFMG0riksYWRFKXztqVdXaQbcZLXlFbSpC05s70sGEsXAw0qwhx69JiW7hQS7A==
5454
dependencies:
5555
"@types/json-schema" "^7.0.15"
5656

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==
61-
dependencies:
62-
ajv "^6.14.0"
63-
debug "^4.3.2"
64-
espree "^10.0.1"
65-
globals "^14.0.0"
66-
ignore "^5.2.0"
67-
import-fresh "^3.2.1"
68-
js-yaml "^4.1.1"
69-
minimatch "^3.1.5"
70-
strip-json-comments "^3.1.1"
71-
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==
76-
77-
"@eslint/object-schema@^2.1.7":
78-
version "2.1.7"
79-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
80-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
81-
82-
"@eslint/plugin-kit@^0.4.1":
83-
version "0.4.1"
84-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
85-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
57+
"@eslint/object-schema@^3.0.4":
58+
version "3.0.4"
59+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.4.tgz#8ce3aff08f6ca7c3bd9e1cec34530fc7fb44546a"
60+
integrity sha512-55lO/7+Yp0ISKRP0PsPtNTeNGapXaO085aELZmWCVc5SH3jfrqpuU6YgOdIxMS99ZHkQN1cXKE+cdIqwww9ptw==
61+
62+
"@eslint/plugin-kit@^0.7.0":
63+
version "0.7.0"
64+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.0.tgz#7442f663da4d61091d2af0b30c8a6b50949fb26d"
65+
integrity sha512-ejvBr8MQCbVsWNZnCwDXjUKq40MDmHalq7cJ6e9s/qzTUFIIo/afzt1Vui9T97FM/V/pN4YsFVoed5NIa96RDg==
8666
dependencies:
87-
"@eslint/core" "^0.17.0"
67+
"@eslint/core" "^1.2.0"
8868
levn "^0.4.1"
8969

9070
"@fastify/ajv-compiler@^4.0.5":
@@ -347,7 +327,12 @@
347327
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
348328
integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
349329

350-
"@types/estree@^1.0.0", "@types/estree@^1.0.6":
330+
"@types/esrecurse@^4.3.1":
331+
version "4.3.1"
332+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
333+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
334+
335+
"@types/estree@^1.0.0", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
351336
version "1.0.8"
352337
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
353338
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -618,7 +603,7 @@ acorn-walk@^8.3.5:
618603
dependencies:
619604
acorn "^8.11.0"
620605

621-
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.6.0:
606+
acorn@^8.11.0, acorn@^8.4.1, acorn@^8.6.0:
622607
version "8.15.0"
623608
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
624609
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -680,7 +665,7 @@ ansi-regex@^6.0.1, ansi-regex@^6.2.2:
680665
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
681666
integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
682667

683-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
668+
ansi-styles@^4.0.0:
684669
version "4.3.0"
685670
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
686671
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -901,11 +886,6 @@ call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
901886
es-errors "^1.3.0"
902887
function-bind "^1.1.2"
903888

904-
callsites@^3.0.0:
905-
version "3.1.0"
906-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
907-
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
908-
909889
callsites@^4.2.0:
910890
version "4.2.0"
911891
resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.2.0.tgz#98761d5be3ce092e4b9c92f7fb8c8eb9b83cadc8"
@@ -918,14 +898,6 @@ cbor@^10.0.11:
918898
dependencies:
919899
nofilter "^3.0.2"
920900

921-
chalk@^4.0.0:
922-
version "4.1.2"
923-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
924-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
925-
dependencies:
926-
ansi-styles "^4.1.0"
927-
supports-color "^7.1.0"
928-
929901
chalk@^5.6.2:
930902
version "5.6.2"
931903
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
@@ -1246,11 +1218,13 @@ eslint-plugin-tsdoc@0.5.2:
12461218
"@microsoft/tsdoc-config" "0.18.1"
12471219
"@typescript-eslint/utils" "~8.56.0"
12481220

1249-
eslint-scope@^8.4.0:
1250-
version "8.4.0"
1251-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
1252-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
1221+
eslint-scope@^9.1.2:
1222+
version "9.1.2"
1223+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
1224+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
12531225
dependencies:
1226+
"@types/esrecurse" "^4.3.1"
1227+
"@types/estree" "^1.0.8"
12541228
esrecurse "^4.3.0"
12551229
estraverse "^5.2.0"
12561230

@@ -1259,42 +1233,34 @@ eslint-visitor-keys@^3.4.3:
12591233
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
12601234
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
12611235

1262-
eslint-visitor-keys@^4.2.1:
1263-
version "4.2.1"
1264-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
1265-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
1266-
1267-
eslint-visitor-keys@^5.0.0:
1236+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
12681237
version "5.0.1"
12691238
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
12701239
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
12711240

1272-
eslint@9.39.4:
1273-
version "9.39.4"
1274-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
1275-
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
1241+
eslint@10.2.0:
1242+
version "10.2.0"
1243+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.0.tgz#711c80d32fc3fdd3a575bb93977df43887c3ec8e"
1244+
integrity sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==
12761245
dependencies:
12771246
"@eslint-community/eslint-utils" "^4.8.0"
1278-
"@eslint-community/regexpp" "^4.12.1"
1279-
"@eslint/config-array" "^0.21.2"
1280-
"@eslint/config-helpers" "^0.4.2"
1281-
"@eslint/core" "^0.17.0"
1282-
"@eslint/eslintrc" "^3.3.5"
1283-
"@eslint/js" "9.39.4"
1284-
"@eslint/plugin-kit" "^0.4.1"
1247+
"@eslint-community/regexpp" "^4.12.2"
1248+
"@eslint/config-array" "^0.23.4"
1249+
"@eslint/config-helpers" "^0.5.4"
1250+
"@eslint/core" "^1.2.0"
1251+
"@eslint/plugin-kit" "^0.7.0"
12851252
"@humanfs/node" "^0.16.6"
12861253
"@humanwhocodes/module-importer" "^1.0.1"
12871254
"@humanwhocodes/retry" "^0.4.2"
12881255
"@types/estree" "^1.0.6"
12891256
ajv "^6.14.0"
1290-
chalk "^4.0.0"
12911257
cross-spawn "^7.0.6"
12921258
debug "^4.3.2"
12931259
escape-string-regexp "^4.0.0"
1294-
eslint-scope "^8.4.0"
1295-
eslint-visitor-keys "^4.2.1"
1296-
espree "^10.4.0"
1297-
esquery "^1.5.0"
1260+
eslint-scope "^9.1.2"
1261+
eslint-visitor-keys "^5.0.1"
1262+
espree "^11.2.0"
1263+
esquery "^1.7.0"
12981264
esutils "^2.0.2"
12991265
fast-deep-equal "^3.1.3"
13001266
file-entry-cache "^8.0.0"
@@ -1304,26 +1270,25 @@ eslint@9.39.4:
13041270
imurmurhash "^0.1.4"
13051271
is-glob "^4.0.0"
13061272
json-stable-stringify-without-jsonify "^1.0.1"
1307-
lodash.merge "^4.6.2"
1308-
minimatch "^3.1.5"
1273+
minimatch "^10.2.4"
13091274
natural-compare "^1.4.0"
13101275
optionator "^0.9.3"
13111276

1312-
espree@^10.0.1, espree@^10.4.0:
1313-
version "10.4.0"
1314-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
1315-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
1277+
espree@^11.2.0:
1278+
version "11.2.0"
1279+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
1280+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
13161281
dependencies:
1317-
acorn "^8.15.0"
1282+
acorn "^8.16.0"
13181283
acorn-jsx "^5.3.2"
1319-
eslint-visitor-keys "^4.2.1"
1284+
eslint-visitor-keys "^5.0.1"
13201285

13211286
esprima@^4.0.0:
13221287
version "4.0.1"
13231288
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
13241289
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
13251290

1326-
esquery@^1.5.0:
1291+
esquery@^1.7.0:
13271292
version "1.7.0"
13281293
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
13291294
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -1641,11 +1606,6 @@ glob@^7.1.3:
16411606
once "^1.3.0"
16421607
path-is-absolute "^1.0.0"
16431608

1644-
globals@^14.0.0:
1645-
version "14.0.0"
1646-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
1647-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
1648-
16491609
globby@^16.1.1:
16501610
version "16.1.1"
16511611
resolved "https://registry.yarnpkg.com/globby/-/globby-16.1.1.tgz#a26012f57b819f0491c834dbf09f89b0ce6ba104"
@@ -1725,14 +1685,6 @@ ignore@^7.0.5:
17251685
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
17261686
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
17271687

1728-
import-fresh@^3.2.1:
1729-
version "3.3.1"
1730-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
1731-
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==
1732-
dependencies:
1733-
parent-module "^1.0.0"
1734-
resolve-from "^4.0.0"
1735-
17361688
imurmurhash@^0.1.4:
17371689
version "0.1.4"
17381690
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
@@ -1899,13 +1851,6 @@ js-yaml@^3.14.1:
18991851
argparse "^1.0.7"
19001852
esprima "^4.0.0"
19011853

1902-
js-yaml@^4.1.1:
1903-
version "4.1.1"
1904-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
1905-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
1906-
dependencies:
1907-
argparse "^2.0.1"
1908-
19091854
json-buffer@3.0.1:
19101855
version "3.0.1"
19111856
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
@@ -1986,11 +1931,6 @@ lodash.isarguments@^3.1.0:
19861931
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
19871932
integrity sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==
19881933

1989-
lodash.merge@^4.6.2:
1990-
version "4.6.2"
1991-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
1992-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
1993-
19941934
lodash@^4.17.15:
19951935
version "4.17.23"
19961936
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
@@ -2105,13 +2045,6 @@ minimatch@^3.1.1:
21052045
dependencies:
21062046
brace-expansion "^1.1.7"
21072047

2108-
minimatch@^3.1.5:
2109-
version "3.1.5"
2110-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
2111-
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2112-
dependencies:
2113-
brace-expansion "^1.1.7"
2114-
21152048
minimist@^1.2.6:
21162049
version "1.2.8"
21172050
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -2244,13 +2177,6 @@ package-config@^5.0.0:
22442177
find-up-simple "^1.0.0"
22452178
load-json-file "^7.0.1"
22462179

2247-
parent-module@^1.0.0:
2248-
version "1.0.1"
2249-
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
2250-
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
2251-
dependencies:
2252-
callsites "^3.0.0"
2253-
22542180
parse-ms@^4.0.0:
22552181
version "4.0.0"
22562182
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
@@ -2465,11 +2391,6 @@ resolve-cwd@^3.0.0:
24652391
dependencies:
24662392
resolve-from "^5.0.0"
24672393

2468-
resolve-from@^4.0.0:
2469-
version "4.0.0"
2470-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
2471-
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
2472-
24732394
resolve-from@^5.0.0:
24742395
version "5.0.0"
24752396
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
@@ -2676,11 +2597,6 @@ strip-json-comments@^2.0.0:
26762597
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
26772598
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
26782599

2679-
strip-json-comments@^3.1.1:
2680-
version "3.1.1"
2681-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
2682-
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
2683-
26842600
strip-json-comments@^5.0.2:
26852601
version "5.0.3"
26862602
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.3.tgz#b7304249dd402ee67fd518ada993ab3593458bcf"

0 commit comments

Comments
 (0)