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

Commit 003f930

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 ea69a99 commit 003f930

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "^24.5.0",
3838
"jest-mock-console": "^0.4.2",
3939
"jest-mock-process": "^1.2.0",
40-
"tmp": "^0.1.0",
40+
"tmp": "^0.2.1",
4141
"typescript": "^3.4.5"
4242
},
4343
"scripts": {

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,12 +2946,19 @@ ret@~0.1.10:
29462946
version "0.1.15"
29472947
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
29482948

2949-
rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
2949+
rimraf@^2.5.4, rimraf@^2.6.2:
29502950
version "2.6.3"
29512951
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
29522952
dependencies:
29532953
glob "^7.1.3"
29542954

2955+
rimraf@^3.0.0:
2956+
version "3.0.2"
2957+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
2958+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
2959+
dependencies:
2960+
glob "^7.1.3"
2961+
29552962
rsvp@^4.8.4:
29562963
version "4.8.4"
29572964
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.4.tgz#b50e6b34583f3dd89329a2f23a8a2be072845911"
@@ -3268,11 +3275,12 @@ throat@^4.0.0:
32683275
version "4.1.0"
32693276
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a"
32703277

3271-
tmp@^0.1.0:
3272-
version "0.1.0"
3273-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
3278+
tmp@^0.2.1:
3279+
version "0.2.1"
3280+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
3281+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
32743282
dependencies:
3275-
rimraf "^2.6.3"
3283+
rimraf "^3.0.0"
32763284

32773285
32783286
version "1.0.4"

0 commit comments

Comments
 (0)