Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3594859

Browse files
[skip netlify]: Bump tmp from 0.1.0 to 0.2.1
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.1.0 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.1.0...v0.2.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10beb7d commit 3594859

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest": "^26.6.3",
4343
"jest-mock-console": "^0.4.2",
4444
"jest-mock-process": "^1.2.0",
45-
"tmp": "^0.1.0",
45+
"tmp": "^0.2.1",
4646
"ts-jest": "^26.5.4",
4747
"typescript": "^4.2.3",
4848
"webpack": "^5.27.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4333,12 +4333,6 @@ ret@~0.1.10:
43334333
version "0.1.15"
43344334
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
43354335

4336-
rimraf@^2.6.3:
4337-
version "2.6.3"
4338-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
4339-
dependencies:
4340-
glob "^7.1.3"
4341-
43424336
rimraf@^3.0.0:
43434337
version "3.0.2"
43444338
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -4779,11 +4773,12 @@ throat@^5.0.0:
47794773
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
47804774
integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
47814775

4782-
tmp@^0.1.0:
4783-
version "0.1.0"
4784-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
4776+
tmp@^0.2.1:
4777+
version "0.2.1"
4778+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
4779+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
47854780
dependencies:
4786-
rimraf "^2.6.3"
4781+
rimraf "^3.0.0"
47874782

47884783
47894784
version "1.0.4"

0 commit comments

Comments
 (0)