Skip to content

Commit 011a138

Browse files
committed
chore: Upgrade tmp dependency
1 parent 72d7b57 commit 011a138

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
@@ -183,7 +183,7 @@
183183
"styled-components-breakpoint": "^2.1.1",
184184
"styled-normalize": "^8.0.4",
185185
"tiny-cookie": "^2.3.1",
186-
"tmp": "0.0.33",
186+
"tmp": "^0.2.1",
187187
"turndown": "^6.0.0",
188188
"utf8": "^2.1.0",
189189
"uuid": "2.0.2",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9543,11 +9543,6 @@ os-name@^3.1.0:
95439543
macos-release "^2.2.0"
95449544
windows-release "^3.1.0"
95459545

9546-
os-tmpdir@~1.0.2:
9547-
version "1.0.2"
9548-
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
9549-
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
9550-
95519546
[email protected], outline-icons@^1.25.1, outline-icons@^1.25.1-1:
95529547
version "1.25.1"
95539548
resolved "https://registry.yarnpkg.com/outline-icons/-/outline-icons-1.25.1.tgz#9c935aeb2ff0c38ca02a007a18fc271c77a1185c"
@@ -12659,12 +12654,12 @@ tippy.js@^4.3.4:
1265912654
dependencies:
1266012655
popper.js "^1.14.7"
1266112656

12662-
tmp@0.0.33:
12663-
version "0.0.33"
12664-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
12665-
integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
12657+
tmp@^0.2.1:
12658+
version "0.2.1"
12659+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
12660+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
1266612661
dependencies:
12667-
os-tmpdir "~1.0.2"
12662+
rimraf "^3.0.0"
1266812663

1266912664
1267012665
version "1.0.4"

0 commit comments

Comments
 (0)