Skip to content

Commit c581bca

Browse files
committed
Force minimist update
1 parent 2fa5037 commit c581bca

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed

ci/dev/vscode.patch

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ index 0000000000..88b720ceee
218218
+ common.minifyTask("out-vscode")
219219
+));
220220
diff --git a/package.json b/package.json
221-
index 86e3d5140d..2e52256e49 100644
221+
index 86e3d5140d..962050280c 100644
222222
--- a/package.json
223223
+++ b/package.json
224224
@@ -42,6 +42,9 @@
@@ -231,6 +231,15 @@ index 86e3d5140d..2e52256e49 100644
231231
"applicationinsights": "1.0.8",
232232
"chokidar": "3.2.3",
233233
"graceful-fs": "4.2.3",
234+
@@ -185,5 +188,8 @@
235+
"windows-foreground-love": "0.2.0",
236+
"windows-mutex": "0.3.0",
237+
"windows-process-tree": "0.2.4"
238+
+ },
239+
+ "resolutions": {
240+
+ "minimist": "^1.2.5"
241+
}
242+
}
234243
diff --git a/product.json b/product.json
235244
index 5378b017c8..afdadda974 100644
236245
--- a/product.json
@@ -3375,7 +3384,7 @@ index 153ac595d0..a6eb49c5dd 100644
33753384
import 'vs/workbench/services/credentials/browser/credentialsService';
33763385
import 'vs/workbench/services/url/browser/urlService';
33773386
diff --git a/yarn.lock b/yarn.lock
3378-
index 6bc96e8377..585401f144 100644
3387+
index 6bc96e8377..a2baf909d6 100644
33793388
--- a/yarn.lock
33803389
+++ b/yarn.lock
33813390
@@ -140,6 +140,23 @@
@@ -3416,7 +3425,35 @@ index 6bc96e8377..585401f144 100644
34163425
just-debounce@^1.0.0:
34173426
version "1.0.0"
34183427
resolved "https://registry.yarnpkg.com/just-debounce/-/just-debounce-1.0.0.tgz#87fccfaeffc0b68cd19d55f6722943f929ea35ea"
3419-
@@ -6798,6 +6822,11 @@ p-try@^2.0.0:
3428+
@@ -6009,26 +6033,11 @@ minimatch@0.3:
3429+
dependencies:
3430+
brace-expansion "^1.1.7"
3431+
3432+
-minimist@0.0.8:
3433+
- version "0.0.8"
3434+
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
3435+
- integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
3436+
-
3437+
-minimist@^1.2.0:
3438+
- version "1.2.0"
3439+
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
3440+
- integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
3441+
-
3442+
-minimist@^1.2.5:
3443+
+minimist@0.0.8, minimist@^1.2.0, minimist@^1.2.5, minimist@~0.0.1:
3444+
version "1.2.5"
3445+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3446+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3447+
3448+
-minimist@~0.0.1:
3449+
- version "0.0.10"
3450+
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
3451+
- integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=
3452+
-
3453+
minipass@^2.2.1, minipass@^2.3.3:
3454+
version "2.3.3"
3455+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.3.tgz#a7dcc8b7b833f5d368759cce544dccb55f50f233"
3456+
@@ -6798,6 +6807,11 @@ p-try@^2.0.0:
34203457
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.0.0.tgz#85080bb87c64688fa47996fe8f7dfbe8211760b1"
34213458
integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
34223459

0 commit comments

Comments
 (0)