fix: upgrade typescript from 4.0.5 to 4.1.2

Snyk has created this PR to upgrade typescript from 4.0.5 to 4.1.2.

See this package in npm:
https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/ed70334c-c069-4cb5-83a7-8d8cd16c0921?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2020-12-10 23:34:49 +00:00 committed by Overtorment
parent c4e455ab68
commit 25d048ec7f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1364,9 +1364,9 @@
}
},
"typescript": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ=="
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.2.tgz",
"integrity": "sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ=="
},
"unpipe": {
"version": "1.0.0",

View File

@ -18,7 +18,7 @@
"reflect-metadata": "^0.1.10",
"ts-node": "3.3.0",
"typeorm": "0.2.27",
"typescript": "4.0.5"
"typescript": "4.1.2"
},
"scripts": {
"lint": "npx prettier --write .",