Skip to content

Commit

Permalink
chore: update node-jose
Browse files Browse the repository at this point in the history
- update node-jose for security reasons
- create a .nvmrc file
  • Loading branch information
Michael Wegman committed Oct 14, 2020
1 parent 5bfda68 commit f3566a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
lts/dubnium
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"es6-promise": "^2.0.1",
"lodash.clone": "^3.0.2",
"node-jose": ">=0.3.0 <1.0"
"node-jose": "^2.0.0"
},
"devDependencies": {
"chai": "^1.10.0",
Expand Down

0 comments on commit f3566a9

Please sign in to comment.