Skip to content

Commit 89c6002

Browse files
fix: update dependency tmp to v0.2.2
1 parent 5a01f59 commit 89c6002

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -4483,7 +4483,7 @@ [email protected], glob@^7.1.3, glob@^7.1.4:
44834483
once "^1.3.0"
44844484
path-is-absolute "^1.0.0"
44854485

4486-
glob@^10.3.10:
4486+
glob@^10.3.10, glob@^10.3.7:
44874487
version "10.3.10"
44884488
resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
44894489
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
@@ -7144,6 +7144,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
71447144
dependencies:
71457145
glob "^7.1.3"
71467146

7147+
rimraf@^5.0.5:
7148+
version "5.0.5"
7149+
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
7150+
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
7151+
dependencies:
7152+
glob "^10.3.7"
7153+
71477154
rollup@^4.2.0:
71487155
version "4.9.6"
71497156
resolved "https://registry.npmjs.org/rollup/-/rollup-4.9.6.tgz#4515facb0318ecca254a2ee1315e22e09efc50a0"
@@ -7761,11 +7768,11 @@ tmp@^0.0.33:
77617768
os-tmpdir "~1.0.2"
77627769

77637770
tmp@^0.2.1, tmp@~0.2.1:
7764-
version "0.2.1"
7765-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz"
7766-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
7771+
version "0.2.2"
7772+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.2.tgz#c09643689dee6613578a8ab9d9a4008448a8be90"
7773+
integrity sha512-ETcvHhaIc9J2MDEAH6N67j9bvBvu/3Gb764qaGhwtFvjtvhegqoqSpofgeyq1Sc24mW5pdyUDs9HP5j3ehkxRw==
77677774
dependencies:
7768-
rimraf "^3.0.0"
7775+
rimraf "^5.0.5"
77697776

77707777
to-fast-properties@^2.0.0:
77717778
version "2.0.0"

0 commit comments

Comments
 (0)