Skip to content

Commit 60ebf2f

Browse files
authored
chore: update to minimist-list (#5006)
1 parent 815c4cf commit 60ebf2f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"vm2": "^3.9.6",
8282
"follow-redirects": "^1.14.8",
8383
"node-fetch": "^2.6.7",
84-
"nanoid": "^3.1.31"
84+
"nanoid": "^3.1.31",
85+
"minimist": "npm:[email protected]"
8586
},
8687
"dependencies": {
8788
"@coder/logger": "1.1.16",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2826,10 +2826,10 @@ [email protected]:
28262826
is-plain-obj "^1.1.0"
28272827
kind-of "^6.0.3"
28282828

2829-
minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
2830-
version "1.2.5"
2831-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
2832-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
2829+
minimist@^1.2.0, minimist@^1.2.5, "minimist@npm:[email protected]", minimist@~1.2.5:
2830+
version "2.2.0"
2831+
resolved "https://registry.yarnpkg.com/minimist-lite/-/minimist-lite-2.2.0.tgz#43992acac6bb17e78acb6eee784d1da2f7cc3216"
2832+
integrity sha512-o9M0Iz5ELqCT4NzeaZHBBlV4+ruOGGWV6lVxFoghC6Wvp4W6ECbBBpmDRHdk72O/sMh3QT0c/0XDKhtGlztRZw==
28332833

28342834
minipass@^3.0.0:
28352835
version "3.1.3"

0 commit comments

Comments
 (0)