Skip to content

Commit b4c1335

Browse files
fix(deps): update dependency @fastify/http-proxy to v9.3.0
1 parent c133951 commit b4c1335

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

packages/api-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@babel/runtime-corejs3": "7.23.2",
32-
"@fastify/http-proxy": "9.2.1",
32+
"@fastify/http-proxy": "9.3.0",
3333
"@fastify/static": "6.11.2",
3434
"@fastify/url-data": "5.3.1",
3535
"@redwoodjs/project-config": "6.0.7",

packages/fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prepublishOnly": "NODE_ENV=production yarn build"
1919
},
2020
"dependencies": {
21-
"@fastify/http-proxy": "9.2.1",
21+
"@fastify/http-proxy": "9.3.0",
2222
"@fastify/static": "6.11.2",
2323
"@fastify/url-data": "5.3.1",
2424
"@redwoodjs/graphql-server": "6.0.7",

packages/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@babel/runtime-corejs3": "7.23.2",
25-
"@fastify/http-proxy": "9.2.1",
25+
"@fastify/http-proxy": "9.3.0",
2626
"@fastify/static": "6.11.2",
2727
"@fastify/url-data": "5.3.1",
2828
"@redwoodjs/internal": "6.0.7",

packages/web-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:watch": "echo \"No tests yet\""
2626
},
2727
"dependencies": {
28-
"@fastify/http-proxy": "9.2.1",
28+
"@fastify/http-proxy": "9.3.0",
2929
"@fastify/static": "6.11.2",
3030
"@redwoodjs/project-config": "6.0.7",
3131
"chalk": "4.1.2",

yarn.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -2991,14 +2991,15 @@ __metadata:
29912991
languageName: node
29922992
linkType: hard
29932993

2994-
"@fastify/http-proxy@npm:9.2.1":
2995-
version: 9.2.1
2996-
resolution: "@fastify/http-proxy@npm:9.2.1"
2994+
"@fastify/http-proxy@npm:9.3.0":
2995+
version: 9.3.0
2996+
resolution: "@fastify/http-proxy@npm:9.3.0"
29972997
dependencies:
29982998
"@fastify/reply-from": ^9.0.0
2999+
fast-querystring: ^1.1.2
29993000
fastify-plugin: ^4.5.0
30003001
ws: ^8.4.2
3001-
checksum: 0fddfb5236b07671d964e7e4edb259ba57265b39b283ddbe24b10fab99f501c2c9e59bfa7eaba69e4b8790b1d550f098dd23356c604f1aacb8315719675be9e9
3002+
checksum: c8f7fe380580f53059f676ca5b2bbdb1eef0a2d3dce28568e8932aeedb992efdc5fc40dae41b6d52f2f0ce14036af182664d0276ea9366e31fd920a119e7a03a
30023003
languageName: node
30033004
linkType: hard
30043005

@@ -7836,7 +7837,7 @@ __metadata:
78367837
"@babel/cli": 7.23.0
78377838
"@babel/core": ^7.22.20
78387839
"@babel/runtime-corejs3": 7.23.2
7839-
"@fastify/http-proxy": 9.2.1
7840+
"@fastify/http-proxy": 9.3.0
78407841
"@fastify/static": 6.11.2
78417842
"@fastify/url-data": 5.3.1
78427843
"@redwoodjs/project-config": 6.0.7
@@ -8690,7 +8691,7 @@ __metadata:
86908691
version: 0.0.0-use.local
86918692
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
86928693
dependencies:
8693-
"@fastify/http-proxy": 9.2.1
8694+
"@fastify/http-proxy": 9.3.0
86948695
"@fastify/static": 6.11.2
86958696
"@fastify/url-data": 5.3.1
86968697
"@redwoodjs/graphql-server": 6.0.7
@@ -9076,7 +9077,7 @@ __metadata:
90769077
"@babel/cli": 7.23.0
90779078
"@babel/core": ^7.22.20
90789079
"@babel/runtime-corejs3": 7.23.2
9079-
"@fastify/http-proxy": 9.2.1
9080+
"@fastify/http-proxy": 9.3.0
90809081
"@fastify/static": 6.11.2
90819082
"@fastify/url-data": 5.3.1
90829083
"@graphiql/plugin-explorer": 0.1.22
@@ -9268,7 +9269,7 @@ __metadata:
92689269
version: 0.0.0-use.local
92699270
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
92709271
dependencies:
9271-
"@fastify/http-proxy": 9.2.1
9272+
"@fastify/http-proxy": 9.3.0
92729273
"@fastify/static": 6.11.2
92739274
"@redwoodjs/project-config": 6.0.7
92749275
"@types/yargs-parser": 21.0.0
@@ -19764,7 +19765,7 @@ __metadata:
1976419765
languageName: node
1976519766
linkType: hard
1976619767

19767-
"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1":
19768+
"fast-querystring@npm:^1.0.0, fast-querystring@npm:^1.1.1, fast-querystring@npm:^1.1.2":
1976819769
version: 1.1.2
1976919770
resolution: "fast-querystring@npm:1.1.2"
1977019771
dependencies:

0 commit comments

Comments
 (0)