Skip to content

Commit

Permalink
Merge branch 'update-next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 9, 2024
2 parents 27efd45 + 697c991 commit e50a990
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": "@fastify/jwt",
"version": "8.0.0",
"version": "8.0.1",
"description": "JWT utils for Fastify",
"main": "jwt.js",
"type": "commonjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/fastify/fastify-jwt#readme",
"dependencies": {
"@fastify/error": "^3.4.1",
"@fastify/error": "^4.0.0",
"@lukeed/ms": "^2.0.2",
"fast-jwt": "^4.0.0",
"fastify-plugin": "^4.5.1",
Expand All @@ -45,7 +45,7 @@
"fastify": "^4.26.2",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.30.7"
"tsd": "^0.31.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e50a990

Please sign in to comment.