From 4f35f77393e505c60f8e99893c59a25f9cd48c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:52:14 +0000 Subject: [PATCH] Bump tmp from 0.0.33 to 0.2.1 Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 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](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.1) --- updated-dependencies: - dependency-name: tmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- abi-gen/package.json | 2 +- yarn.lock | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/abi-gen/package.json b/abi-gen/package.json index 9a750ca9a..09bd989b6 100644 --- a/abi-gen/package.json +++ b/abi-gen/package.json @@ -75,7 +75,7 @@ "handlebars": "^4.1.2", "lodash": "^4.17.21", "mkdirp": "^0.5.1", - "tmp": "^0.0.33", + "tmp": "^0.2.1", "to-snake-case": "^1.0.0", "toposort": "^2.0.2", "yargs": "^17.5.1" diff --git a/yarn.lock b/yarn.lock index ad032ff40..b8c0635ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9568,6 +9568,13 @@ rimraf@2.6.3: dependencies: glob "^7.1.3" +rimraf@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + ripemd160@^2.0.0, ripemd160@^2.0.1, ripemd160@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" @@ -10549,6 +10556,13 @@ tmp@0.0.33, tmp@^0.0.33: dependencies: os-tmpdir "~1.0.2" +tmp@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" + integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== + dependencies: + rimraf "^3.0.0" + to-absolute-glob@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1865f43d9e74b0822db9f145b78cff7d0f7c849b"