From 44a8c7ef72f56c31e2411cc8da955ad023289209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:33:08 +0000 Subject: [PATCH] fix(deps): update dependency unzipper to v0.12.2 --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebd5069..a513039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@actions/github": "6.0.0", "@actions/http-client": "2.2.1", "smol-toml": "1.2.2", - "unzipper": "0.12.1", + "unzipper": "0.12.2", "uuid": "10.0.0" }, "devDependencies": { @@ -1768,9 +1768,10 @@ } }, "node_modules/bluebird": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz", - "integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==" + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "license": "MIT" }, "node_modules/bottleneck": { "version": "2.19.5", @@ -4040,12 +4041,12 @@ } }, "node_modules/unzipper": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.1.tgz", - "integrity": "sha512-wjYe5XddA387WIAZbEMWOT0U8kw9yf1MdfLHccJer1y7a80t3DqVv0SHOAWV5NDBD2TUPj/pFYmK9tCeY6l9UQ==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.12.2.tgz", + "integrity": "sha512-ecRhBc+ZfQkYnRr8L7OkxvAAWDkqP3Dun9CHUmYYZx/mErGdy7N7ju6ODJ7uKmm9PD99aAG8grxzl5y9lmEK2A==", "license": "MIT", "dependencies": { - "bluebird": "~3.4.1", + "bluebird": "~3.7.2", "duplexer2": "~0.1.4", "fs-extra": "^11.2.0", "graceful-fs": "^4.2.2", diff --git a/package.json b/package.json index f4e6ddb..dee4cdd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@actions/github": "6.0.0", "@actions/http-client": "2.2.1", "smol-toml": "1.2.2", - "unzipper": "0.12.1", + "unzipper": "0.12.2", "uuid": "10.0.0" } }