Skip to content

Commit 3878f72

Browse files
fix(deps): update dependency tmp to v0.2.4 [security]
1 parent cc605e7 commit 3878f72

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
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: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15139,7 +15139,7 @@ string-argv@~0.3.1:
1513915139
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
1514015140
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1514115141

15142-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15142+
"string-width-cjs@npm:string-width@^4.2.0":
1514315143
version "4.2.3"
1514415144
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1514515145
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -15157,6 +15157,15 @@ string-width@^1.0.1, string-width@^1.0.2:
1515715157
is-fullwidth-code-point "^1.0.0"
1515815158
strip-ansi "^3.0.0"
1515915159

15160+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15161+
version "4.2.3"
15162+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15163+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15164+
dependencies:
15165+
emoji-regex "^8.0.0"
15166+
is-fullwidth-code-point "^3.0.0"
15167+
strip-ansi "^6.0.1"
15168+
1516015169
string-width@^2.1.1:
1516115170
version "2.1.1"
1516215171
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -15220,7 +15229,7 @@ string_decoder@~1.1.1:
1522015229
dependencies:
1522115230
safe-buffer "~5.1.0"
1522215231

15223-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15232+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1522415233
version "6.0.1"
1522515234
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1522615235
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -15241,6 +15250,13 @@ strip-ansi@^4.0.0:
1524115250
dependencies:
1524215251
ansi-regex "^3.0.0"
1524315252

15253+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
15254+
version "6.0.1"
15255+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
15256+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
15257+
dependencies:
15258+
ansi-regex "^5.0.1"
15259+
1524415260
strip-ansi@^7.0.1:
1524515261
version "7.1.0"
1524615262
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -15671,10 +15687,10 @@ [email protected]:
1567115687
dependencies:
1567215688
os-tmpdir "~1.0.1"
1567315689

15674-
[email protected].3, tmp@^0.2.1, tmp@^0.2.3:
15675-
version "0.2.3"
15676-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
15677-
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==
1567815694

1567915695
tmp@^0.0.33:
1568015696
version "0.0.33"
@@ -15683,6 +15699,11 @@ tmp@^0.0.33:
1568315699
dependencies:
1568415700
os-tmpdir "~1.0.2"
1568515701

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+
1568615707
1568715708
version "1.0.5"
1568815709
resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -16913,7 +16934,7 @@ [email protected]:
1691316934
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
1691416935
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
1691516936

16916-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
16937+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1691716938
version "7.0.0"
1691816939
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1691916940
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -16947,6 +16968,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1694716968
string-width "^4.1.0"
1694816969
strip-ansi "^6.0.0"
1694916970

16971+
wrap-ansi@^7.0.0:
16972+
version "7.0.0"
16973+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
16974+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
16975+
dependencies:
16976+
ansi-styles "^4.0.0"
16977+
string-width "^4.1.0"
16978+
strip-ansi "^6.0.0"
16979+
1695016980
wrap-ansi@^8.1.0:
1695116981
version "8.1.0"
1695216982
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)