fix(core): update

This commit is contained in:
Philipp Kunz 2021-09-08 22:18:26 +02:00
parent 38e3eed003
commit 1415d66ffb
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpath": "^4.0.3",
"@pushrocks/smartpromise": "^3.1.6",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"bin": {
"tsbuild": "cli.js"
@ -23,7 +23,7 @@
"devDependencies": {
"@gitzone/tsrun": "^1.2.17",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.6.1",
"@types/node": "^16.7.13",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
}
@ -601,9 +601,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "16.6.1",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-16.6.1.tgz",
"integrity": "sha512-Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw==",
"version": "16.7.13",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-16.7.13.tgz",
"integrity": "sha512-pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA==",
"license": "MIT"
},
"node_modules/@types/through2": {
@ -1672,9 +1672,9 @@
}
},
"node_modules/typescript": {
"version": "4.3.5",
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"version": "4.4.2",
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
@ -2263,9 +2263,9 @@
"integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="
},
"@types/node": {
"version": "16.6.1",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-16.6.1.tgz",
"integrity": "sha512-Sr7BhXEAer9xyGuCN3Ek9eg9xPviCF2gfu9kTfuU2HkTVAMYSDeX40fvpmo72n5nansg3nsBjuQBrsS28r+NUw=="
"version": "16.7.13",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-16.7.13.tgz",
"integrity": "sha512-pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA=="
},
"@types/through2": {
"version": "2.0.36",
@ -2994,9 +2994,9 @@
"dev": true
},
"typescript": {
"version": "4.3.5",
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA=="
"version": "4.4.2",
"resolved": "https://verdaccio.lossless.one/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ=="
},
"universalify": {
"version": "2.0.0",

View File

@ -33,12 +33,12 @@
"@pushrocks/smartlog": "^2.0.44",
"@pushrocks/smartpath": "^4.0.3",
"@pushrocks/smartpromise": "^3.1.6",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.17",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.6.1",
"@types/node": "^16.7.13",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},