Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e48f77

Browse files
Bump tmp from 0.0.33 to 0.2.1
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.1. - [Release notes](https://github.com/raszi/node-tmp/releases) - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.0.33...v0.2.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86fdb63 commit 7e48f77

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"rimraf": "^3.0.2",
104104
"sudo-prompt": "^8.2.0",
105105
"systeminformation": "^5.3.1",
106-
"tmp": "^0.0.33",
106+
"tmp": "^0.2.1",
107107
"yargs": "^16.2.0"
108108
},
109109
"optionalDependencies": {},

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3264,7 +3264,7 @@ rimraf@^2.5.2:
32643264
dependencies:
32653265
glob "^7.1.3"
32663266

3267-
rimraf@^3.0.2:
3267+
rimraf@^3.0.0, rimraf@^3.0.2:
32683268
version "3.0.2"
32693269
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
32703270
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -3696,6 +3696,13 @@ tmp@^0.0.33:
36963696
dependencies:
36973697
os-tmpdir "~1.0.2"
36983698

3699+
tmp@^0.2.1:
3700+
version "0.2.1"
3701+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
3702+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
3703+
dependencies:
3704+
rimraf "^3.0.0"
3705+
36993706
37003707
version "1.0.0"
37013708
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"

0 commit comments

Comments
 (0)