From 4283d9c8f6ac8110808cf8c6b40803d4e10ac4be Mon Sep 17 00:00:00 2001 From: Roc Wu Date: Thu, 19 Aug 2021 15:00:27 +0800 Subject: [PATCH] fix: remove debug from deps --- package-lock.json | 38 -------------------------------------- package.json | 1 - 2 files changed, 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index a80717c5..70b0b103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -948,14 +948,6 @@ "compare-func": "^2.0.0", "lodash": "^4.17.15", "q": "^1.5.1" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - } } }, "conventional-changelog-core": { @@ -978,14 +970,6 @@ "read-pkg": "^3.0.0", "read-pkg-up": "^3.0.0", "through2": "^4.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - } } }, "conventional-changelog-ember": { @@ -1070,12 +1054,6 @@ "wordwrap": "^1.0.0" } }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "minimist": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", @@ -1126,14 +1104,6 @@ "split2": "^3.0.0", "through2": "^4.0.0", "trim-off-newlines": "^1.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - } } }, "conventional-recommended-bump": { @@ -2371,14 +2341,6 @@ "meow": "^8.0.0", "split2": "^3.0.0", "through2": "^4.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - } } }, "git-remote-origin-url": { diff --git a/package.json b/package.json index 5018f054..33c00fac 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "body-parser": "1.18.2", "cookie-parser": "1.4.3", "cos-nodejs-sdk-v5": "2.10.0", - "debug": "3.1.0", "diff-match-patch": "1.0.5", "express": "4.17.1", "extract-zip": "1.6.6",