Skip to content

Commit

Permalink
Bump fastify from 3.20.2 to 3.29.4
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 3.20.2 to 3.29.4.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v3.20.2...v3.29.4)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2023
1 parent 2ca8792 commit 3b838b8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 232 deletions.
2 changes: 1 addition & 1 deletion modules/demo/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@fastify/cors": "latest",
"@fastify/sensible": "^4.0.0",
"@types/node": "17.0.33",
"fastify": "^4.0.0",
"fastify": "^3.29.4",
"fastify-arrow": "1.0.0",
"fastify-cli": "^3.0.1",
"fastify-plugin": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/demo/ssr/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rapidsai/cuda": "~22.8.3",
"@rapidsai/deck.gl": "~22.8.3",
"@rapidsai/jsdom": "~22.8.3",
"fastify": "3.20.2",
"fastify": "3.29.4",
"fastify-plugin": "3.0.0",
"fastify-socket.io": "2.0.0",
"fastify-static": "4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/demo/ssr/luma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rapidsai/deck.gl": "~22.8.3",
"@rapidsai/demo-luma.gl-lessons": "~22.8.3",
"@rapidsai/jsdom": "~22.8.3",
"fastify": "3.20.2",
"fastify": "3.29.4",
"fastify-socket.io": "2.0.0",
"fastify-static": "4.4.1",
"nanoid": "3.1.31",
Expand Down
2 changes: 1 addition & 1 deletion modules/demo/ssr/point-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@rapidsai/cuda": "~22.8.3",
"@rapidsai/deck.gl": "~22.8.3",
"@rapidsai/jsdom": "~22.8.3",
"fastify": "3.20.2",
"fastify": "3.29.4",
"fastify-plugin": "3.0.0",
"fastify-socket.io": "2.0.0",
"fastify-static": "4.2.3",
Expand Down
Loading

0 comments on commit 3b838b8

Please sign in to comment.