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

Commit ea2fa76

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 04e5e73 commit ea2fa76

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
@@ -43,7 +43,7 @@
4343
"jest": "^26.6.3",
4444
"jest-mock-console": "^0.4.2",
4545
"jest-mock-process": "^1.2.0",
46-
"tmp": "^0.1.0",
46+
"tmp": "^0.2.1",
4747
"ts-jest": "^26.5.4",
4848
"typescript": "^4.2.3",
4949
"webpack": "^5.27.0",

yarn.lock

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

4352-
rimraf@^2.6.3:
4353-
version "2.6.3"
4354-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
4355-
dependencies:
4356-
glob "^7.1.3"
4357-
43584352
rimraf@^3.0.0:
43594353
version "3.0.2"
43604354
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -4795,11 +4789,12 @@ throat@^5.0.0:
47954789
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
47964790
integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
47974791

4798-
tmp@^0.1.0:
4799-
version "0.1.0"
4800-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
4792+
tmp@^0.2.1:
4793+
version "0.2.1"
4794+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
4795+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
48014796
dependencies:
4802-
rimraf "^2.6.3"
4797+
rimraf "^3.0.0"
48034798

48044799
48054800
version "1.0.4"

0 commit comments

Comments
 (0)