Skip to content

Commit b08417d

Browse files
committed
Upgrade tmp
1 parent 847e9c7 commit b08417d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"semver": "^7.3.2",
4646
"style-loader": "^1.1.3",
4747
"terser-webpack-plugin": "^1.1.0",
48-
"tmp": "^0.0.33",
48+
"tmp": "^0.2.1",
4949
"webpack": "^4.20.0",
5050
"webpack-cli": "^3.0.0",
5151
"webpack-dev-server": "^3.1.14",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7268,6 +7268,13 @@ [email protected]:
72687268
dependencies:
72697269
glob "^7.1.3"
72707270

7271+
rimraf@^3.0.0:
7272+
version "3.0.2"
7273+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
7274+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
7275+
dependencies:
7276+
glob "^7.1.3"
7277+
72717278
ripemd160@^2.0.0, ripemd160@^2.0.1:
72727279
version "2.0.2"
72737280
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
@@ -8159,6 +8166,13 @@ tmp@^0.0.33:
81598166
dependencies:
81608167
os-tmpdir "~1.0.2"
81618168

8169+
tmp@^0.2.1:
8170+
version "0.2.1"
8171+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
8172+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
8173+
dependencies:
8174+
rimraf "^3.0.0"
8175+
81628176
to-arraybuffer@^1.0.0:
81638177
version "1.0.1"
81648178
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"

0 commit comments

Comments
 (0)