fix: upgrade typescript from 4.7.4 to 4.8.2

Snyk has created this PR to upgrade typescript from 4.7.4 to 4.8.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=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2022-09-16 00:12:15 +00:00 committed by Overtorment
parent 7fba208c00
commit 07f3c9ce97
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,7 @@
"reflect-metadata": "^0.1.10",
"ts-node": "10.9.1",
"typeorm": "0.3.7",
"typescript": "4.7.4"
"typescript": "^4.8.2"
},
"devDependencies": {
"prettier": "2.0.5"
@ -2084,9 +2084,9 @@
}
},
"node_modules/typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -3795,9 +3795,9 @@
}
},
"typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw=="
},
"unpipe": {
"version": "1.0.0",

View File

@ -20,7 +20,7 @@
"reflect-metadata": "^0.1.10",
"ts-node": "10.9.1",
"typeorm": "0.3.7",
"typescript": "4.7.4"
"typescript": "4.8.2"
},
"scripts": {
"lint": "npx prettier --write .",