|
|
@@ -46,57 +46,57 @@
|
|
|
"@nestjs/terminus": "7.0.1",
|
|
|
"@nestjs/testing": "7.4.4",
|
|
|
"@nestjs/typeorm": "7.1.3",
|
|
|
- "@types/fs-extra": "^8.0.1",
|
|
|
+ "@types/fs-extra": "^9.0.1",
|
|
|
"@vendure/common": "^0.15.0",
|
|
|
- "apollo-server-express": "2.11.0",
|
|
|
- "bcrypt": "^4.0.1",
|
|
|
+ "apollo-server-express": "2.18.1",
|
|
|
+ "bcrypt": "^5.0.0",
|
|
|
"body-parser": "^1.19.0",
|
|
|
- "chalk": "^3.0.0",
|
|
|
- "commander": "^5.0.0",
|
|
|
- "cookie-session": "^2.0.0-beta.3",
|
|
|
- "csv-parse": "^4.6.5",
|
|
|
- "express": "^4.16.4",
|
|
|
- "fs-extra": "^9.0.0",
|
|
|
+ "chalk": "^4.1.0",
|
|
|
+ "commander": "^6.1.0",
|
|
|
+ "cookie-session": "^2.0.0-rc.1",
|
|
|
+ "csv-parse": "^4.12.0",
|
|
|
+ "express": "^4.17.1",
|
|
|
+ "fs-extra": "^9.0.1",
|
|
|
"graphql": "14.6.0",
|
|
|
"graphql-iso-date": "^3.6.1",
|
|
|
- "graphql-tag": "^2.10.0",
|
|
|
+ "graphql-tag": "^2.11.0",
|
|
|
"graphql-tools": "^4.0.6",
|
|
|
- "graphql-type-json": "^0.3.0",
|
|
|
- "http-proxy-middleware": "^1.0.3",
|
|
|
- "i18next": "^19.3.3",
|
|
|
- "i18next-express-middleware": "^1.9.1",
|
|
|
- "i18next-icu": "^1.3.0",
|
|
|
+ "graphql-type-json": "^0.3.2",
|
|
|
+ "http-proxy-middleware": "^1.0.5",
|
|
|
+ "i18next": "^19.8.1",
|
|
|
+ "i18next-express-middleware": "^2.0.0",
|
|
|
+ "i18next-icu": "^1.4.2",
|
|
|
"i18next-node-fs-backend": "^2.1.3",
|
|
|
- "image-size": "^0.8.3",
|
|
|
- "mime-types": "^2.1.21",
|
|
|
- "ms": "^2.1.1",
|
|
|
- "nanoid": "^2.1.6",
|
|
|
+ "image-size": "^0.9.1",
|
|
|
+ "mime-types": "^2.1.27",
|
|
|
+ "ms": "^2.1.2",
|
|
|
+ "nanoid": "^2.1.11",
|
|
|
"progress": "^2.0.3",
|
|
|
- "reflect-metadata": "^0.1.12",
|
|
|
- "rxjs": "^6.3.3",
|
|
|
+ "reflect-metadata": "^0.1.13",
|
|
|
+ "rxjs": "^6.6.3",
|
|
|
"typeorm": "0.2.24"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/bcrypt": "^3.0.0",
|
|
|
- "@types/cookie-session": "^2.0.36",
|
|
|
- "@types/csv-parse": "^1.1.11",
|
|
|
- "@types/express": "^4.0.39",
|
|
|
+ "@types/cookie-session": "^2.0.41",
|
|
|
+ "@types/csv-parse": "^1.2.2",
|
|
|
+ "@types/express": "^4.17.8",
|
|
|
"@types/faker": "^4.1.7",
|
|
|
- "@types/graphql-iso-date": "^3.3.1",
|
|
|
+ "@types/graphql-iso-date": "^3.4.0",
|
|
|
"@types/graphql-type-json": "^0.3.2",
|
|
|
- "@types/gulp": "^4.0.5",
|
|
|
+ "@types/gulp": "^4.0.7",
|
|
|
"@types/mime-types": "^2.1.0",
|
|
|
- "@types/ms": "^0.7.30",
|
|
|
+ "@types/ms": "^0.7.31",
|
|
|
"@types/nanoid": "^2.1.0",
|
|
|
"@types/node": "^10.12.18",
|
|
|
"@types/progress": "^2.0.3",
|
|
|
- "@types/prompts": "^2.0.2",
|
|
|
- "gulp": "^4.0.0",
|
|
|
+ "@types/prompts": "^2.0.9",
|
|
|
+ "gulp": "^4.0.2",
|
|
|
"mysql": "^2.16.0",
|
|
|
"pg": "^7.8.0",
|
|
|
- "rimraf": "^3.0.0",
|
|
|
+ "rimraf": "^3.0.2",
|
|
|
"sql.js": "1.1.0",
|
|
|
- "sqlite3": "^4.0.6",
|
|
|
+ "sqlite3": "^5.0.0",
|
|
|
"typescript": "3.8.3"
|
|
|
}
|
|
|
}
|