Skip to content

Commit

Permalink
update except tap
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 3, 2024
1 parent 612e238 commit 11beb00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@
"homepage": "https://github.com/fastify/fastify-reply-from#readme",
"devDependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^7.4.0",
"@fastify/pre-commit": "^2.0.2",
"@sinonjs/fake-timers": "^11.0.0",
"@types/node": "^20.1.4",
"@types/tap": "^15.0.7",
"fastify": "^4.0.2",
"@fastify/multipart": "^7.7.3",
"@fastify/pre-commit": "^2.1.0",
"@sinonjs/fake-timers": "^11.2.2",
"@types/node": "^20.11.30",
"@types/tap": "^15.0.11",
"fastify": "^4.26.2",
"form-data": "^4.0.0",
"got": "^11.8.2",
"got": "^11.8.6",
"h2url": "^0.2.0",
"msgpack5": "^6.0.1",
"nock": "^13.2.6",
"msgpack5": "^6.0.2",
"nock": "^13.5.4",
"proxyquire": "^2.1.3",
"semver": "^7.5.1",
"semver": "^7.6.0",
"simple-get": "^4.0.1",
"snazzy": "^9.0.0",
"split2": "^4.1.0",
"standard": "^17.0.0",
"tap": "^16.2.0",
"tsd": "^0.30.1"
"split2": "^4.2.0",
"standard": "^17.1.0",
"tap": "^16.3.10",
"tsd": "^0.30.7"
},
"dependencies": {
"@fastify/error": "^3.0.0",
"@fastify/error": "^3.4.1",
"end-of-stream": "^1.4.4",
"fast-content-type-parse": "^1.1.0",
"fast-querystring": "^1.0.0",
"fastify-plugin": "^4.0.0",
"fast-querystring": "^1.1.2",
"fastify-plugin": "^4.5.1",
"pump": "^3.0.0",
"toad-cache": "^3.7.0",
"undici": "^5.19.1"
"undici": "^5.28.3"
},
"pre-commit": [
"lint",
Expand Down

0 comments on commit 11beb00

Please sign in to comment.