Skip to content

Commit 1dc4210

Browse files
Merge pull request #347 from giorgiabosello/dependabot/npm_and_yarn/eslint-9.22.0
build(deps-dev): bump eslint from 9.20.0 to 9.22.0
2 parents 83ac903 + c4a2977 commit 1dc4210

File tree

2 files changed

+56
-103
lines changed

2 files changed

+56
-103
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@typescript-eslint/parser": "8.23.0",
7676
"babel-loader": "9.2.1",
7777
"concurrently": "9.1.2",
78-
"eslint": "9.20.0",
78+
"eslint": "9.22.0",
7979
"eslint-config-airbnb": "19.0.4",
8080
"eslint-config-prettier": "10.0.1",
8181
"eslint-plugin-import": "2.31.0",

yarn.lock

Lines changed: 55 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,43 +1322,36 @@
13221322
dependencies:
13231323
eslint-visitor-keys "^3.3.0"
13241324

1325-
"@eslint-community/regexpp@^4.10.0":
1326-
version "4.10.0"
1327-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1328-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
1329-
1330-
"@eslint-community/regexpp@^4.12.1":
1325+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
13311326
version "4.12.1"
13321327
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
13331328
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
13341329

1335-
"@eslint/config-array@^0.19.0":
1336-
version "0.19.1"
1337-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.1.tgz#734aaea2c40be22bbb1f2a9dac687c57a6a4c984"
1338-
integrity sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==
1330+
"@eslint/config-array@^0.19.2":
1331+
version "0.19.2"
1332+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.19.2.tgz#3060b809e111abfc97adb0bb1172778b90cb46aa"
1333+
integrity sha512-GNKqxfHG2ySmJOBSHg7LxeUx4xpuCoFjacmlCoYWEbaPXLwvfIjixRI12xCQZeULksQb23uiA8F40w5TojpV7w==
13391334
dependencies:
1340-
"@eslint/object-schema" "^2.1.5"
1335+
"@eslint/object-schema" "^2.1.6"
13411336
debug "^4.3.1"
13421337
minimatch "^3.1.2"
13431338

1344-
"@eslint/core@^0.10.0":
1345-
version "0.10.0"
1346-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.10.0.tgz#23727063c21b335f752dbb3a16450f6f9cbc9091"
1347-
integrity sha512-gFHJ+xBOo4G3WRlR1e/3G8A6/KZAH6zcE/hkLRCZTi/B9avAG365QhFA8uOGzTMqgTghpn7/fSnscW++dpMSAw==
1348-
dependencies:
1349-
"@types/json-schema" "^7.0.15"
1339+
"@eslint/config-helpers@^0.1.0":
1340+
version "0.1.0"
1341+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
1342+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
13501343

1351-
"@eslint/core@^0.11.0":
1352-
version "0.11.0"
1353-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.11.0.tgz#7a9226e850922e42cbd2ba71361eacbe74352a12"
1354-
integrity sha512-DWUB2pksgNEb6Bz2fggIy1wh6fGgZP4Xyy/Mt0QZPiloKKXerbqq9D3SBQTlCRYOrcRPu4vuz+CGjwdfqxnoWA==
1344+
"@eslint/core@^0.12.0":
1345+
version "0.12.0"
1346+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
1347+
integrity sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==
13551348
dependencies:
13561349
"@types/json-schema" "^7.0.15"
13571350

1358-
"@eslint/eslintrc@^3.2.0":
1359-
version "3.2.0"
1360-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz#57470ac4e2e283a6bf76044d63281196e370542c"
1361-
integrity sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==
1351+
"@eslint/eslintrc@^3.3.0":
1352+
version "3.3.0"
1353+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.0.tgz#96a558f45842989cca7ea1ecd785ad5491193846"
1354+
integrity sha512-yaVPAiNAalnCZedKLdR21GOGILMLKPyqSLWaAjQFvYA2i/ciDi8ArYVr69Anohb6cH2Ukhqti4aFnYyPm8wdwQ==
13621355
dependencies:
13631356
ajv "^6.12.4"
13641357
debug "^4.3.2"
@@ -1370,22 +1363,22 @@
13701363
minimatch "^3.1.2"
13711364
strip-json-comments "^3.1.1"
13721365

1373-
"@eslint/js@9.20.0":
1374-
version "9.20.0"
1375-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.20.0.tgz#7421bcbe74889fcd65d1be59f00130c289856eb4"
1376-
integrity sha512-iZA07H9io9Wn836aVTytRaNqh00Sad+EamwOVJT12GTLw1VGMFV/4JaME+JjLtr9fiGaoWgYnS54wrfWsSs4oQ==
1366+
"@eslint/js@9.22.0":
1367+
version "9.22.0"
1368+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
1369+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
13771370

1378-
"@eslint/object-schema@^2.1.5":
1379-
version "2.1.5"
1380-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.5.tgz#8670a8f6258a2be5b2c620ff314a1d984c23eb2e"
1381-
integrity sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==
1371+
"@eslint/object-schema@^2.1.6":
1372+
version "2.1.6"
1373+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
1374+
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
13821375

1383-
"@eslint/plugin-kit@^0.2.5":
1384-
version "0.2.5"
1385-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.5.tgz#ee07372035539e7847ef834e3f5e7b79f09e3a81"
1386-
integrity sha512-lB05FkqEdUg2AA0xEbUz0SnkXT1LcCTa438W4IWTUh4hdOnVbQyOJ81OrDXsJk/LSiJHubgGEFoR5EHq1NsH1A==
1376+
"@eslint/plugin-kit@^0.2.7":
1377+
version "0.2.7"
1378+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz#9901d52c136fb8f375906a73dcc382646c3b6a27"
1379+
integrity sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==
13871380
dependencies:
1388-
"@eslint/core" "^0.10.0"
1381+
"@eslint/core" "^0.12.0"
13891382
levn "^0.4.1"
13901383

13911384
"@humanfs/core@^0.19.1":
@@ -1411,10 +1404,10 @@
14111404
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
14121405
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
14131406

1414-
"@humanwhocodes/retry@^0.4.1":
1415-
version "0.4.1"
1416-
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.1.tgz#9a96ce501bc62df46c4031fbd970e3cc6b10f07b"
1417-
integrity sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==
1407+
"@humanwhocodes/retry@^0.4.2":
1408+
version "0.4.2"
1409+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
1410+
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
14181411

14191412
"@isaacs/cliui@^8.0.2":
14201413
version "8.0.2"
@@ -1669,16 +1662,11 @@
16691662
resolved "https://registry.yarnpkg.com/@types/google.maps/-/google.maps-3.58.1.tgz#71ce3dec44de1452f56641d2c87c7dd8ea964b4d"
16701663
integrity sha512-X9QTSvGJ0nCfMzYOnaVs/k6/4L+7F5uCS+4iUmkLEls6J9S/Phv+m/i3mDeyc49ZBgwab3EFO1HEoBY7k98EGQ==
16711664

1672-
"@types/json-schema@^7.0.15":
1665+
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.9":
16731666
version "7.0.15"
16741667
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
16751668
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
16761669

1677-
"@types/json-schema@^7.0.9":
1678-
version "7.0.14"
1679-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
1680-
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
1681-
16821670
"@types/json5@^0.0.29":
16831671
version "0.0.29"
16841672
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1864,11 +1852,6 @@ acorn-jsx@^5.3.2:
18641852
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
18651853
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
18661854

1867-
acorn@^8.11.3:
1868-
version "8.11.3"
1869-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
1870-
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
1871-
18721855
acorn@^8.14.0:
18731856
version "8.14.0"
18741857
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
@@ -2353,12 +2336,7 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
23532336
ansi-styles "^4.1.0"
23542337
supports-color "^7.1.0"
23552338

2356-
chalk@^5.3.0:
2357-
version "5.3.0"
2358-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2359-
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
2360-
2361-
chalk@^5.4.1:
2339+
chalk@^5.3.0, chalk@^5.4.1:
23622340
version "5.4.1"
23632341
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
23642342
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
@@ -2675,14 +2653,7 @@ debug@^3.2.7:
26752653
dependencies:
26762654
ms "^2.1.1"
26772655

2678-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
2679-
version "4.3.4"
2680-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2681-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2682-
dependencies:
2683-
ms "2.1.2"
2684-
2685-
debug@^4.3.7, debug@^4.4.0:
2656+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.7, debug@^4.4.0:
26862657
version "4.4.0"
26872658
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
26882659
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
@@ -3279,10 +3250,10 @@ eslint-scope@^5.1.1:
32793250
esrecurse "^4.3.0"
32803251
estraverse "^4.1.1"
32813252

3282-
eslint-scope@^8.2.0:
3283-
version "8.2.0"
3284-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
3285-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
3253+
eslint-scope@^8.3.0:
3254+
version "8.3.0"
3255+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
3256+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
32863257
dependencies:
32873258
esrecurse "^4.3.0"
32883259
estraverse "^5.2.0"
@@ -3292,39 +3263,35 @@ eslint-visitor-keys@^3.3.0:
32923263
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
32933264
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
32943265

3295-
eslint-visitor-keys@^4.0.0:
3296-
version "4.0.0"
3297-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
3298-
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
3299-
33003266
eslint-visitor-keys@^4.2.0:
33013267
version "4.2.0"
33023268
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
33033269
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
33043270

3305-
eslint@9.20.0:
3306-
version "9.20.0"
3307-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.0.tgz#6244c46c1640cd5e577a31ebc460fca87838c0b7"
3308-
integrity sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==
3271+
eslint@9.22.0:
3272+
version "9.22.0"
3273+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
3274+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
33093275
dependencies:
33103276
"@eslint-community/eslint-utils" "^4.2.0"
33113277
"@eslint-community/regexpp" "^4.12.1"
3312-
"@eslint/config-array" "^0.19.0"
3313-
"@eslint/core" "^0.11.0"
3314-
"@eslint/eslintrc" "^3.2.0"
3315-
"@eslint/js" "9.20.0"
3316-
"@eslint/plugin-kit" "^0.2.5"
3278+
"@eslint/config-array" "^0.19.2"
3279+
"@eslint/config-helpers" "^0.1.0"
3280+
"@eslint/core" "^0.12.0"
3281+
"@eslint/eslintrc" "^3.3.0"
3282+
"@eslint/js" "9.22.0"
3283+
"@eslint/plugin-kit" "^0.2.7"
33173284
"@humanfs/node" "^0.16.6"
33183285
"@humanwhocodes/module-importer" "^1.0.1"
3319-
"@humanwhocodes/retry" "^0.4.1"
3286+
"@humanwhocodes/retry" "^0.4.2"
33203287
"@types/estree" "^1.0.6"
33213288
"@types/json-schema" "^7.0.15"
33223289
ajv "^6.12.4"
33233290
chalk "^4.0.0"
33243291
cross-spawn "^7.0.6"
33253292
debug "^4.3.2"
33263293
escape-string-regexp "^4.0.0"
3327-
eslint-scope "^8.2.0"
3294+
eslint-scope "^8.3.0"
33283295
eslint-visitor-keys "^4.2.0"
33293296
espree "^10.3.0"
33303297
esquery "^1.5.0"
@@ -3342,16 +3309,7 @@ eslint@9.20.0:
33423309
natural-compare "^1.4.0"
33433310
optionator "^0.9.3"
33443311

3345-
espree@^10.0.1:
3346-
version "10.0.1"
3347-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f"
3348-
integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==
3349-
dependencies:
3350-
acorn "^8.11.3"
3351-
acorn-jsx "^5.3.2"
3352-
eslint-visitor-keys "^4.0.0"
3353-
3354-
espree@^10.3.0:
3312+
espree@^10.0.1, espree@^10.3.0:
33553313
version "10.3.0"
33563314
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
33573315
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
@@ -4943,11 +4901,6 @@ minimist@^1.2.0, minimist@^1.2.6, minimist@^1.2.8:
49434901
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
49444902
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
49454903

4946-
ms@2.1.2:
4947-
version "2.1.2"
4948-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
4949-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
4950-
49514904
ms@^2.1.1, ms@^2.1.3:
49524905
version "2.1.3"
49534906
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

0 commit comments

Comments
 (0)