Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2023
1 parent b7f209b commit ae4a174
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chokidar": "3.5.3",
"core-js": "3.30.1",
"fast-json-parse": "1.0.3",
"fastify": "4.15.0",
"fastify": "4.16.0",
"fastify-raw-body": "4.2.0",
"lodash.escape": "4.0.1",
"pretty-bytes": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"crypto-js": "4.1.1",
"dotenv": "16.0.3",
"fast-json-parse": "1.0.3",
"fastify": "4.15.0",
"fastify": "4.16.0",
"fastify-raw-body": "4.2.0",
"graphql": "16.6.0",
"graphql-yoga": "3.9.1",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6243,7 +6243,7 @@ __metadata:
chokidar: 3.5.3
core-js: 3.30.1
fast-json-parse: 1.0.3
fastify: 4.15.0
fastify: 4.16.0
fastify-raw-body: 4.2.0
jest: 29.5.0
lodash.escape: 4.0.1
Expand Down Expand Up @@ -7254,7 +7254,7 @@ __metadata:
crypto-js: 4.1.1
dotenv: 16.0.3
fast-json-parse: 1.0.3
fastify: 4.15.0
fastify: 4.16.0
fastify-raw-body: 4.2.0
graphql: 16.6.0
graphql-yoga: 3.9.1
Expand Down Expand Up @@ -17238,9 +17238,9 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:4.15.0":
version: 4.15.0
resolution: "fastify@npm:4.15.0"
"fastify@npm:4.16.0":
version: 4.16.0
resolution: "fastify@npm:4.16.0"
dependencies:
"@fastify/ajv-compiler": ^3.5.0
"@fastify/error": ^3.0.0
Expand All @@ -17256,8 +17256,8 @@ __metadata:
rfdc: ^1.3.0
secure-json-parse: ^2.5.0
semver: ^7.3.7
tiny-lru: ^10.0.0
checksum: b688126a2de1b6cb6f74bcb6b7ec1a69e46ff83f0bc671774fb109e0b23814b0ecd8fe795de2ce42648c36e4160e512c5234f262b83649025a6a20eadcb70916
tiny-lru: ^11.0.1
checksum: be32246bdf74170aebecd1effd1df8986934b0ca29be6e3362fd2199b796df540edcb3bdaf37e31b2b1d799afe817591eedfd9356c1421751fdfb260a57f4a74
languageName: node
linkType: hard

Expand Down Expand Up @@ -30272,6 +30272,13 @@ __metadata:
languageName: node
linkType: hard

"tiny-lru@npm:^11.0.1":
version: 11.0.1
resolution: "tiny-lru@npm:11.0.1"
checksum: f1b4c61dcf822747daafc2ec9f6de6722b7c8f028532d89a878315d0c82001fd9c9386916b6af96ee754ed327d3136ba7b55d319ffc1b4c108a34fdd923fd13b
languageName: node
linkType: hard

"title-case@npm:3.0.3, title-case@npm:^3.0.3":
version: 3.0.3
resolution: "title-case@npm:3.0.3"
Expand Down

0 comments on commit ae4a174

Please sign in to comment.