mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
fix npm audit
This commit is contained in:
36
package.json
36
package.json
@@ -1,50 +1,50 @@
|
||||
{
|
||||
"name": "writer-backend",
|
||||
"devDependencies": {
|
||||
"@blueprintjs/tslint-config": "^1.8.1",
|
||||
"@blueprintjs/tslint-config": "^1.9.0",
|
||||
"@types/bcrypt": "^3.0.0",
|
||||
"@types/chai": "^4.1.7",
|
||||
"@types/eslint": "^4.16.6",
|
||||
"@types/chai": "^4.2.0",
|
||||
"@types/eslint": "^6.1.1",
|
||||
"@types/eslint-plugin-prettier": "^2.2.0",
|
||||
"@types/jsonwebtoken": "^8.3.2",
|
||||
"@types/jsonwebtoken": "^8.3.3",
|
||||
"@types/koa": "^2.0.49",
|
||||
"@types/koa-logger": "^3.1.1",
|
||||
"@types/koa-router": "^7.0.42",
|
||||
"@types/koa__cors": "^2.2.3",
|
||||
"@types/lodash": "^4.14.136",
|
||||
"@types/lodash": "^4.14.138",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/mysql": "^2.15.6",
|
||||
"@types/node": "^12.6.8",
|
||||
"@types/prettier": "^1.18.0",
|
||||
"@types/mysql": "^2.15.7",
|
||||
"@types/node": "^12.7.2",
|
||||
"@types/prettier": "^1.18.2",
|
||||
"@types/supertest": "^2.0.8",
|
||||
"chai": "^4.2.0",
|
||||
"concurrently": "^4.1.1",
|
||||
"concurrently": "^4.1.2",
|
||||
"cross-env": "^5.2.0",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-airbnb": "^17.1.1",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
"eslint": "^6.2.2",
|
||||
"eslint-config-airbnb": "^18.0.1",
|
||||
"eslint-config-prettier": "^6.1.0",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.14.2",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"mocha": "^6.2.0",
|
||||
"prettier": "^1.18.2",
|
||||
"supertest": "^4.0.2",
|
||||
"ts-node": "8.3.0",
|
||||
"ts-node-dev": "^1.0.0-pre.40",
|
||||
"ts-node-dev": "^1.0.0-pre.42",
|
||||
"tsconfig-paths": "^3.8.0",
|
||||
"tslint": "^5.18.0",
|
||||
"tslint": "^5.19.0",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-no-unused-expression-chai": "^0.1.4",
|
||||
"tslint-plugin-prettier": "^2.0.1",
|
||||
"typescript": "3.5.2"
|
||||
"typescript": "3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/cors": "^3.0.0",
|
||||
"bcrypt": "^3.0.6",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"koa": "^2.7.0",
|
||||
"koa-body": "^4.1.0",
|
||||
"koa": "^2.8.1",
|
||||
"koa-body": "^4.1.1",
|
||||
"koa-jwt": "^3.6.0",
|
||||
"koa-logger": "^3.2.1",
|
||||
"koa-router": "^7.4.0",
|
||||
|
||||
Reference in New Issue
Block a user