From 86ff1fd6839cf8a56a90082643faee9665076268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 22:02:03 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcf9c70..a9f52e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jekyll-TeXt-theme", - "version": "1.0.0", + "version": "1.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -559,8 +559,8 @@ }, "extract-zip": { "version": "1.6.5", - "resolved": "http://registry.npm.taobao.org/extract-zip/download/extract-zip-1.6.5.tgz", - "integrity": "sha1-maBnNbbqIOqbcF13ms/8yHz/BEA=", + "resolved": "https://registry.npmmirror.com/extract-zip/-/extract-zip-1.6.5.tgz", + "integrity": "sha512-ik29Ktq4+LKlROwTSVJeGnbr3ltILxDObjxqWcQPMM0wZ734UUa+ZaTBjPZ39lAE5742KsMgAGbnQ+SX900ZFw==", "dev": true, "requires": { "concat-stream": "1.6.0", @@ -2716,12 +2716,6 @@ "stream-to": "0.2.2" } }, - "string_decoder": { - "version": "0.10.31", - "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - }, "string-width": { "version": "1.0.2", "resolved": "http://registry.npm.taobao.org/string-width/download/string-width-1.0.2.tgz", @@ -2733,6 +2727,12 @@ "strip-ansi": "3.0.1" } }, + "string_decoder": { + "version": "0.10.31", + "resolved": "http://registry.npm.taobao.org/string_decoder/download/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + }, "stringstream": { "version": "0.0.5", "resolved": "http://registry.npm.taobao.org/stringstream/download/stringstream-0.0.5.tgz",