From f3d886e44d4609640953e2529ffa558799898166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 21:45:05 +0000 Subject: [PATCH] Bump debug and extract-zip Bumps [debug](https://github.com/debug-js/debug) and [extract-zip](https://github.com/maxogden/extract-zip). These dependencies needed to be updated together. Updates `debug` from 2.2.0 to 2.6.9 - [Release notes](https://github.com/debug-js/debug/releases) - [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md) - [Commits](https://github.com/debug-js/debug/compare/2.2.0...2.6.9) Updates `extract-zip` from 1.6.5 to 1.6.8 - [Release notes](https://github.com/maxogden/extract-zip/releases) - [Commits](https://github.com/maxogden/extract-zip/compare/v1.6.5...v1.6.8) --- updated-dependencies: - dependency-name: debug dependency-type: indirect - dependency-name: extract-zip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50c727f..427a14c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -580,22 +580,12 @@ "extract-zip": { "version": "1.6.5", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.5.tgz", - "integrity": "sha1-maBnNbbqIOqbcF13ms/8yHz/BEA=", + "integrity": "sha512-ik29Ktq4+LKlROwTSVJeGnbr3ltILxDObjxqWcQPMM0wZ734UUa+ZaTBjPZ39lAE5742KsMgAGbnQ+SX900ZFw==", "requires": { "concat-stream": "1.6.0", "debug": "2.2.0", "mkdirp": "0.5.0", "yauzl": "2.4.1" - }, - "dependencies": { - "mkdirp": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", - "integrity": "sha1-HXMHam35hs2TROFecfzAWkyavxI=", - "requires": { - "minimist": "0.0.8" - } - } } }, "extsprintf": { @@ -880,6 +870,14 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, + "mkdirp": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", + "integrity": "sha512-xjjNGy+ry1lhtIKcr2PT6ok3aszhQfgrUDp4OZLHacgRgFmF6XR9XCOJVcXlVGQonIqXcK1DvqgKKQOPWYGSfw==", + "requires": { + "minimist": "0.0.8" + } + }, "ms": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",