chore(deps): update dependency typeorm to ^0.3.17
This commit is contained in:
parent
9b5b836b12
commit
e97111b803
16
package-lock.json
generated
16
package-lock.json
generated
@ -31,14 +31,14 @@
|
||||
"sqlite3": "^5.1.6",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typeorm": "^0.3.16",
|
||||
"typeorm": "^0.3.17",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@nestjs/common": "^9.4.3",
|
||||
"express": "^4.18.2",
|
||||
"fastify": "^4.18.0",
|
||||
"typeorm": "^0.3.16"
|
||||
"typeorm": "^0.3.17"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
@ -7108,9 +7108,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typeorm": {
|
||||
"version": "0.3.16",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.16.tgz",
|
||||
"integrity": "sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==",
|
||||
"version": "0.3.17",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.17.tgz",
|
||||
"integrity": "sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@sqltools/formatter": "^1.2.5",
|
||||
@ -12975,9 +12975,9 @@
|
||||
}
|
||||
},
|
||||
"typeorm": {
|
||||
"version": "0.3.16",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.16.tgz",
|
||||
"integrity": "sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==",
|
||||
"version": "0.3.17",
|
||||
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.17.tgz",
|
||||
"integrity": "sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@sqltools/formatter": "^1.2.5",
|
||||
|
@ -51,7 +51,7 @@
|
||||
"sqlite3": "^5.1.6",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typeorm": "^0.3.16",
|
||||
"typeorm": "^0.3.17",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -61,7 +61,7 @@
|
||||
"@nestjs/common": "^9.4.3",
|
||||
"express": "^4.18.2",
|
||||
"fastify": "^4.18.0",
|
||||
"typeorm": "^0.3.16"
|
||||
"typeorm": "^0.3.17"
|
||||
},
|
||||
"jest": {
|
||||
"moduleFileExtensions": [
|
||||
|
Loading…
Reference in New Issue
Block a user