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 4225f02..73a98a2 100644 --- a/package.json +++ b/package.json @@ -20,22 +20,22 @@ "lint:fix": "standard --fix" }, "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.5.1" }, "peerDependencies": { "fastify": "^4.0.0", "toad-scheduler": ">= 2.0.0 < 4" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@sinonjs/fake-timers": "^11.0.0", - "@types/node": "^20.1.0", - "fastify": "^4.8.1", - "prettier": "^3.0.0", - "standard": "^17.0.0", - "tap": "^16.3.0", - "toad-scheduler": "^3.0.0", - "tsd": "^0.30.0" + "@fastify/pre-commit": "^2.1.0", + "@sinonjs/fake-timers": "^11.2.2", + "@types/node": "^20.11.30", + "fastify": "^4.26.2", + "prettier": "^3.2.5", + "standard": "^17.1.0", + "tap": "^18.7.1", + "toad-scheduler": "^3.0.1", + "tsd": "^0.30.7" }, "homepage": "http://github.com/fastify/fastify-schedule", "repository": {