Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @fastify/http-proxy to v8.3.0 #6821

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/runtime-corejs3": "7.19.4",
"@fastify/http-proxy": "8.2.3",
"@fastify/http-proxy": "8.3.0",
"@fastify/static": "6.5.0",
"@fastify/url-data": "5.1.0",
"ansi-colors": "4.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2377,13 +2377,13 @@ __metadata:
languageName: node
linkType: hard

"@fastify/http-proxy@npm:8.2.3":
version: 8.2.3
resolution: "@fastify/http-proxy@npm:8.2.3"
"@fastify/http-proxy@npm:8.3.0":
version: 8.3.0
resolution: "@fastify/http-proxy@npm:8.3.0"
dependencies:
"@fastify/reply-from": ^8.0.0
ws: ^8.4.2
checksum: 704947f3a264580079980f177eab7c0fb06b374d61ce1f445ce8609ff0b24cd5db33caec34b6af5cb7f65ac8329f73216e40c348c27e6091acdd295bd77ee607
checksum: fd3c97178c02131ffde900a599f0e11b51c11f7b7912acb3d4ac701a03ff7bb26b7ea4303367c490a7d553b9e3fac626d83a916a85a2fae8bc6fb7152678bb0e
languageName: node
linkType: hard

Expand Down Expand Up @@ -6297,7 +6297,7 @@ __metadata:
"@babel/core": 7.19.3
"@babel/plugin-transform-runtime": 7.19.1
"@babel/runtime-corejs3": 7.19.4
"@fastify/http-proxy": 8.2.3
"@fastify/http-proxy": 8.3.0
"@fastify/static": 6.5.0
"@fastify/url-data": 5.1.0
"@types/aws-lambda": 8.10.107
Expand Down