chore(deps): update dependency typeorm to ^0.3.17

This commit is contained in:
renovate[bot] 2023-06-20 23:44:14 +00:00
parent 9b5b836b12
commit e97111b803
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -31,14 +31,14 @@
"sqlite3": "^5.1.6", "sqlite3": "^5.1.6",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typeorm": "^0.3.16", "typeorm": "^0.3.17",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.4.3", "@nestjs/common": "^9.4.3",
"express": "^4.18.2", "express": "^4.18.2",
"fastify": "^4.18.0", "fastify": "^4.18.0",
"typeorm": "^0.3.16" "typeorm": "^0.3.17"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -7108,9 +7108,9 @@
} }
}, },
"node_modules/typeorm": { "node_modules/typeorm": {
"version": "0.3.16", "version": "0.3.17",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.16.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.17.tgz",
"integrity": "sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==", "integrity": "sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.5", "@sqltools/formatter": "^1.2.5",
@ -12975,9 +12975,9 @@
} }
}, },
"typeorm": { "typeorm": {
"version": "0.3.16", "version": "0.3.17",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.16.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.17.tgz",
"integrity": "sha512-wJ4Qy1oqRKNDdZiBTTaVMqwo/XxC52Q7uNPTjltPgLhvIW173bL6Iad0lhptMOsFlpixFPaUu3PNziaRBwX2Zw==", "integrity": "sha512-UDjUEwIQalO9tWw9O2A4GU+sT3oyoUXheHJy4ft+RFdnRdQctdQ34L9SqE2p7LdwzafHx1maxT+bqXON+Qnmig==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sqltools/formatter": "^1.2.5", "@sqltools/formatter": "^1.2.5",

View File

@ -51,7 +51,7 @@
"sqlite3": "^5.1.6", "sqlite3": "^5.1.6",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typeorm": "^0.3.16", "typeorm": "^0.3.17",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"dependencies": { "dependencies": {
@ -61,7 +61,7 @@
"@nestjs/common": "^9.4.3", "@nestjs/common": "^9.4.3",
"express": "^4.18.2", "express": "^4.18.2",
"fastify": "^4.18.0", "fastify": "^4.18.0",
"typeorm": "^0.3.16" "typeorm": "^0.3.17"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [