update deps

This commit is contained in:
2020-12-13 16:26:54 +00:00
committed by Stepan Usatiuk
parent 019a206e05
commit 117b2b999f
2 changed files with 465 additions and 1028 deletions

1441
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,24 +23,24 @@
"license": "MIT",
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@koa/router": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"bcrypt": "^5.0.0",
"chai": "^4.2.0",
"class-validator": "^0.12.2",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"deasync": "^0.1.20",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"cross-env": "^7.0.3",
"deasync": "^0.1.21",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.1.4",
"exifreader": "^3.12.3",
"eslint-plugin-prettier": "^3.2.0",
"exifreader": "^3.12.6",
"hasha": "^5.2.2",
"husky": "^4.3.0",
"husky": "^4.3.5",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
@@ -50,27 +50,27 @@
"koa-sslify": "^4.0.3",
"koa-static": "^5.0.0",
"mime-types": "^2.1.27",
"mocha": "^8.1.3",
"mocha": "^8.2.1",
"mysql": "^2.18.1",
"prettier": "^2.1.2",
"prettier-eslint": "^11.0.0",
"sharp": "^0.26.1",
"supertest": "^5.0.0",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0-pre.63",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"sharp": "^0.26.3",
"supertest": "^6.0.1",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"tsconfig-paths": "^3.9.0",
"typeorm": "^0.2.28",
"typescript": "^4.0.3"
"typeorm": "^0.2.29",
"typescript": "^4.1.3"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/chai": "^4.2.13",
"@types/chai": "^4.2.14",
"@types/concurrently": "^5.2.1",
"@types/deasync": "^0.1.1",
"@types/eslint": "^7.2.3",
"@types/eslint": "^7.2.6",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/jsonwebtoken": "^8.5.0",
"@types/koa": "^2.11.4",
"@types/koa": "^2.11.6",
"@types/koa-logger": "^3.1.1",
"@types/koa-send": "^4.1.2",
"@types/koa-sslify": "^4.0.1",
@@ -78,10 +78,10 @@
"@types/koa__cors": "^3.0.2",
"@types/koa__router": "^8.0.3",
"@types/mime-types": "^2.1.0",
"@types/mocha": "^8.0.3",
"@types/mysql": "^2.15.15",
"@types/prettier": "^2.1.1",
"@types/sharp": "^0.26.0",
"@types/mocha": "^8.2.0",
"@types/mysql": "^2.15.16",
"@types/prettier": "^2.1.5",
"@types/sharp": "^0.26.1",
"@types/supertest": "^2.0.10"
},
"husky": {