diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..5395d92 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: license-check: true lint: true diff --git a/.taprc b/.taprc index a0a44cc..2628fff 100644 --- a/.taprc +++ b/.taprc @@ -1,7 +1,4 @@ -jsx: false -ts: false -flow: false -coverage: false +disable-coverage: true jobs: 1 files: - - 'test/**/*.test.js' + - "test/**/*.test.js" diff --git a/package.json b/package.json index f3ab0ec..c0531d8 100644 --- a/package.json +++ b/package.json @@ -28,19 +28,19 @@ "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "license": "MIT", "dependencies": { - "@fastify/error": "^3.0.0", - "fastify-plugin": "^4.0.0" + "@fastify/error": "^3.4.1", + "fastify-plugin": "^4.5.1" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "fastify": "^4.0.0-rc.2", - "semver": "^7.3.2", - "simple-get": "^4.0.0", - "sinon": "^17.0.0", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.12.7", + "fastify": "^4.26.2", + "semver": "^7.6.0", + "simple-get": "^4.0.1", + "sinon": "^17.0.1", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.2.0", + "standard": "^17.1.0", + "tap": "^18.7.2", "tsd": "^0.31.0" }, "publishConfig": {