fix(deps): update dependency @nestjs/typeorm to v6.3.0

This commit is contained in:
Renovate Bot
2020-02-11 09:42:20 +00:00
parent 2627813523
commit 553187aafd
4 changed files with 22 additions and 14 deletions

View File

@@ -74,11 +74,11 @@
}
},
"@nestjs/typeorm": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-6.2.0.tgz",
"integrity": "sha512-CRDYV3oxTUa6mTDJfdW+RPLtVUpGx0RpigQdLlvMFLM56v+bYnrTuuy4vurKDgLNFC+AttL9JLZOgRhW8fGdgQ==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-6.3.0.tgz",
"integrity": "sha512-ZK/8S/O3joYFeeq2DGYa3cSJIfL2oTI2BWp3AaVIk8Ygt3SiTs1Twdu/BP9Hnvo8nDrU7oq46ymOZQOOd11/GQ==",
"requires": {
"uuid": "3.3.3"
"uuid": "3.4.0"
}
},
"@nuxtjs/opencollective": {
@@ -1085,9 +1085,9 @@
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
},
"uuid": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz",
"integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ=="
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
},
"which-module": {
"version": "2.0.0",

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@nestjs/common": "6.11.6",
"@nestjs/core": "6.11.6",
"@nestjs/typeorm": "6.2.0",
"@nestjs/typeorm": "6.3.0",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.4",