Skip to content

Commit 7b40df3

Browse files
Update dependency fastify to v3.4.1 (#387)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b930d18 commit 7b40df3

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
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.0.1",
34+
"fastify": "3.4.1",
3535
"fastify-static": "3.1.0",
3636
"jest": "26.1.0",
3737
"prettier": "2.0.5"

yarn.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,10 @@ atomic-sleep@^1.0.0:
837837
resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b"
838838
integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==
839839

840-
avvio@^7.1.0:
841-
version "7.1.0"
842-
resolved "https://registry.yarnpkg.com/avvio/-/avvio-7.1.0.tgz#0f5d0eae5ddf80499dc2fe0b8d961bb0437534fe"
843-
integrity sha512-x0tdwgJbr4jx7Beb65v12NTeDXbkF/eBj1e+4zUrEQ0l0qUDof7X5XchsuAe/O+vSayyMCWNa87A7IOTpEzBEg==
840+
avvio@^7.1.2:
841+
version "7.2.0"
842+
resolved "https://registry.yarnpkg.com/avvio/-/avvio-7.2.0.tgz#b4bf4eaf4a0207a4e6a58a7859207250793cc81b"
843+
integrity sha512-KtC63UyZARidAoIV8wXutAZnDIbZcXBqLjTAhZOX+mdMZBQCh5il/15MvCvma1178nhTwvN2D0TOAdiKG1MpUA==
844844
dependencies:
845845
archy "^1.0.0"
846846
debug "^4.0.0"
@@ -1673,10 +1673,10 @@ fast-safe-stringify@^2.0.7:
16731673
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743"
16741674
integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
16751675

1676-
fastify-error@^0.1.0:
1677-
version "0.1.0"
1678-
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.1.0.tgz#7ca9d3708a2b1a74aefed0e5dde1b96d0390f718"
1679-
integrity sha512-jyCEc3VPEc8/PUwzDQAM2JlXLK2BG6L19mMJzbGij0TfdY1sHF9pCnnAn6Vcoi84TMTBOJynNDQUMUz6cjRmBw==
1676+
fastify-error@^0.2.0:
1677+
version "0.2.0"
1678+
resolved "https://registry.yarnpkg.com/fastify-error/-/fastify-error-0.2.0.tgz#9a1c28d4f42b6259e7a549671c8e5e2d85660634"
1679+
integrity sha512-zabxsBatj59ROG0fhP36zNdc5Q1/eYeH9oSF9uvfrurZf8/JKfrJbMcIGrLpLWcf89rS6L91RHWm20A/X85hcA==
16801680

16811681
fastify-plugin@^2.0.0:
16821682
version "2.0.0"
@@ -1695,19 +1695,25 @@ [email protected]:
16951695
readable-stream "^3.4.0"
16961696
send "^0.17.1"
16971697

1698-
1699-
version "3.0.1"
1700-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.0.1.tgz#1770a5d36838e60b4a88e35332d8ecdc615e4a66"
1701-
integrity sha512-ob6/zEZwyhWq/2zgfHtwYTXGiai/aOREy/asc3TL0gocCVhlyqHfISpCUY0nSllykeRHTTj/chf+UalyUL7/8g==
1698+
fastify-warning@^0.2.0:
1699+
version "0.2.0"
1700+
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
1701+
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
1702+
1703+
1704+
version "3.4.1"
1705+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.4.1.tgz#7dce8f31f0c9f6f44f3e25403b1f4be75e1f87bd"
1706+
integrity sha512-a3I9hjet4XfWFSNYOEO209lERiMNIjpNm7gSuEzESeKAuX5BChJV9r09zWXEJqOLseBUTVCvakjookG7O8Zapw==
17021707
dependencies:
17031708
abstract-logging "^2.0.0"
17041709
ajv "^6.12.2"
1705-
avvio "^7.1.0"
1710+
avvio "^7.1.2"
17061711
fast-json-stringify "^2.2.1"
1707-
fastify-error "^0.1.0"
1712+
fastify-error "^0.2.0"
1713+
fastify-warning "^0.2.0"
17081714
find-my-way "^3.0.0"
17091715
flatstr "^1.0.12"
1710-
light-my-request "^4.0.0"
1716+
light-my-request "^4.0.2"
17111717
pino "^6.2.1"
17121718
proxy-addr "^2.0.5"
17131719
readable-stream "^3.4.0"
@@ -2774,10 +2780,10 @@ levn@~0.3.0:
27742780
prelude-ls "~1.1.2"
27752781
type-check "~0.3.2"
27762782

2777-
light-my-request@^4.0.0:
2778-
version "4.0.1"
2779-
resolved "https://registry.yarnpkg.com/light-my-request/-/light-my-request-4.0.1.tgz#7e18f2c3f8535123c329b1ae78a5d6750424a096"
2780-
integrity sha512-kGRfzvSS9P/zEsnu34pUisOz2FAPqkHFJfdezW6HRzLLlzjY+1LTRRuh2d82SkW/M/QWNVWnXTZ0HMUydz2fgg==
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==
27812787
dependencies:
27822788
ajv "^6.12.2"
27832789
cookie "^0.4.0"

0 commit comments

Comments
 (0)