update dependencies

This commit is contained in:
kononnable 2020-09-12 14:25:36 +02:00
parent c106bf8cab
commit 5d66340ce3
2 changed files with 689 additions and 460 deletions

1113
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,32 +32,32 @@
"inquirer": "^7.3.3",
"mssql": "^6.2.1",
"mysql": "^2.18.1",
"pg": "^8.3.0",
"pg": "^8.3.3",
"pluralize": "^8.0.0",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.0",
"typeorm": "^0.2.25",
"yargs": "^15.4.1"
"typeorm": "^0.2.26",
"yargs": "^16.0.3"
},
"devDependencies": {
"@types/array.prototype.flatmap": "^1.2.2",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/eslint": "^7.2.0",
"@types/eslint": "^7.2.2",
"@types/fs-extra": "^9.0.1",
"@types/handlebars": "^4.1.0",
"@types/inquirer": "^7.3.0",
"@types/mocha": "^8.0.1",
"@types/mssql": "^6.0.3",
"@types/inquirer": "^7.3.1",
"@types/mocha": "^8.0.3",
"@types/mssql": "^6.0.4",
"@types/mysql": "^2.15.15",
"@types/node": "^14.0.27",
"@types/node": "^14.10.1",
"@types/oracledb": "^5.0.0",
"@types/pg": "^7.14.4",
"@types/pluralize": "0.0.29",
"@types/prettier": "^2.0.2",
"@types/sinon": "^9.0.4",
"@types/prettier": "^2.1.0",
"@types/sinon": "^9.0.5",
"@types/sqlite3": "^3.1.6",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^3.7.1",
@ -69,20 +69,20 @@
"chai-subset": "^1.6.0",
"codecov": "^3.7.2",
"dotenv": "^8.2.0",
"eslint": "^7.5.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"mocha": "^8.1.0",
"husky": "^4.3.0",
"lint-staged": "^10.3.0",
"mocha": "^8.1.3",
"ncp": "^2.0.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon": "^9.0.3",
"sinon-chai": "^3.5.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"yn": "^4.0.0"
},
"husky": {