fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-25 23:40:29 +00:00
parent 71782672d7
commit 3fd2075c26
2 changed files with 3 additions and 4 deletions

3
package-lock.json generated
View File

@ -3766,8 +3766,7 @@
"node-fetch": {
"version": "2.6.0",
"resolved": "https://verdaccio.lossless.one/node-fetch/-/node-fetch-2.6.0.tgz",
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==",
"dev": true
"integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
},
"node-releases": {
"version": "1.1.58",

View File

@ -19,13 +19,13 @@
"@pushrocks/smartexpress": "^3.0.72",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.14",
"node-fetch": "^2.6.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.9",
"@pushrocks/smartenv": "^4.0.10"
"@pushrocks/smartenv": "^4.0.10",
"node-fetch": "^2.6.0"
},
"files": [
"ts/**/*",