fix npm audit

This commit is contained in:
2019-08-29 17:18:41 +02:00
parent 76d5a42b01
commit d7a19d5222
4 changed files with 931 additions and 1054 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,37 +6,36 @@
"test": "jest"
},
"devDependencies": {
"@types/autoprefixer": "^9.5.0",
"@types/autoprefixer": "^9.6.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/highlight.js": "^9.12.3",
"@types/jest": "^24.0.15",
"@types/node-sass": "^4.11.0",
"@types/parcel-bundler": "^1.12.0",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.1",
"@types/jest": "^24.0.18",
"@types/parcel-bundler": "^1.12.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/react-router-dom": "^4.3.5",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.6.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jest": "^24.8.0",
"jest": "^24.9.0",
"parcel-bundler": "^1.12.3",
"postcss-modules": "^1.4.1",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.22.7",
"sass": "^1.22.10",
"ts-jest": "^24.0.2"
},
"dependencies": {
"@blueprintjs/core": "^3.17.1",
"@blueprintjs/icons": "^3.9.1",
"highlight.js": "^9.15.8",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@blueprintjs/core": "^3.18.0",
"@blueprintjs/icons": "^3.10.0",
"highlight.js": "^9.15.10",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-markdown": "^4.1.0",
"react-redux": "^7.1.0",
"react-redux": "^7.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-spring": "^8.0.27",

652
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",