Skip to content

Commit 319eed8

Browse files
fix(deps): update dependency tmp to v0.2.4 [security]
1 parent 0ffcb26 commit 319eed8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

repo-scripts/size-analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@firebase/util": "1.13.0",
2424
"child-process-promise": "2.2.1",
2525
"glob": "7.2.3",
26-
"tmp": "0.2.3",
26+
"tmp": "0.2.4",
2727
"gzip-size": "6.0.0",
2828
"memfs": "3.5.3",
2929
"terser": "5.37.0",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15687,10 +15687,10 @@ [email protected]:
1568715687
dependencies:
1568815688
os-tmpdir "~1.0.1"
1568915689

15690-
[email protected].3, tmp@^0.2.1, tmp@^0.2.3:
15691-
version "0.2.3"
15692-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
15693-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
15690+
15691+
version "0.2.4"
15692+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
15693+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
1569415694

1569515695
tmp@^0.0.33:
1569615696
version "0.0.33"
@@ -15699,6 +15699,11 @@ tmp@^0.0.33:
1569915699
dependencies:
1570015700
os-tmpdir "~1.0.2"
1570115701

15702+
tmp@^0.2.1, tmp@^0.2.3:
15703+
version "0.2.3"
15704+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
15705+
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
15706+
1570215707
1570315708
version "1.0.5"
1570415709
resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"

0 commit comments

Comments
 (0)