Skip to content

Commit 4eb6bc0

Browse files
chore(deps): update dependency eslint to v10
1 parent 9994653 commit 4eb6bc0

2 files changed

Lines changed: 65 additions & 97 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "8.58.1",
4444
"bob-the-bundler": "7.0.1",
4545
"cross-env": "10.1.0",
46-
"eslint": "9.39.4",
46+
"eslint": "10.2.0",
4747
"eslint-plugin-import": "2.32.0",
4848
"graphql": "16.13.2",
4949
"husky": "9.1.7",

yarn.lock

Lines changed: 64 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,65 +1199,45 @@
11991199
dependencies:
12001200
eslint-visitor-keys "^3.4.3"
12011201

1202-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
1202+
"@eslint-community/regexpp@^4.12.2":
12031203
version "4.12.2"
12041204
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
12051205
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
12061206

1207-
"@eslint/config-array@^0.21.2":
1208-
version "0.21.2"
1209-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
1210-
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
1207+
"@eslint/config-array@^0.23.4":
1208+
version "0.23.5"
1209+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.5.tgz#56e86d243049195d8acc0c06a1b3dfdc3fa3de95"
1210+
integrity sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==
12111211
dependencies:
1212-
"@eslint/object-schema" "^2.1.7"
1212+
"@eslint/object-schema" "^3.0.5"
12131213
debug "^4.3.1"
1214-
minimatch "^3.1.5"
1214+
minimatch "^10.2.4"
12151215

1216-
"@eslint/config-helpers@^0.4.2":
1217-
version "0.4.2"
1218-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1219-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1216+
"@eslint/config-helpers@^0.5.4":
1217+
version "0.5.5"
1218+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.5.tgz#ae16134e4792ac5fbdc533548a24ac1ea9f7f3ae"
1219+
integrity sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==
12201220
dependencies:
1221-
"@eslint/core" "^0.17.0"
1221+
"@eslint/core" "^1.2.1"
12221222

1223-
"@eslint/core@^0.17.0":
1224-
version "0.17.0"
1225-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1226-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1223+
"@eslint/core@^1.2.0", "@eslint/core@^1.2.1":
1224+
version "1.2.1"
1225+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.2.1.tgz#c1da7cd1b82fa8787f98b5629fb811848a1b63ce"
1226+
integrity sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==
12271227
dependencies:
12281228
"@types/json-schema" "^7.0.15"
12291229

1230-
"@eslint/eslintrc@^3.3.5":
1231-
version "3.3.5"
1232-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
1233-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
1234-
dependencies:
1235-
ajv "^6.14.0"
1236-
debug "^4.3.2"
1237-
espree "^10.0.1"
1238-
globals "^14.0.0"
1239-
ignore "^5.2.0"
1240-
import-fresh "^3.2.1"
1241-
js-yaml "^4.1.1"
1242-
minimatch "^3.1.5"
1243-
strip-json-comments "^3.1.1"
1244-
1245-
1246-
version "9.39.4"
1247-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
1248-
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
1249-
1250-
"@eslint/object-schema@^2.1.7":
1251-
version "2.1.7"
1252-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1253-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1230+
"@eslint/object-schema@^3.0.5":
1231+
version "3.0.5"
1232+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.5.tgz#88e9bf4d11d2b19c082e78ebe7ce88724a5eb091"
1233+
integrity sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==
12541234

1255-
"@eslint/plugin-kit@^0.4.1":
1256-
version "0.4.1"
1257-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1258-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1235+
"@eslint/plugin-kit@^0.7.0":
1236+
version "0.7.1"
1237+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz#c4125fd015eceeb09b793109fdbcd4dd0a02d346"
1238+
integrity sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==
12591239
dependencies:
1260-
"@eslint/core" "^0.17.0"
1240+
"@eslint/core" "^1.2.1"
12611241
levn "^0.4.1"
12621242

12631243
"@fastify/busboy@^3.1.1":
@@ -2349,7 +2329,12 @@
23492329
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
23502330
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
23512331

2352-
"@types/estree@^1.0.0", "@types/estree@^1.0.6":
2332+
"@types/esrecurse@^4.3.1":
2333+
version "4.3.1"
2334+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
2335+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
2336+
2337+
"@types/estree@^1.0.0", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
23532338
version "1.0.8"
23542339
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
23552340
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -2642,7 +2627,7 @@ acorn-walk@^8.1.1:
26422627
dependencies:
26432628
acorn "^8.11.0"
26442629

2645-
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1:
2630+
acorn@^8.11.0, acorn@^8.16.0, acorn@^8.4.1:
26462631
version "8.16.0"
26472632
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
26482633
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
@@ -3604,11 +3589,13 @@ [email protected]:
36043589
string.prototype.trimend "^1.0.9"
36053590
tsconfig-paths "^3.15.0"
36063591

3607-
eslint-scope@^8.4.0:
3608-
version "8.4.0"
3609-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
3610-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
3592+
eslint-scope@^9.1.2:
3593+
version "9.1.2"
3594+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
3595+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
36113596
dependencies:
3597+
"@types/esrecurse" "^4.3.1"
3598+
"@types/estree" "^1.0.8"
36123599
esrecurse "^4.3.0"
36133600
estraverse "^5.2.0"
36143601

@@ -3617,42 +3604,34 @@ eslint-visitor-keys@^3.4.3:
36173604
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
36183605
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
36193606

3620-
eslint-visitor-keys@^4.2.1:
3621-
version "4.2.1"
3622-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3623-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3624-
3625-
eslint-visitor-keys@^5.0.0:
3607+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
36263608
version "5.0.1"
36273609
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
36283610
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
36293611

3630-
eslint@9.39.4:
3631-
version "9.39.4"
3632-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
3633-
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
3612+
eslint@10.2.0:
3613+
version "10.2.0"
3614+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.2.0.tgz#711c80d32fc3fdd3a575bb93977df43887c3ec8e"
3615+
integrity sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==
36343616
dependencies:
36353617
"@eslint-community/eslint-utils" "^4.8.0"
3636-
"@eslint-community/regexpp" "^4.12.1"
3637-
"@eslint/config-array" "^0.21.2"
3638-
"@eslint/config-helpers" "^0.4.2"
3639-
"@eslint/core" "^0.17.0"
3640-
"@eslint/eslintrc" "^3.3.5"
3641-
"@eslint/js" "9.39.4"
3642-
"@eslint/plugin-kit" "^0.4.1"
3618+
"@eslint-community/regexpp" "^4.12.2"
3619+
"@eslint/config-array" "^0.23.4"
3620+
"@eslint/config-helpers" "^0.5.4"
3621+
"@eslint/core" "^1.2.0"
3622+
"@eslint/plugin-kit" "^0.7.0"
36433623
"@humanfs/node" "^0.16.6"
36443624
"@humanwhocodes/module-importer" "^1.0.1"
36453625
"@humanwhocodes/retry" "^0.4.2"
36463626
"@types/estree" "^1.0.6"
36473627
ajv "^6.14.0"
3648-
chalk "^4.0.0"
36493628
cross-spawn "^7.0.6"
36503629
debug "^4.3.2"
36513630
escape-string-regexp "^4.0.0"
3652-
eslint-scope "^8.4.0"
3653-
eslint-visitor-keys "^4.2.1"
3654-
espree "^10.4.0"
3655-
esquery "^1.5.0"
3631+
eslint-scope "^9.1.2"
3632+
eslint-visitor-keys "^5.0.1"
3633+
espree "^11.2.0"
3634+
esquery "^1.7.0"
36563635
esutils "^2.0.2"
36573636
fast-deep-equal "^3.1.3"
36583637
file-entry-cache "^8.0.0"
@@ -3662,26 +3641,25 @@ [email protected]:
36623641
imurmurhash "^0.1.4"
36633642
is-glob "^4.0.0"
36643643
json-stable-stringify-without-jsonify "^1.0.1"
3665-
lodash.merge "^4.6.2"
3666-
minimatch "^3.1.5"
3644+
minimatch "^10.2.4"
36673645
natural-compare "^1.4.0"
36683646
optionator "^0.9.3"
36693647

3670-
espree@^10.0.1, espree@^10.4.0:
3671-
version "10.4.0"
3672-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
3673-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
3648+
espree@^11.2.0:
3649+
version "11.2.0"
3650+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
3651+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
36743652
dependencies:
3675-
acorn "^8.15.0"
3653+
acorn "^8.16.0"
36763654
acorn-jsx "^5.3.2"
3677-
eslint-visitor-keys "^4.2.1"
3655+
eslint-visitor-keys "^5.0.1"
36783656

36793657
esprima@^4.0.0:
36803658
version "4.0.1"
36813659
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
36823660
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
36833661

3684-
esquery@^1.5.0:
3662+
esquery@^1.7.0:
36853663
version "1.7.0"
36863664
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
36873665
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -4068,11 +4046,6 @@ glob@^7.1.1:
40684046
once "^1.3.0"
40694047
path-is-absolute "^1.0.0"
40704048

4071-
globals@^14.0.0:
4072-
version "14.0.0"
4073-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
4074-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
4075-
40764049
globalthis@^1.0.4:
40774050
version "1.0.4"
40784051
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -4290,7 +4263,7 @@ immutable@~3.7.6:
42904263
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
42914264
integrity sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==
42924265

4293-
import-fresh@^3.2.1, import-fresh@^3.3.0:
4266+
import-fresh@^3.3.0:
42944267
version "3.3.1"
42954268
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"
42964269
integrity sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==
@@ -4939,7 +4912,7 @@ lodash.memoize@^4.1.2:
49394912
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
49404913
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
49414914

4942-
[email protected], lodash.merge@^4.6.2:
4915+
49434916
version "4.6.2"
49444917
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
49454918
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -5086,14 +5059,14 @@ [email protected]:
50865059
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
50875060
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
50885061

5089-
minimatch@^10.0.0, minimatch@^10.2.2:
5062+
minimatch@^10.0.0, minimatch@^10.2.2, minimatch@^10.2.4:
50905063
version "10.2.5"
50915064
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
50925065
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
50935066
dependencies:
50945067
brace-expansion "^5.0.5"
50955068

5096-
minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.5:
5069+
minimatch@^3.1.1, minimatch@^3.1.2:
50975070
version "3.1.5"
50985071
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
50995072
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
@@ -6254,11 +6227,6 @@ strip-final-newline@^3.0.0:
62546227
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
62556228
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
62566229

6257-
strip-json-comments@^3.1.1:
6258-
version "3.1.1"
6259-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
6260-
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
6261-
62626230
supports-color@^7.1.0:
62636231
version "7.2.0"
62646232
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"

0 commit comments

Comments
 (0)