From 3141885475034e5f4401af8df05d4d26a6c8835a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Mon, 22 Apr 2024 14:19:55 +0200 Subject: [PATCH] Update for Fastify v5 (#246) * ci * update tap --- .github/workflows/ci.yml | 2 +- package.json | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0610c55..582175c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0 with: lint: true license-check: true diff --git a/package.json b/package.json index 8dcf0ab..d3ec6fb 100644 --- a/package.json +++ b/package.json @@ -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",