Skip to content

Commit a5a6101

Browse files
committed
Update dependency fastify to v3.7.0
1 parent 616554b commit a5a6101

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.7.0",
3535
"fastify-static": "3.1.0",
3636
"jest": "26.1.0",
3737
"prettier": "2.1.2"

yarn.lock

Lines changed: 11 additions & 9 deletions
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.7.0:
1704+
version "3.7.0"
1705+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.7.0.tgz#b177cbb50efe4d38a3758427432f46eb873843b1"
1706+
integrity sha512-xmiR1TOSNXXNHfEvBwhWlyj158q59vZkPLIKQ71f7qJG5QMPqCbeYUUFRaDKTaLFhRqmLLFprBpJsO5nbSMiPQ==
17071707
dependencies:
17081708
abstract-logging "^2.0.0"
17091709
ajv "^6.12.2"
@@ -1713,12 +1713,13 @@ [email protected]:
17131713
fastify-warning "^0.2.0"
17141714
find-my-way "^3.0.0"
17151715
flatstr "^1.0.12"
1716-
light-my-request "^4.0.2"
1716+
light-my-request "^4.2.0"
17171717
pino "^6.2.1"
17181718
proxy-addr "^2.0.5"
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:
@@ -2780,13 +2781,14 @@ levn@~0.3.0:
27802781
prelude-ls "~1.1.2"
27812782
type-check "~0.3.2"
27822783

2783-
light-my-request@^4.0.2:
2784-
version "4.0.2"
2785-
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-4.0.2.tgz#e80ebbbac512f0f45b9e54cb274b8f121248b924"
2786-
integrity sha512-VaiiqR2NtdgYL8zQENPr7FBBVKCGioqa06HYnidj/GC+6jibyZrNCrk6FU8fqe9WWQDqwOtt0UCWLGe0GjyjgA==
2784+
light-my-request@^4.2.0:
2785+
version "4.2.0"
2786+
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-4.2.0.tgz#c109f2bebd73a832442f5a48fac0f1c5c5c99d0c"
2787+
integrity sha512-qTdrT9S4yEfiAxyhY1tyqLxK5LelE31g9rGudQkvn8n35oxMBkdsmUmeLS6kwfU4TXSxxESyQuWrNgiAnYeIQg==
27872788
dependencies:
27882789
ajv "^6.12.2"
27892790
cookie "^0.4.0"
2791+
fastify-warning "^0.2.0"
27902792
readable-stream "^3.6.0"
27912793
set-cookie-parser "^2.4.1"
27922794

0 commit comments

Comments
 (0)