Skip to content

Commit 0cd02cd

Browse files
committed
Upgrade tmp, too
1 parent 938d5d2 commit 0cd02cd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

repo-scripts/size-analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"webpack-virtual-modules": "0.5.0",
3232
"child-process-promise": "2.2.1",
3333
"memfs": "3.5.3",
34-
"tmp": "0.2.1",
34+
"tmp": "0.2.3",
3535
"typescript": "4.7.4",
3636
"terser": "5.16.1",
3737
"yargs": "17.7.2",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16845,12 +16845,10 @@ [email protected]:
1684516845
dependencies:
1684616846
os-tmpdir "~1.0.1"
1684716847

16848-
[email protected], tmp@^0.2.1:
16849-
version "0.2.1"
16850-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz"
16851-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
16852-
dependencies:
16853-
rimraf "^3.0.0"
16848+
[email protected], tmp@^0.2.3:
16849+
version "0.2.3"
16850+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
16851+
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
1685416852

1685516853
tmp@^0.0.33:
1685616854
version "0.0.33"
@@ -16859,10 +16857,12 @@ tmp@^0.0.33:
1685916857
dependencies:
1686016858
os-tmpdir "~1.0.2"
1686116859

16862-
tmp@^0.2.3:
16863-
version "0.2.3"
16864-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
16865-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
16860+
tmp@^0.2.1:
16861+
version "0.2.1"
16862+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz"
16863+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
16864+
dependencies:
16865+
rimraf "^3.0.0"
1686616866

1686716867
1686816868
version "1.0.5"

0 commit comments

Comments
 (0)