fix: upgrade typeorm from 0.3.8 to 0.3.9

Snyk has created this PR to upgrade typeorm from 0.3.8 to 0.3.9.

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

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-18 22:55:57 +00:00 committed by Overtorment
parent 1cd7aa5d51
commit c641e9a979
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -21,7 +21,7 @@
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.10",
"ts-node": "10.9.1",
"typeorm": "^0.3.8",
"typeorm": "^0.3.9",
"typescript": "4.8.2"
},
"devDependencies": {
@ -1856,9 +1856,9 @@
}
},
"node_modules/typeorm": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.8.tgz",
"integrity": "sha512-77PNamypfwieZlhwbUAjMudX2T+5F6JCoNR18RdKenJ5Uu+9gc9AWa1kmz/2hH84MU23lGqPCu8u2lKnlfsN2g==",
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
"dependencies": {
"@sqltools/formatter": "^1.2.2",
"app-root-path": "^3.0.0",
@ -3689,9 +3689,9 @@
}
},
"typeorm": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.8.tgz",
"integrity": "sha512-77PNamypfwieZlhwbUAjMudX2T+5F6JCoNR18RdKenJ5Uu+9gc9AWa1kmz/2hH84MU23lGqPCu8u2lKnlfsN2g==",
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
"requires": {
"@sqltools/formatter": "^1.2.2",
"app-root-path": "^3.0.0",

View File

@ -19,7 +19,7 @@
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.10",
"ts-node": "10.9.1",
"typeorm": "0.3.8",
"typeorm": "0.3.9",
"typescript": "4.8.2"
},
"scripts": {