Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix: package.json & .snyk to reduce vulnerabilities (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and jkleinsc committed Jul 8, 2016
1 parent 9ea2411 commit 3e03601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .snyk
Expand Up @@ -8,4 +8,9 @@ patch:
patched: '2016-04-21T17:47:37.900Z'
- hospitalrun-server-routes > nano > follow > request:
patched: '2016-04-21T17:47:37.900Z'
version: v1
- hospitalrun-dblisteners > nano > follow > request:
patched: '2016-07-08T12:39:29.312Z'
- hospitalrun-server-routes > nano > follow > request:
patched: '2016-07-08T12:39:29.312Z'
version: v1.5.0
ignore: {}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,11 +32,11 @@
"nano": "^6.2.0",
"node-uuid": "^1.4.2",
"prompt": "^1.0.0",
"snyk": "^1.14.1"
"snyk": "^1.17.0"
},
"devDependencies": {
"camelize": "^1.0.0",
"relational-pouch": "^1.3.3"
},
"snyk": true
}
}

0 comments on commit 3e03601

Please sign in to comment.