Skip to content

Commit

Permalink
Backend: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
winwiz1 committed Feb 16, 2020
1 parent 64444b4 commit d366ed3
Show file tree
Hide file tree
Showing 2 changed files with 1,263 additions and 1,170 deletions.
22 changes: 11 additions & 11 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"express": "4.17.1",
"express-static-gzip": "^2.0.5",
"express-static-gzip": "^2.0.6",
"helmet": "^3.21.2",
"http-proxy-middleware": "^0.20.0",
"node-cache": "^5.1.0",
Expand All @@ -54,23 +54,23 @@
"@types/express": "4.17.2",
"@types/helmet": "^0.0.45",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "24.0.23",
"@types/node": "13.1.6",
"@types/jest": "25.1.2",
"@types/node": "13.7.1",
"@types/node-cache": "^4.2.5",
"@types/node-fetch": "2.5.4",
"@types/serve-favicon": "^2.5.0",
"@types/supertest": "^2.0.8",
"@types/winston": "^2.4.4",
"copyfiles": "^2.1.1",
"cross-env": "^6.0.3",
"copyfiles": "^2.2.0",
"cross-env": "^7.0.0",
"echo-cli": "^1.0.8",
"jest": "24.9.0",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0",
"jest": "25.1.0",
"mkdirp": "^1.0.3",
"rimraf": "^3.0.2",
"supertest": "^4.0.2",
"ts-jest": "24.2.0",
"ts-jest": "25.2.0",
"tslib": "1.10.0",
"tslint": "5.20.1",
"typescript": "3.7.4"
"tslint": "6.0.0",
"typescript": "3.7.5"
}
}
Loading

0 comments on commit d366ed3

Please sign in to comment.