fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142
This commit is contained in:
parent
41d5051b39
commit
c39814b06c
|
@ -17,11 +17,6 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-5.5.0.tgz",
|
||||
"integrity": "sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ=="
|
||||
},
|
||||
"JSV": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz",
|
||||
"integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c="
|
||||
},
|
||||
"abbrev": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
||||
|
@ -894,7 +889,7 @@
|
|||
"integrity": "sha512-HXXCSVTpHck64PUMIn/2I8auBGmIpx+cD/Hs+KnYH+p9iaMTN0cd38l22qYVp8vEp6v9w+Bbi0SD8iN8fgrINg==",
|
||||
"requires": {
|
||||
"babel-polyfill": "6.23.0",
|
||||
"glob": "^7.1.2",
|
||||
"glob": "latest",
|
||||
"gonzales-pe": "^3.4.7",
|
||||
"minimatch": "3.0.2",
|
||||
"minimist": "1.1.x",
|
||||
|
@ -2532,6 +2527,11 @@
|
|||
"verror": "1.10.0"
|
||||
}
|
||||
},
|
||||
"JSV": {
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz",
|
||||
"integrity": "sha1-0Hf2glVx+CEy+d/67Vh7QCn+/1c="
|
||||
},
|
||||
"lazy": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/lazy/-/lazy-1.0.11.tgz",
|
||||
|
@ -3589,6 +3589,14 @@
|
|||
"integrity": "sha1-2kwSBzzr7jzWD0ghlAzCexnTSKE=",
|
||||
"dev": true
|
||||
},
|
||||
"string_decoder": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
||||
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
||||
"requires": {
|
||||
"safe-buffer": "~5.1.0"
|
||||
}
|
||||
},
|
||||
"string-width": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
|
||||
|
@ -3613,14 +3621,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"string_decoder": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
||||
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
||||
"requires": {
|
||||
"safe-buffer": "~5.1.0"
|
||||
}
|
||||
},
|
||||
"stringify-entities": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz",
|
||||
|
@ -3961,12 +3961,12 @@
|
|||
}
|
||||
},
|
||||
"universal-analytics": {
|
||||
"version": "0.4.17",
|
||||
"resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.4.17.tgz",
|
||||
"integrity": "sha512-N2JFymxv4q2N5Wmftc5JCcM5t1tp+sc1kqeDRhDL4XLY5X6PBZ0kav2wvVUZJJMvmSq3WXrmzDu062p+cSFYfQ==",
|
||||
"version": "0.4.18",
|
||||
"resolved": "https://registry.npmjs.org/universal-analytics/-/universal-analytics-0.4.18.tgz",
|
||||
"integrity": "sha512-v/YDrWeXudVyrvqUYGdqJtsQd6ljPqrgIRfryK80EiZRGTj9k2Q0TvbH7/4Cw1ZwkEWY8p9iGHrhoY0AwY7i8A==",
|
||||
"requires": {
|
||||
"debug": "^3.0.0",
|
||||
"request": "2.86.0",
|
||||
"request": "^2.86.0",
|
||||
"uuid": "^3.0.0"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
"typescript": "^2.6.2",
|
||||
"typescript-formatter": "^7.0.0",
|
||||
"underscore-plus": "^1.6.6",
|
||||
"universal-analytics": "^0.4.16",
|
||||
"universal-analytics": "^0.4.18",
|
||||
"uuid": "^3.1.0",
|
||||
"which": "^1.3.0",
|
||||
"winston": "^2.4.0",
|
||||
|
|
Loading…
Reference in New Issue