From 074734cdb97a9d0f8599fe88a858b0c4227fe13b Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Tue, 19 Mar 2024 16:41:27 +0530 Subject: [PATCH] Update for v5 --- .github/workflows/ci.yml | 2 +- package.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 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 c05d725..eb7fd2c 100644 --- a/package.json +++ b/package.json @@ -6,18 +6,18 @@ "type": "commonjs", "types": "types/index.d.ts", "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "fastify": "^4.0.0-rc.2", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.29", + "fastify": "^4.26.2", "request": "^2.88.0", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.30.0" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" }, "dependencies": { - "accepts": "^1.3.5", - "fastify-plugin": "^4.0.0" + "accepts": "^1.3.8", + "fastify-plugin": "^4.5.1" }, "scripts": { "lint": "standard | snazzy",