Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit bdba6b9

Browse files
Merge pull request #474 from redpwn/dependabot/npm_and_yarn/fastify-3.2.0
2 parents 2698f1e + da4e131 commit bdba6b9

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"deepmerge": "4.2.2",
4343
"dotenv": "8.2.0",
4444
"email-validator": "2.0.4",
45-
"fastify": "3.1.1",
45+
"fastify": "3.2.0",
4646
"fastify-cors": "4.1.0",
4747
"fastify-helmet": "5.0.0",
4848
"fastify-static": "3.2.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5026,10 +5026,10 @@ [email protected]:
50265026
fastify-plugin "^2.0.0"
50275027
vary "^1.1.2"
50285028

5029-
fastify-error@^0.1.0:
5030-
version "0.1.0"
5031-
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.1.0.tgz#7ca9d3708a2b1a74aefed0e5dde1b96d0390f718"
5032-
integrity sha512-jyCEc3VPEc8/PUwzDQAM2JlXLK2BG6L19mMJzbGij0TfdY1sHF9pCnnAn6Vcoi84TMTBOJynNDQUMUz6cjRmBw==
5029+
fastify-error@^0.2.0:
5030+
version "0.2.0"
5031+
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.2.0.tgz#9a1c28d4f42b6259e7a549671c8e5e2d85660634"
5032+
integrity sha512-zabxsBatj59ROG0fhP36zNdc5Q1/eYeH9oSF9uvfrurZf8/JKfrJbMcIGrLpLWcf89rS6L91RHWm20A/X85hcA==
50335033

50345034
50355035
version "5.0.0"
@@ -5056,16 +5056,22 @@ [email protected]:
50565056
readable-stream "^3.4.0"
50575057
send "^0.17.1"
50585058

5059-
5060-
version "3.1.1"
5061-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.1.1.tgz#0a830f4a929abd7f2b05c08620a609a104300a36"
5062-
integrity sha512-A7kBZIFAdpE/8MZ9qHpQV9IVPpfX63uWMaPN4p0fetax10C2p56iV/VEB5hOgtlXzayGn+4tf+tNHcZsfrjlnA==
5059+
fastify-warning@^0.2.0:
5060+
version "0.2.0"
5061+
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
5062+
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
5063+
5064+
5065+
version "3.2.0"
5066+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.2.0.tgz#acc009f86c06329a53515e303fc35f50d8f59527"
5067+
integrity sha512-+4gv8GiiblMtJf1z/sCQfEbndugmlpQu8wx4IgEpAstKY36fHIMBCSny9Wz6fHfq+FU/FTpYbrCFxzCMwiykFQ==
50635068
dependencies:
50645069
abstract-logging "^2.0.0"
50655070
ajv "^6.12.2"
50665071
avvio "^7.1.2"
50675072
fast-json-stringify "^2.2.1"
5068-
fastify-error "^0.1.0"
5073+
fastify-error "^0.2.0"
5074+
fastify-warning "^0.2.0"
50695075
find-my-way "^3.0.0"
50705076
flatstr "^1.0.12"
50715077
light-my-request "^4.0.0"

0 commit comments

Comments
 (0)