upgrade dependencies

This commit is contained in:
kononnable 2020-12-27 01:11:37 +01:00
parent cfa6799226
commit 9e345781c5
2 changed files with 455 additions and 474 deletions

887
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,63 +26,63 @@
},
"homepage": "https://github.com/Kononnable/typeorm-model-generator#readme",
"dependencies": {
"change-case": "^4.1.1",
"change-case": "^4.1.2",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"mssql": "^6.2.3",
"mssql": "^6.3.0",
"mysql": "^2.18.1",
"pg": "^8.5.1",
"pluralize": "^8.0.0",
"prettier": "^2.1.2",
"prettier": "^2.2.1",
"reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.0",
"typeorm": "^0.2.29",
"yargs": "^16.1.1"
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/array.prototype.flatmap": "^1.2.2",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/eslint": "^7.2.4",
"@types/fs-extra": "^9.0.4",
"@types/eslint": "^7.2.6",
"@types/fs-extra": "^9.0.6",
"@types/handlebars": "^4.1.0",
"@types/inquirer": "^7.3.1",
"@types/mocha": "^8.0.4",
"@types/mssql": "^6.0.5",
"@types/mysql": "^2.15.15",
"@types/node": "^14.14.7",
"@types/mocha": "^8.2.0",
"@types/mssql": "^6.0.7",
"@types/mysql": "^2.15.16",
"@types/node": "^14.14.16",
"@types/oracledb": "^5.0.0",
"@types/pg": "^7.14.6",
"@types/pg": "^7.14.7",
"@types/pluralize": "0.0.29",
"@types/prettier": "^2.1.5",
"@types/sinon": "^9.0.8",
"@types/prettier": "^2.1.6",
"@types/sinon": "^9.0.10",
"@types/sqlite3": "^3.1.6",
"@types/yargs": "^15.0.9",
"@types/yargs": "^15.0.12",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@typescript-eslint/typescript-estree": "^3.7.1",
"array.prototype.flatmap": "^1.2.3",
"array.prototype.flatmap": "^1.2.4",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"codecov": "^3.8.1",
"dotenv": "^8.2.0",
"eslint": "^7.13.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"ncp": "^2.0.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"sinon": "^9.2.1",
"sinon": "^9.2.2",
"sinon-chai": "^3.5.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"yn": "^4.0.0"
},
"husky": {