chore(deps): update dependency typeorm to ^0.3.10

This commit is contained in:
renovate[bot] 2022-09-19 17:10:26 +00:00
parent ff4b62d3c5
commit f20c7f802c
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -30,14 +30,14 @@
"sqlite3": "^5.1.1", "sqlite3": "^5.1.1",
"ts-jest": "^28.0.8", "ts-jest": "^28.0.8",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typeorm": "^0.3.9", "typeorm": "^0.3.10",
"typescript": "^4.8.3" "typescript": "^4.8.3"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.0.11", "@nestjs/common": "^9.0.11",
"express": "^4.18.1", "express": "^4.18.1",
"fastify": "^4.6.0", "fastify": "^4.6.0",
"typeorm": "^0.3.9" "typeorm": "^0.3.10"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -6898,9 +6898,9 @@
} }
}, },
"node_modules/typeorm": { "node_modules/typeorm": {
"version": "0.3.9", "version": "0.3.10",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz",
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==", "integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sqltools/formatter": "^1.2.2", "@sqltools/formatter": "^1.2.2",
@ -12517,9 +12517,9 @@
} }
}, },
"typeorm": { "typeorm": {
"version": "0.3.9", "version": "0.3.10",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz", "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz",
"integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==", "integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sqltools/formatter": "^1.2.2", "@sqltools/formatter": "^1.2.2",

View File

@ -48,7 +48,7 @@
"sqlite3": "^5.1.1", "sqlite3": "^5.1.1",
"ts-jest": "^28.0.8", "ts-jest": "^28.0.8",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typeorm": "^0.3.9", "typeorm": "^0.3.10",
"typescript": "^4.8.3" "typescript": "^4.8.3"
}, },
"dependencies": { "dependencies": {
@ -58,7 +58,7 @@
"@nestjs/common": "^9.0.11", "@nestjs/common": "^9.0.11",
"express": "^4.18.1", "express": "^4.18.1",
"fastify": "^4.6.0", "fastify": "^4.6.0",
"typeorm": "^0.3.9" "typeorm": "^0.3.10"
}, },
"jest": { "jest": {
"moduleFileExtensions": [ "moduleFileExtensions": [