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 to v4.23.1 #9167

Merged
merged 2 commits into from
Sep 13, 2023
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 @@ -39,7 +39,7 @@
"core-js": "3.32.2",
"fast-glob": "3.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.23.0",
"fastify": "4.23.1",
"fastify-raw-body": "4.2.2",
"lodash": "4.17.21",
"pretty-bytes": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@redwoodjs/project-config": "6.0.7",
"ansi-colors": "4.1.3",
"fast-glob": "3.3.1",
"fastify": "4.23.0",
"fastify": "4.23.1",
"fastify-raw-body": "4.2.2",
"lodash": "4.17.21",
"qs": "6.11.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"crypto-js": "4.1.1",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.23.0",
"fastify": "4.23.1",
"fastify-raw-body": "4.2.2",
"graphql": "16.8.0",
"graphql-scalars": "1.22.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
"fast-glob": "3.3.1",
"fastify": "4.23.0",
"fastify": "4.23.1",
"yargs-parser": "21.1.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7770,7 +7770,7 @@ __metadata:
core-js: 3.32.2
fast-glob: 3.3.1
fast-json-parse: 1.0.3
fastify: 4.23.0
fastify: 4.23.1
fastify-raw-body: 4.2.2
jest: 29.7.0
lodash: 4.17.21
Expand Down Expand Up @@ -8623,7 +8623,7 @@ __metadata:
ansi-colors: 4.1.3
esbuild: 0.19.2
fast-glob: 3.3.1
fastify: 4.23.0
fastify: 4.23.1
fastify-raw-body: 4.2.2
lodash: 4.17.21
qs: 6.11.2
Expand Down Expand Up @@ -9025,7 +9025,7 @@ __metadata:
crypto-js: 4.1.1
dotenv: 16.3.1
fast-json-parse: 1.0.3
fastify: 4.23.0
fastify: 4.23.1
fastify-raw-body: 4.2.2
graphiql: 2.4.7
graphql: 16.8.0
Expand Down Expand Up @@ -9184,7 +9184,7 @@ __metadata:
dotenv-defaults: 5.0.2
esbuild: 0.19.2
fast-glob: 3.3.1
fastify: 4.23.0
fastify: 4.23.1
typescript: 5.2.2
yargs-parser: 21.1.1
bin:
Expand Down Expand Up @@ -19759,9 +19759,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.23.0":
version: 4.23.0
resolution: "fastify@npm:4.23.0"
"fastify@npm:4.23.1":
version: 4.23.1
resolution: "fastify@npm:4.23.1"
dependencies:
"@fastify/ajv-compiler": ^3.5.0
"@fastify/error": ^3.2.0
Expand All @@ -19779,7 +19779,7 @@ __metadata:
secure-json-parse: ^2.5.0
semver: ^7.5.0
toad-cache: ^3.2.0
checksum: dda100e8b39e2b86c69abffcdf2815c26b4299430edd92469cb7b4ec709df1cfd993f2cee2783fba06eb1ab94b9fccdbbe0778b16d60ecea209aa4055ed9a90a
checksum: 58aa00ef03db1723c4a81b15e5563774a7c27e57943461240c31f7a968f8cff920be7509cb55591bf34f4c5364a754b1c77dbe1514650db0d76aa926ab9e0b2e
languageName: node
linkType: hard

Expand Down
Loading