From 95f05bf9faa2dbfd24e8108581f8a0cb97b8a53c Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 6 Oct 2021 09:39:19 -0400 Subject: [PATCH] bump all the way to 1.0.1 Signed-off-by: Sebastian Malton --- package.json | 2 +- yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0ce807826..af71eab8a9 100644 --- a/package.json +++ b/package.json @@ -244,7 +244,7 @@ "spdy": "^4.0.2", "tar": "^6.1.10", "tcp-port-used": "^1.0.1", - "tempy": "^0.7.1", + "tempy": "1.0.1", "url-parse": "^1.5.3", "uuid": "^8.3.2", "win-ca": "^3.4.5", diff --git a/yarn.lock b/yarn.lock index cfec329ab9..345268383b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13488,7 +13488,7 @@ temp-file@^3.4.0: async-exit-hook "^2.0.1" fs-extra "^10.0.0" -tempy@*, tempy@^0.7.1: +tempy@*: version "0.7.1" resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.7.1.tgz#5a654e6dbd1747cdd561efb112350b55cd9c1d46" integrity sha512-vXPxwOyaNVi9nyczO16mxmHGpl6ASC5/TVhRRHpqeYHvKQm58EaWNvZXxAhR0lYYnBOQFjXjhzeLsaXdjxLjRg== @@ -13499,6 +13499,17 @@ tempy@*, tempy@^0.7.1: type-fest "^0.16.0" unique-string "^2.0.0" +tempy@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tempy/-/tempy-1.0.1.tgz#30fe901fd869cfb36ee2bd999805aa72fbb035de" + integrity sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w== + dependencies: + del "^6.0.0" + is-stream "^2.0.0" + temp-dir "^2.0.0" + type-fest "^0.16.0" + unique-string "^2.0.0" + term-size@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"