Skip to content

Commit

Permalink
fix(deps): update dependency jsonwebtoken to v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 14, 2018
1 parent 7e5e844 commit a1cc252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion advanced/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"bcryptjs": "2.4.3",
"graphql-yoga": "1.16.7",
"jsonwebtoken": "8.3.0",
"jsonwebtoken": "8.4.0",
"prisma-binding": "1.5.19"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions advanced/server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3137,9 +3137,9 @@ jsonify@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"

jsonwebtoken@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.3.0.tgz#056c90eee9a65ed6e6c72ddb0a1d325109aaf643"
jsonwebtoken@8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.4.0.tgz#8757f7b4cb7440d86d5e2f3becefa70536c8e46a"
dependencies:
jws "^3.1.5"
lodash.includes "^4.3.0"
Expand Down

0 comments on commit a1cc252

Please sign in to comment.