From effa4829d06a0e4bd74a04587568698b939af7fb Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 9 Jan 2020 09:47:01 +0800 Subject: [PATCH] - npm: Update devDep (`license-badger`) --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58316e05..9c1c27bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7812,16 +7812,16 @@ } }, "license-badger": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.9.2.tgz", - "integrity": "sha512-koBhzHEbP0c2g+gV/ORS5mrKvzy4ipvd2/vxYRohYIPFmInFUFeV/RhTLV97oqqrjQVYc6gKxgYo95KQgkXNNg==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.9.3.tgz", + "integrity": "sha512-jKBPii1LO7lv3DLlyKdWFVAPlNPK0bCoJ0VIe/0HPBE7ghBrsAgQaIPq8PMMTc0cWZtNM9cSIbTDFMr99FrHdQ==", "dev": true, "requires": { "badge-up": "git+https://github.com/brettz9/badge-up.git#npm-and-testing", "command-line-basics": "^0.6.2", "es6-template-strings": "^2.0.1", "licensee": "git+https://github.com/brettz9/licensee.js.git#filterPackages", - "npm-consider": "git+https://github.com/brettz9/npm-consider.git#cc-by-4", + "npm-consider": "git+https://github.com/brettz9/npm-consider.git#fixes", "spdx-expression-parse": "^3.0.0" } }, @@ -9199,8 +9199,8 @@ "dev": true }, "npm-consider": { - "version": "git+https://github.com/brettz9/npm-consider.git#c8b228788c5685809a75ca726849c82752c07403", - "from": "git+https://github.com/brettz9/npm-consider.git#cc-by-4", + "version": "git+https://github.com/brettz9/npm-consider.git#0b5df863cef1b83109b99f9625e56d4a1889773d", + "from": "git+https://github.com/brettz9/npm-consider.git#fixes", "dev": true, "requires": { "cli-table3": "^0.5.1", diff --git a/package.json b/package.json index 2b73686b..a3440d98 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "imageoptim-cli": "^3.0.2", "jamilih": "^0.47.0", "jsdoc": "^3.6.3", - "license-badger": "^0.9.2", + "license-badger": "^0.9.3", "load-stylesheets": "^0.9.0", "mocha": "^7.0.0", "mocha-badge-generator": "https://github.com/brettz9/mocha-badge-generator#updated-badge-up",