Skip to content

Commit

Permalink
Merge pull request #121 from auth0/update_deps
Browse files Browse the repository at this point in the history
Fixed dependency vulnerability in Mocha
  • Loading branch information
davidpatrick committed Jun 4, 2020
2 parents 096f789 + 892a895 commit a5b019c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 56 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*.log
*.tgz
*.tgz
/yarn.lock
131 changes: 77 additions & 54 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"jws": "^3.2.2",
"mocha": "^6.2.2",
"mocha": "^6.2.3",
"should": "^7.1.0"
},
"dependencies": {
Expand Down

0 comments on commit a5b019c

Please sign in to comment.