Skip to content

Commit d2834c5

Browse files
committed
Update dependency fastify to v3.5.1
1 parent 616554b commit d2834c5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"puppeteer": "^2.0.0"
3232
},
3333
"devDependencies": {
34-
"fastify": "3.4.1",
34+
"fastify": "3.5.1",
3535
"fastify-static": "3.1.0",
3636
"jest": "26.1.0",
3737
"prettier": "2.1.2"

yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1700,10 +1700,10 @@ fastify-warning@^0.2.0:
17001700
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
17011701
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
17021702

1703-
fastify@3.4.1:
1704-
version "3.4.1"
1705-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.4.1.tgz#7dce8f31f0c9f6f44f3e25403b1f4be75e1f87bd"
1706-
integrity sha512-a3I9hjet4XfWFSNYOEO209lERiMNIjpNm7gSuEzESeKAuX5BChJV9r09zWXEJqOLseBUTVCvakjookG7O8Zapw==
1703+
fastify@3.5.1:
1704+
version "3.5.1"
1705+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.5.1.tgz#753a6909e3154d61fcde7402500ed92177132c1a"
1706+
integrity sha512-SO/ZZSbbAUrRxxz9zIsf1Ek5qqRux5EN03UF1lJGt/xwFzVpmW4h+p8kRCD08VCL1sItFy2dhFlR8FPaQfRGBw==
17071707
dependencies:
17081708
abstract-logging "^2.0.0"
17091709
ajv "^6.12.2"
@@ -1719,6 +1719,7 @@ [email protected]:
17191719
readable-stream "^3.4.0"
17201720
rfdc "^1.1.4"
17211721
secure-json-parse "^2.0.0"
1722+
semver "^7.3.2"
17221723
tiny-lru "^7.0.0"
17231724

17241725
fastq@^1.6.1:

0 commit comments

Comments
 (0)