Merge pull request #61 from Kononnable/greenkeeper/typeorm-0.2.1

Update typeorm to the latest version 🚀
This commit is contained in:
Kononnable 2018-04-24 12:44:46 +02:00 committed by GitHub
commit 913174cbac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -948,9 +948,9 @@
"integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0="
},
"cliui": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-4.0.0.tgz",
"integrity": "sha512-nY3W5Gu2racvdDk//ELReY+dHjb9PlIcVDFXP72nVIhq2Gy3LuVXYwJoPVudwQnv1shtohpgkdCKT2YaKY0CKw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
"integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
"requires": {
"string-width": "2.1.1",
"strip-ansi": "4.0.0",
@ -962,7 +962,7 @@
"resolved": "https://registry.npmjs.org/yargs/-/yargs-10.1.2.tgz",
"integrity": "sha512-ivSoxqBGYOqQVruxD35+EyCFDYNEFL/Uo6FcOnz+9xZdZzK0Zzw4r4KhbrME1Oo2gOggwJod2MnsdamSG7H9ig==",
"requires": {
"cliui": "4.0.0",
"cliui": "4.1.0",
"decamelize": "1.2.0",
"find-up": "2.1.0",
"get-caller-file": "1.0.2",
@ -8114,9 +8114,9 @@
"dev": true
},
"typeorm": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.0.tgz",
"integrity": "sha512-Z2qOSm+ZU1aqqWT3W053Uzto6YunT+UrzNOHws34pGFZZ8uAYa1TWCkDjZ5gRywcbqAc7tW/Q5IBu6Ce1FCEnQ==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.1.tgz",
"integrity": "sha512-YiqIc9Rr6K8jiiU/d81517oHSmSbMssdCbSCwCy4QPr3kDVHwqvfZTMQ7+pm/h9Oohj6mRWeYromU2WsgFYxPQ==",
"requires": {
"app-root-path": "2.0.1",
"buffer": "5.1.0",
@ -8152,9 +8152,9 @@
}
},
"cliui": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-4.0.0.tgz",
"integrity": "sha512-nY3W5Gu2racvdDk//ELReY+dHjb9PlIcVDFXP72nVIhq2Gy3LuVXYwJoPVudwQnv1shtohpgkdCKT2YaKY0CKw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
"integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
"requires": {
"string-width": "2.1.1",
"strip-ansi": "4.0.0",
@ -8201,7 +8201,7 @@
"resolved": "https://registry.npmjs.org/yargs/-/yargs-11.1.0.tgz",
"integrity": "sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A==",
"requires": {
"cliui": "4.0.0",
"cliui": "4.1.0",
"decamelize": "1.2.0",
"find-up": "2.1.0",
"get-caller-file": "1.0.2",

View File

@ -28,7 +28,7 @@
"oracledb": "^2.2.0",
"pg": "^7.4.0",
"reflect-metadata": "^0.1.10",
"typeorm": "0.2.0",
"typeorm": "0.2.1",
"typescript": "^2.6.1",
"yargs": "^11.0.0",
"yn": "^2.0.0"