Skip to content

Commit c2d37e6

Browse files
authored
chore: update dependencies in RWA to help ease Cypress 15 transition (#1634)
* chore: update tsconfig to full resolution also need to udpate date-fns to latest and typescript from 4 to 5 * update concurrently to latest to prevent runtime issues
1 parent 0f79c74 commit c2d37e6

File tree

5 files changed

+82
-62
lines changed

5 files changed

+82
-62
lines changed

.circleci/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22
orbs:
3-
cypress: cypress-io/cypress@3.3.1
4-
codecov: codecov/codecov@1.2.3 #
3+
cypress: cypress-io/cypress@4.0.0
4+
codecov: codecov/codecov@5.3.0
55

66
executors:
77
with-chrome-and-firefox:
88
docker:
9-
- image: "cypress/browsers:node-20.12.0-chrome-123.0.6312.86-1-ff-124.0.2-edge-123.0.2420.65-1"
9+
- image: "cypress/browsers:node-22.15.0-chrome-135.0.7049.114-1-ff-137.0.2-edge-135.0.3179.85-1"
1010
resource_class: large
1111
environment:
1212
CYPRESS_coverage: false
@@ -19,9 +19,12 @@ commands:
1919
steps:
2020
- store_artifacts:
2121
path: coverage
22+
- run:
23+
name: Install gpg (needed for codecov)
24+
command: apt-get update && apt-get install -y gpg
2225
- run: npx nyc report --reporter=text || true
2326
- codecov/upload:
24-
file: coverage/coverage-final.json
27+
files: coverage/coverage-final.json
2528
persist_ws:
2629
steps:
2730
- persist_to_workspace:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.0
1+
22.15.0

cypress/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"types": ["cypress", "@percy/cypress"],
77
"lib": ["es2015", "dom"],
88
"isolatedModules": false,
9+
"module": "commonjs",
10+
"moduleResolution": "node",
911
"allowJs": true,
1012
"noEmit": true,
1113
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"aws-amplify": "^6.0.16",
3333
"axios": "0.28.1",
3434
"clsx": "1.2.1",
35-
"date-fns": "2.30.0",
35+
"date-fns": "4.1.0",
3636
"detect-port": "^1.5.1",
3737
"dinero.js": "1.9.1",
3838
"formik": "2.4.6",
@@ -92,7 +92,7 @@
9292
"@types/yup": "0.29.13",
9393
"@vitejs/plugin-react": "^4.0.2",
9494
"bcryptjs": "2.4.3",
95-
"concurrently": "7.1.0",
95+
"concurrently": "9.1.2",
9696
"connect-history-api-fallback": "1.6.0",
9797
"cors": "2.8.5",
9898
"cross-env": "7.0.3",
@@ -131,7 +131,7 @@
131131
"prettier": "^3.0.0",
132132
"start-server-and-test": "1.14.0",
133133
"ts-node": "10.9.2",
134-
"typescript": "4.9.5",
134+
"typescript": "5.8.3",
135135
"vite": "^4.4.2",
136136
"vite-plugin-eslint": "^1.8.1",
137137
"vite-plugin-istanbul": "^4.1.0",

yarn.lock

Lines changed: 69 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@
17161716
dependencies:
17171717
regenerator-runtime "^0.14.0"
17181718

1719-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1719+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
17201720
version "7.26.0"
17211721
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
17221722
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
@@ -5443,13 +5443,13 @@ cliui@^6.0.0:
54435443
strip-ansi "^6.0.0"
54445444
wrap-ansi "^6.2.0"
54455445

5446-
cliui@^7.0.2:
5447-
version "7.0.4"
5448-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
5449-
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
5446+
cliui@^8.0.1:
5447+
version "8.0.1"
5448+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
5449+
integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
54505450
dependencies:
54515451
string-width "^4.2.0"
5452-
strip-ansi "^6.0.0"
5452+
strip-ansi "^6.0.1"
54535453
wrap-ansi "^7.0.0"
54545454

54555455
@@ -5562,19 +5562,18 @@ [email protected]:
55625562
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
55635563
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
55645564

5565-
concurrently@7.1.0:
5566-
version "7.1.0"
5567-
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.1.0.tgz#477b49b8cfc630bb491f9b02e9ed7fb7bff02942"
5568-
integrity sha512-Bz0tMlYKZRUDqJlNiF/OImojMB9ruKUz6GCfmhFnSapXgPe+3xzY4byqoKG9tUZ7L2PGEUjfLPOLfIX3labnmw==
5565+
concurrently@9.1.2:
5566+
version "9.1.2"
5567+
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-9.1.2.tgz#22d9109296961eaee773e12bfb1ce9a66bc9836c"
5568+
integrity sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==
55695569
dependencies:
5570-
chalk "^4.1.0"
5571-
date-fns "^2.16.1"
5570+
chalk "^4.1.2"
55725571
lodash "^4.17.21"
5573-
rxjs "^6.6.3"
5574-
spawn-command "^0.0.2-1"
5575-
supports-color "^8.1.0"
5572+
rxjs "^7.8.1"
5573+
shell-quote "^1.8.1"
5574+
supports-color "^8.1.1"
55765575
tree-kill "^1.2.2"
5577-
yargs "^16.2.0"
5576+
yargs "^17.7.2"
55785577

55795578
confbox@^0.1.8:
55805579
version "0.1.8"
@@ -5846,12 +5845,10 @@ data-view-byte-offset@^1.0.0:
58465845
es-errors "^1.3.0"
58475846
is-data-view "^1.0.1"
58485847

5849-
[email protected], date-fns@^2.16.1:
5850-
version "2.30.0"
5851-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
5852-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
5853-
dependencies:
5854-
"@babel/runtime" "^7.21.0"
5848+
5849+
version "4.1.0"
5850+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
5851+
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
58555852

58565853
date-fns@^1.27.2:
58575854
version "1.30.1"
@@ -11024,13 +11021,6 @@ run-parallel@^1.1.9:
1102411021
dependencies:
1102511022
queue-microtask "^1.2.2"
1102611023

11027-
rxjs@^6.6.3:
11028-
version "6.6.7"
11029-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
11030-
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
11031-
dependencies:
11032-
tslib "^1.9.0"
11033-
1103411024
rxjs@^7.1.0, rxjs@^7.5.1, rxjs@^7.8.1:
1103511025
version "7.8.1"
1103611026
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
@@ -11252,6 +11242,11 @@ shebang-regex@^3.0.0:
1125211242
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1125311243
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1125411244

11245+
shell-quote@^1.8.1:
11246+
version "1.8.2"
11247+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.2.tgz#d2d83e057959d53ec261311e9e9b8f51dcb2934a"
11248+
integrity sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==
11249+
1125511250
1125611251
version "2.2.16"
1125711252
resolved "https://registry.yarnpkg.com/shortid/-/shortid-2.2.16.tgz#b742b8f0cb96406fd391c76bfc18a67a57fe5608"
@@ -11451,11 +11446,6 @@ source-map@^0.6.0, source-map@^0.6.1:
1145111446
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
1145211447
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
1145311448

11454-
spawn-command@^0.0.2-1:
11455-
version "0.0.2"
11456-
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
11457-
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
11458-
1145911449
spawn-wrap@^2.0.0:
1146011450
version "2.0.0"
1146111451
resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz#103685b8b8f9b79771318827aa78650a610d457e"
@@ -11617,7 +11607,16 @@ string-natural-compare@^3.0.1:
1161711607
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1161811608
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1161911609

11620-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11610+
"string-width-cjs@npm:string-width@^4.2.0":
11611+
version "4.2.3"
11612+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11613+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11614+
dependencies:
11615+
emoji-regex "^8.0.0"
11616+
is-fullwidth-code-point "^3.0.0"
11617+
strip-ansi "^6.0.1"
11618+
11619+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1162111620
version "4.2.3"
1162211621
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1162311622
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11709,7 +11708,14 @@ string_decoder@^1.1.1:
1170911708
dependencies:
1171011709
safe-buffer "~5.2.0"
1171111710

11712-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11711+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11712+
version "6.0.1"
11713+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11714+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11715+
dependencies:
11716+
ansi-regex "^5.0.1"
11717+
11718+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1171311719
version "6.0.1"
1171411720
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1171511721
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11781,7 +11787,7 @@ supports-color@^7.1.0:
1178111787
dependencies:
1178211788
has-flag "^4.0.0"
1178311789

11784-
supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
11790+
supports-color@^8.0.0, supports-color@^8.1.1:
1178511791
version "8.1.1"
1178611792
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
1178711793
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -12064,7 +12070,7 @@ tsconfig-paths@^3.15.0:
1206412070
minimist "^1.2.6"
1206512071
strip-bom "^3.0.0"
1206612072

12067-
tslib@^1.8.1, tslib@^1.9.0:
12073+
tslib@^1.8.1:
1206812074
version "1.14.1"
1206912075
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1207012076
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -12194,10 +12200,10 @@ typedarray-to-buffer@^3.1.5:
1219412200
dependencies:
1219512201
is-typedarray "^1.0.0"
1219612202

12197-
typescript@4.9.5:
12198-
version "4.9.5"
12199-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
12200-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
12203+
typescript@5.8.3:
12204+
version "5.8.3"
12205+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
12206+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1220112207

1220212208
ua-parser-js@^0.7.30:
1220312209
version "0.7.39"
@@ -12762,7 +12768,7 @@ word-wrap@^1.2.5:
1276212768
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1276312769
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1276412770

12765-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12771+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1276612772
version "7.0.0"
1276712773
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1276812774
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12780,6 +12786,15 @@ wrap-ansi@^6.2.0:
1278012786
string-width "^4.1.0"
1278112787
strip-ansi "^6.0.0"
1278212788

12789+
wrap-ansi@^7.0.0:
12790+
version "7.0.0"
12791+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12792+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12793+
dependencies:
12794+
ansi-styles "^4.0.0"
12795+
string-width "^4.1.0"
12796+
strip-ansi "^6.0.0"
12797+
1278312798
wrap-ansi@^8.1.0:
1278412799
version "8.1.0"
1278512800
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -12883,10 +12898,10 @@ yargs-parser@^18.1.2:
1288312898
camelcase "^5.0.0"
1288412899
decamelize "^1.2.0"
1288512900

12886-
yargs-parser@^20.2.2:
12887-
version "20.2.9"
12888-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
12889-
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
12901+
yargs-parser@^21.1.1:
12902+
version "21.1.1"
12903+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
12904+
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1289012905

1289112906
yargs@^15.0.2:
1289212907
version "15.4.1"
@@ -12905,18 +12920,18 @@ yargs@^15.0.2:
1290512920
y18n "^4.0.0"
1290612921
yargs-parser "^18.1.2"
1290712922

12908-
yargs@^16.2.0:
12909-
version "16.2.0"
12910-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
12911-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
12923+
yargs@^17.7.2:
12924+
version "17.7.2"
12925+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
12926+
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
1291212927
dependencies:
12913-
cliui "^7.0.2"
12928+
cliui "^8.0.1"
1291412929
escalade "^3.1.1"
1291512930
get-caller-file "^2.0.5"
1291612931
require-directory "^2.1.1"
12917-
string-width "^4.2.0"
12932+
string-width "^4.2.3"
1291812933
y18n "^5.0.5"
12919-
yargs-parser "^20.2.2"
12934+
yargs-parser "^21.1.1"
1292012935

1292112936
yauzl@^2.10.0:
1292212937
version "2.10.0"

0 commit comments

Comments
 (0)