Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #51 from nhsuk/feature/express-specific
Browse files Browse the repository at this point in the history
❌ Use specific express version to fix dependencies
  • Loading branch information
markysoft committed Oct 9, 2017
2 parents 20c6b36 + 811f73f commit 759be2b
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 95 deletions.
7 changes: 7 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ ignore:
- eslint-config-nhsuk > eslint > shelljs:
reason: Module isn't user facing
expires: '2017-07-16T11:37:09.938Z'
'npm:mime:20170907':
- express > send > mime:
reason: Express 4.16.0 has dependencies that break this project
expires: '2017-11-08T14:10:42.847Z'
- express > serve-static > send > mime:
reason: Express 4.16.0 has dependencies that break this project
expires: '2017-11-08T14:10:42.847Z'
patch: {}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "git+https://github.com/nhsuk/gp-redirect.git"
},
"dependencies": {
"express": "^4.15.4",
"express": "4.15.5",
"express-prom-bundle": "^3.1.0",
"helmet": "^3.8.2",
"nhsuk-bunyan-logger": "^1.4.1",
Expand Down
Loading

0 comments on commit 759be2b

Please sign in to comment.