- Build: Update license badges

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2020-01-08 16:17:25 +08:00
parent 310157e37e
commit cbd4c1f40a
4 changed files with 8 additions and 7 deletions

9
package-lock.json generated
View File

@@ -7812,16 +7812,17 @@
}
},
"license-badger": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.8.0.tgz",
"integrity": "sha512-rcyYZY3XRRLSuoDhu8HDtGpLeKy1O7vnEH0qyCktLpoTJkolSy1tXP8VA5t8qBezh+cW9fB200Sd7QfWIl8pNQ==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/license-badger/-/license-badger-0.9.0.tgz",
"integrity": "sha512-km4MqoyR1FTIb/hPRi9Ljo4XiPWYf2MY5kE4nANoa+qautJ+f1N4/QA1uradPkyEDJ5UvcAEmaWStczmWKe8xA==",
"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#handle-ands"
"npm-consider": "git+https://github.com/brettz9/npm-consider.git#handle-ands",
"spdx-expression-parse": "^3.0.0"
}
},
"licensee": {