Skip to content

Commit

Permalink
update tap
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 16, 2024
1 parent c024a7f commit 943a691
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@
"author": "Denis Fäcke",
"license": "MIT",
"dependencies": {
"fastify-plugin": "^4.0.0",
"safe-stable-stringify": "^2.3.1"
"fastify-plugin": "^4.5.1",
"safe-stable-stringify": "^2.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/session.git"
},
"devDependencies": {
"@fastify/cookie": "^9.0.4",
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"connect-mongo": "^5.0.0",
"connect-redis": "^7.0.0",
"cronometro": "^3.0.1",
"fastify": "^4.3.0",
"ioredis": "^5.0.5",
"@fastify/cookie": "^9.3.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.12.7",
"connect-mongo": "^5.1.0",
"connect-redis": "^7.1.1",
"cronometro": "^3.0.2",
"fastify": "^4.26.2",
"ioredis": "^5.3.2",
"session-file-store": "^1.5.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
"tsd": "^0.31.0"
},
"types": "types/types.d.ts",
Expand Down

0 comments on commit 943a691

Please sign in to comment.