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 eb6eb3e..343ddd5 100644 --- a/.taprc +++ b/.taprc @@ -1,2 +1,3 @@ +disable-coverage: true files: - test/**/*.test.js diff --git a/package.json b/package.json index 9f597ee..5aae6d9 100644 --- a/package.json +++ b/package.json @@ -31,18 +31,18 @@ }, "homepage": "https://github.com/fastify/env-schema#readme", "dependencies": { - "ajv": "^8.0.0", - "dotenv": "^16.0.0", - "dotenv-expand": "^10.0.0" + "ajv": "^8.12.0", + "dotenv": "^16.4.5", + "dotenv-expand": "10.0.0" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@sinclair/typebox": "^0.32.3", - "ajv-formats": "^3.0.1", - "fluent-json-schema": "^4.0.0", + "@fastify/pre-commit": "^2.1.0", + "@sinclair/typebox": "^0.32.18", + "ajv-formats": "^2.1.1", + "fluent-json-schema": "^4.2.1", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.1", "tsd": "^0.31.0" }, "pre-commit": [