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

Commit 2ecd74a

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 2b6d538 commit 2ecd74a

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
@@ -10566,6 +10566,13 @@ [email protected]:
1056610566
dependencies:
1056710567
glob "^7.1.3"
1056810568

10569+
rimraf@^3.0.0:
10570+
version "3.0.2"
10571+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
10572+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
10573+
dependencies:
10574+
glob "^7.1.3"
10575+
1056910576
ripemd160@^2.0.0, ripemd160@^2.0.1:
1057010577
version "2.0.2"
1057110578
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
@@ -11672,6 +11679,13 @@ [email protected], tmp@^0.0.33:
1167211679
dependencies:
1167311680
os-tmpdir "~1.0.2"
1167411681

11682+
tmp@^0.2.1:
11683+
version "0.2.1"
11684+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
11685+
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
11686+
dependencies:
11687+
rimraf "^3.0.0"
11688+
1167511689
to-absolute-glob@^2.0.0:
1167611690
version "2.0.2"
1167711691
resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1865f43d9e74b0822db9f145b78cff7d0f7c849b"

0 commit comments

Comments
 (0)