Skip to content

Commit ef9afbc

Browse files
committed
update vcvarsall and tmp
1 parent 8893824 commit ef9afbc

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

Extension/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6745,7 +6745,6 @@
67456745
"@types/semver": "^7.5.8",
67466746
"@types/shell-quote": "^1.7.5",
67476747
"@types/sinon": "^17.0.3",
6748-
"@types/tmp": "^0.2.6",
67496748
"@types/which": "^2.0.2",
67506749
"@types/yauzl": "^2.10.3",
67516750
"@typescript-eslint/eslint-plugin": "^6.1.0",
@@ -6793,13 +6792,13 @@
67936792
"node-fetch": "^2.7.0",
67946793
"node-loader": "^2.0.0",
67956794
"node-stream-zip": "^1.15.0",
6796-
"node-vcvarsall": "^1.1.0",
6795+
"node-vcvarsall": "^1.1.1",
67976796
"node-vswhere": "^1.0.2",
67986797
"plist": "^3.1.0",
67996798
"posix-getopt": "^1.2.1",
68006799
"shell-quote": "^1.8.1",
68016800
"ssh-config": "^4.4.4",
6802-
"tmp": "^0.2.4",
6801+
"tmp": "^0.2.5",
68036802
"vscode-cpptools": "^7.1.1",
68046803
"vscode-languageclient": "^8.1.0",
68056804
"vscode-nls": "^5.2.0",

Extension/yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,6 @@
537537
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz#5fd3592ff10c1e9695d377020c033116cc2889f2"
538538
integrity sha1-X9NZL/EMHpaV03cCDAMxFswoifI=
539539

540-
"@types/tmp@^0.2.6":
541-
version "0.2.6"
542-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@types/tmp/-/tmp-0.2.6.tgz#d785ee90c52d7cc020e249c948c36f7b32d1e217"
543-
integrity sha1-14XukMUtfMAg4knJSMNvezLR4hc=
544-
545540
"@types/which@^2.0.2":
546541
version "2.0.2"
547542
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/@types/which/-/which-2.0.2.tgz#54541d02d6b1daee5ec01ac0d1b37cecf37db1ae"
@@ -3559,13 +3554,13 @@ node-stream-zip@^1.15.0:
35593554
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/node-stream-zip/-/node-stream-zip-1.15.0.tgz#158adb88ed8004c6c49a396b50a6a5de3bca33ea"
35603555
integrity sha1-FYrbiO2ABMbEmjlrUKal3jvKM+o=
35613556

3562-
node-vcvarsall@^1.1.0:
3563-
version "1.1.0"
3564-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/node-vcvarsall/-/node-vcvarsall-1.1.0.tgz#4e0b3959f0d5bc6114c8c61e20ac0caab9dcbecf"
3565-
integrity sha1-Tgs5WfDVvGEUyMYeIKwMqrncvs8=
3557+
node-vcvarsall@^1.1.1:
3558+
version "1.1.1"
3559+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/node-vcvarsall/-/node-vcvarsall-1.1.1.tgz#ec10a9fafcc7fd4033f716f82a04a2a5a13e1a62"
3560+
integrity sha1-7BCp+vzH/UAz9xb4KgSipaE+GmI=
35663561
dependencies:
35673562
node-vswhere "^1.0.2"
3568-
tmp "^0.2.1"
3563+
tmp "^0.2.5"
35693564

35703565
node-vswhere@^1.0.2:
35713566
version "1.0.2"
@@ -4725,10 +4720,10 @@ timers-ext@^0.1.7:
47254720
es5-ext "^0.10.64"
47264721
next-tick "^1.1.0"
47274722

4728-
tmp@^0.2.4:
4729-
version "0.2.4"
4730-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
4731-
integrity sha1-xtuYeizMl/gS8XE3s2rytlIbDRM=
4723+
tmp@^0.2.5:
4724+
version "0.2.5"
4725+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
4726+
integrity sha1-sGvNI/DzyDV7QmiRcm0WAVq/2Pg=
47324727

47334728
to-absolute-glob@^2.0.0, to-absolute-glob@^2.0.2:
47344729
version "2.0.2"

0 commit comments

Comments
 (0)