chore(deps): update dependency typeorm to ^0.3.9
This commit is contained in:
parent
801c31202d
commit
8f806c9504
16
package-lock.json
generated
16
package-lock.json
generated
@ -30,14 +30,14 @@
|
||||
"sqlite3": "^5.0.11",
|
||||
"ts-jest": "^28.0.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"typeorm": "^0.3.8",
|
||||
"typeorm": "^0.3.9",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^9.0.11",
|
||||
"express": "^4.18.1",
|
||||
"fastify": "^4.5.3",
|
||||
"typeorm": "^0.3.8"
|
||||
"typeorm": "^0.3.9"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
@ -6891,9 +6891,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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
@ -12503,9 +12503,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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.2",
|
||||
|
@ -48,7 +48,7 @@
|
||||
"sqlite3": "^5.0.11",
|
||||
"ts-jest": "^28.0.8",
|
||||
"ts-node": "^10.9.1",
|
||||
"typeorm": "^0.3.8",
|
||||
"typeorm": "^0.3.9",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -58,7 +58,7 @@
|
||||
"@nestjs/common": "^9.0.11",
|
||||
"express": "^4.18.1",
|
||||
"fastify": "^4.5.3",
|
||||
"typeorm": "^0.3.8"
|
||||
"typeorm": "^0.3.9"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
Loading…
Reference in New Issue
Block a user