Skip to content

Commit

Permalink
Update node jose (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner authored Jan 4, 2022
1 parent cfe17ac commit 9bbb060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/request-crypto",
"version": "1.2.0",
"version": "1.2.1",
"description": "Request Cryptography",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@elastic/node-crypto": "1.1.1",
"@types/node-jose": "1.1.0",
"node-jose": "1.1.0"
"@types/node-jose": "1.1.8",
"node-jose": "2.0.0"
}
}

0 comments on commit 9bbb060

Please sign in to comment.