fix: upgrade typeorm from 0.3.9 to 0.3.10
Snyk has created this PR to upgrade typeorm from 0.3.9 to 0.3.10. 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:
parent
46f8c54415
commit
b8be129d30
18
package-lock.json
generated
18
package-lock.json
generated
@ -8,7 +8,7 @@
|
||||
"name": "groundcontrol",
|
||||
"version": "2.1.0",
|
||||
"dependencies": {
|
||||
"@types/node": "^18.7.16",
|
||||
"@types/node": "18.7.16",
|
||||
"body-parser": "^1.20.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.2",
|
||||
@ -22,8 +22,8 @@
|
||||
"mysql2": "^2.3.3",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"ts-node": "10.9.1",
|
||||
"typeorm": "0.3.9",
|
||||
"typescript": "^4.8.3"
|
||||
"typeorm": "^0.3.10",
|
||||
"typescript": "4.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "2.0.5"
|
||||
@ -2009,9 +2009,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typeorm": {
|
||||
"version": "0.3.9",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
|
||||
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
|
||||
"version": "0.3.10",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz",
|
||||
"integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==",
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
"app-root-path": "^3.0.0",
|
||||
@ -3952,9 +3952,9 @@
|
||||
}
|
||||
},
|
||||
"typeorm": {
|
||||
"version": "0.3.9",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz",
|
||||
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==",
|
||||
"version": "0.3.10",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz",
|
||||
"integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==",
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
"app-root-path": "^3.0.0",
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"mysql2": "^2.3.3",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"ts-node": "10.9.1",
|
||||
"typeorm": "0.3.9",
|
||||
"typeorm": "0.3.10",
|
||||
"typescript": "4.8.3"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user