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:
parent
c4e455ab68
commit
25d048ec7f
6
package-lock.json
generated
6
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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 .",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user