Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 4f35f77

Browse files
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](raszi/node-tmp@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] <[email protected]>
1 parent 1e26144 commit 4f35f77

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

abi-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"handlebars": "^4.1.2",
7676
"lodash": "^4.17.21",
7777
"mkdirp": "^0.5.1",
78-
"tmp": "^0.0.33",
78+
"tmp": "^0.2.1",
7979
"to-snake-case": "^1.0.0",
8080
"toposort": "^2.0.2",
8181
"yargs": "^17.5.1"

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9568,6 +9568,13 @@ [email protected]:
95689568
dependencies:
95699569
glob "^7.1.3"
95709570

9571+
rimraf@^3.0.0:
9572+
version "3.0.2"
9573+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
9574+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
9575+
dependencies:
9576+
glob "^7.1.3"
9577+
95719578
ripemd160@^2.0.0, ripemd160@^2.0.1, ripemd160@^2.0.2:
95729579
version "2.0.2"
95739580
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
@@ -10549,6 +10556,13 @@ [email protected], tmp@^0.0.33:
1054910556
dependencies:
1055010557
os-tmpdir "~1.0.2"
1055110558

10559+
tmp@^0.2.1:
10560+
version "0.2.1"
10561+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
10562+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
10563+
dependencies:
10564+
rimraf "^3.0.0"
10565+
1055210566
to-absolute-glob@^2.0.0:
1055310567
version "2.0.2"
1055410568
resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1865f43d9e74b0822db9f145b78cff7d0f7c849b"

0 commit comments

Comments
 (0)