From acf2c8cb296d7b04366fee6c7296f8d96bfaba9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:23:37 +0100 Subject: [PATCH] chore(deps): Bump unzipper from 0.12.1 to 0.12.2 (#1506) Bumps [unzipper](https://github.com/ZJONSSON/node-unzipper) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/ZJONSSON/node-unzipper/releases) - [Commits](https://github.com/ZJONSSON/node-unzipper/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: unzipper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40b94385..2081f6bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "ssl-config": "1.0.0", "swagger-ui-express": "5.0.1", "tsoa": "6.3.1", - "unzipper": "0.12.1", + "unzipper": "0.12.2", "walk": "2.3.15", "yargs": "17.7.2" }, @@ -3456,9 +3456,9 @@ } }, "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==" }, "node_modules/body-parser": { "version": "1.20.2", @@ -11858,11 +11858,11 @@ } }, "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==", "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 000254a1..108e1e09 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ssl-config": "1.0.0", "swagger-ui-express": "5.0.1", "tsoa": "6.3.1", - "unzipper": "0.12.1", + "unzipper": "0.12.2", "walk": "2.3.15", "yargs": "17.7.2" },