2
0
Fork 0
mirror of https://github.com/WebTools-NG/WebTools-NG synced 2025-03-09 00:37:20 +00:00

Security updates

This commit is contained in:
UKDTOM 2020-09-12 00:27:16 +02:00
parent 6349792581
commit 27a6154b95
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "webtools-ng",
"version": "0.1.2",
"version": "0.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -6157,8 +6157,7 @@
},
"bl": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/bl/-/bl-4.0.2.tgz",
"integrity": "sha512-j4OH8f6Qg2bGuWfRiltT2HYGx0e1QcBTrK9KAHNMwMZdQnDZFk0ZSYIpADjYCB3U12nicC5tVJwSIhwOWjb4RQ==",
"resolved": "",
"requires": {
"buffer": "^5.5.0",
"inherits": "^2.0.4",
@ -9357,9 +9356,9 @@
}
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"node-forge": {
"version": "0.9.0",

View file

@ -36,7 +36,7 @@
"is-electron": "^2.2.0",
"jsonpath-plus": "^4.0.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"popper.js": "^1.16.1",
"secure-ls": "^1.2.6",
"uuid": "^8.3.0",