Skip to content

Commit

Permalink
Merge pull request #2 from o-az/dependabot/npm_and_yarn/fastify-3.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jan 14, 2023
2 parents dbba173 + a91d467 commit 60d1061
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fastify/static": "^5.0.2",
"@fastify/swagger": "^6.0.1",
"@markdoc/markdoc": "^0.1.1",
"fastify": "^3.29.0",
"fastify": "^3.29.4",
"isomorphic-unfetch": "^3.1.0"
},
"peerDependencies": {
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,11 @@ content-disposition@^0.5.3:
dependencies:
safe-buffer "5.2.1"

content-type@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==

convert-source-map@^1.7.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
Expand Down Expand Up @@ -1393,15 +1398,16 @@ fastify-plugin@^3.0.0:
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2"
integrity sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==

fastify@^3.29.0:
version "3.29.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.0.tgz#b840107f4fd40cc999b886548bfcda8062e38168"
integrity sha512-zXSiDTdHJCHcmDrSje1f1RfzTmUTjMtHnPhh6cdokgfHhloQ+gy0Du+KlEjwTbcNC3Djj4GAsBzl6KvfI9Ah2g==
fastify@^3.29.4:
version "3.29.4"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.29.4.tgz#294e33017b55f3cb72f315c41cf51431bc9b7a34"
integrity sha512-BEyKidZQvscNaiF1BLh+YLE7AzHH03NexhPzrwZP6KBQ+jG2czdgq72X+RFB5rK9hbqdaafVb5yiWN+hCvHfYg==
dependencies:
"@fastify/ajv-compiler" "^1.0.0"
"@fastify/error" "^2.0.0"
abstract-logging "^2.0.0"
avvio "^7.1.2"
content-type "^1.0.4"
fast-json-stringify "^2.5.2"
find-my-way "^4.5.0"
flatstr "^1.0.12"
Expand Down

0 comments on commit 60d1061

Please sign in to comment.