Skip to content

Commit

Permalink
fix(hoek): Added hoek as dependency to fix vulnerability
Browse files Browse the repository at this point in the history
close 214
  • Loading branch information
Retro64 committed May 3, 2018
1 parent 97713fe commit 1be19c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authmosphere",
"version": "2.0.3",
"version": "2.0.4",
"description": "authmosphere is a library to support OAuth2 workflows in JavaScript projects.",
"main": "./lib/src/index.js",
"typings": "./lib/src/index.d.ts",
Expand Down Expand Up @@ -46,6 +46,7 @@
"chai-as-promised": "7.1.1",
"coveralls": "3.0.1",
"express": "4.16.3",
"hoek": "4.2.1",
"lolex": "2.3.2",
"mocha": "5.1.1",
"nsp": "3.2.1",
Expand Down

0 comments on commit 1be19c8

Please # to comment.