Skip to content

Commit 7308e34

Browse files
orbejiKocal
authored andcommitted
Pin tmp dependency version to ^0.2.5 (CVE)
1 parent e639344 commit 7308e34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"style-loader": "^3.3.0 || ^4.0.0",
4141
"tapable": "^2.2.1",
4242
"terser-webpack-plugin": "^5.3.0",
43-
"tmp": "^0.2.1",
43+
"tmp": "^0.2.5",
4444
"webpack-manifest-plugin": "^5.0.1",
4545
"yargs-parser": "^21.0.0"
4646
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7514,10 +7514,10 @@ thunky@^1.0.2:
75147514
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
75157515
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
75167516

7517-
tmp@^0.2.1:
7518-
version "0.2.3"
7519-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
7520-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
7517+
tmp@^0.2.5:
7518+
version "0.2.5"
7519+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
7520+
integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
75217521

75227522
to-fast-properties@^2.0.0:
75237523
version "2.0.0"

0 commit comments

Comments
 (0)