Skip to content

Commit 8e9f7dc

Browse files
Bump fastify from 3.20.2 to 3.29.4
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] <[email protected]>
1 parent 4343cc7 commit 8e9f7dc

File tree

5 files changed

+26
-232
lines changed

5 files changed

+26
-232
lines changed

modules/demo/api-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@fastify/cors": "latest",
2929
"@fastify/sensible": "^4.0.0",
3030
"@types/node": "17.0.33",
31-
"fastify": "^4.0.0",
31+
"fastify": "^3.29.4",
3232
"fastify-arrow": "1.0.0",
3333
"fastify-cli": "^3.0.1",
3434
"fastify-plugin": "^3.0.0"

modules/demo/ssr/graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rapidsai/cuda": "~22.8.2",
1818
"@rapidsai/deck.gl": "~22.8.2",
1919
"@rapidsai/jsdom": "~22.8.2",
20-
"fastify": "3.20.2",
20+
"fastify": "3.29.4",
2121
"fastify-plugin": "3.0.0",
2222
"fastify-socket.io": "2.0.0",
2323
"fastify-static": "4.4.1",

modules/demo/ssr/luma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rapidsai/deck.gl": "~22.8.2",
1919
"@rapidsai/demo-luma.gl-lessons": "~22.8.2",
2020
"@rapidsai/jsdom": "~22.8.2",
21-
"fastify": "3.20.2",
21+
"fastify": "3.29.4",
2222
"fastify-socket.io": "2.0.0",
2323
"fastify-static": "4.4.1",
2424
"nanoid": "3.1.31",

modules/demo/ssr/point-cloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@rapidsai/cuda": "~22.8.2",
1818
"@rapidsai/deck.gl": "~22.8.2",
1919
"@rapidsai/jsdom": "~22.8.2",
20-
"fastify": "3.20.2",
20+
"fastify": "3.29.4",
2121
"fastify-plugin": "3.0.0",
2222
"fastify-socket.io": "2.0.0",
2323
"fastify-static": "4.2.3",

0 commit comments

Comments
 (0)