Skip to content

Commit f1080cc

Browse files
Bump tmp from 0.2.1 to 0.2.4 (#4537)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.1...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7518223 commit f1080cc

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3868,7 +3868,7 @@
38683868
"p-limit": "^3.1.0",
38693869
"rimraf": "^3.0.2",
38703870
"string.prototype.matchall": "^4.0.10",
3871-
"tmp": "^0.2.1",
3871+
"tmp": "^0.2.4",
38723872
"vscode-cpptools": "^7.1.1",
38733873
"@vscode/extension-telemetry": "^0.9.6",
38743874
"vscode-nls": "^5.0.0",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6199,7 +6199,7 @@ [email protected]:
61996199
dependencies:
62006200
glob "^7.1.3"
62016201

6202-
rimraf@^3.0.0, rimraf@^3.0.2:
6202+
rimraf@^3.0.2:
62036203
version "3.0.2"
62046204
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/rimraf/-/rimraf-3.0.2.tgz"
62056205
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -7057,17 +7057,10 @@ tmp@^0.0.33:
70577057
dependencies:
70587058
os-tmpdir "~1.0.2"
70597059

7060-
tmp@^0.2.1:
7061-
version "0.2.1"
7062-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/tmp/-/tmp-0.2.1.tgz"
7063-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
7064-
dependencies:
7065-
rimraf "^3.0.0"
7066-
7067-
tmp@^0.2.3:
7068-
version "0.2.3"
7069-
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
7070-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
7060+
tmp@^0.2.3, tmp@^0.2.4:
7061+
version "0.2.4"
7062+
resolved "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
7063+
integrity sha1-xtuYeizMl/gS8XE3s2rytlIbDRM=
70717064

70727065
to-absolute-glob@^2.0.0:
70737066
version "2.0.2"

0 commit comments

Comments
 (0)