Updated dependencies and fixed audit

This commit is contained in:
Drew Heavner
2020-11-12 18:00:41 -05:00
parent ac7314fa18
commit ff34f681c1
2041 changed files with 15676 additions and 190739 deletions
+6
View File
@@ -15,6 +15,9 @@
"GCC-exception-2.0",
"GCC-exception-3.1",
"gnu-javamail-exception",
"GPL-3.0-linking-exception",
"GPL-3.0-linking-source-exception",
"GPL-CC-1.0",
"i2p-gpl-java-exception",
"Libtool-exception",
"Linux-syscall-note",
@@ -22,6 +25,7 @@
"LZMA-exception",
"mif-exception",
"Nokia-Qt-exception-1.1",
"OCaml-LGPL-linking-exception",
"OCCT-exception-1.0",
"OpenJDK-assembly-exception-1.0",
"openvpn-openssl-exception",
@@ -29,6 +33,8 @@
"Qt-GPL-exception-1.0",
"Qt-LGPL-exception-1.1",
"Qwt-exception-1.0",
"Swift-exception",
"u-boot-exception-2.0",
"Universal-FOSS-exception-1.0",
"WxWindows-exception-3.1"
]
+20 -18
View File
@@ -1,39 +1,34 @@
{
"_args": [
[
"spdx-exceptions@2.2.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "spdx-exceptions@2.2.0",
"_id": "spdx-exceptions@2.2.0",
"_from": "spdx-exceptions@^2.1.0",
"_id": "spdx-exceptions@2.3.0",
"_inBundle": false,
"_integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
"_integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
"_location": "/spdx-exceptions",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "spdx-exceptions@2.2.0",
"raw": "spdx-exceptions@^2.1.0",
"name": "spdx-exceptions",
"escapedName": "spdx-exceptions",
"rawSpec": "2.2.0",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/spdx-expression-parse"
],
"_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
"_shasum": "3f28ce1a77a00372683eade4a433183527a2163d",
"_spec": "spdx-exceptions@^2.1.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/spdx-expression-parse",
"author": {
"name": "The Linux Foundation"
},
"bugs": {
"url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kyle E. Mitchell",
@@ -41,7 +36,11 @@
"url": "https://kemitchell.com/"
}
],
"deprecated": false,
"description": "list of SPDX standard license exceptions",
"files": [
"index.json"
],
"homepage": "https://github.com/kemitchell/spdx-exceptions.json#readme",
"license": "CC-BY-3.0",
"name": "spdx-exceptions",
@@ -49,5 +48,8 @@
"type": "git",
"url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
},
"version": "2.2.0"
"scripts": {
"build": "node build.js"
},
"version": "2.3.0"
}