Skip to content

Commit 802b047

Browse files
authored
Merge pull request #303 from gadget-inc/depfu/update/yarn/fastify-3.27.4
Update fastify: 3.27.0 → 3.27.4 (patch)
2 parents 7a2a89a + 0b73bae commit 802b047

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages/fastify-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint-plugin-prettier": "^3.4.1",
8989
"eslint-plugin-react": "^7.28.0",
9090
"eslint-plugin-react-hooks": "^4.3.0",
91-
"fastify": "^3.27.0",
91+
"fastify": "^3.27.4",
9292
"gitpkg": "^1.0.0-beta.2",
9393
"jest": "^27.5.1",
9494
"npm-run-all": "^4.1.5",

packages/test-apps/simple-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"dependencies": {
11-
"fastify": "^3.27.0",
11+
"fastify": "^3.27.4",
1212
"fastify-renderer": "*",
1313
"react": "*",
1414
"react-dom": "*"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,10 +3264,10 @@ fastify-warning@^0.2.0:
32643264
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
32653265
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
32663266

3267-
fastify@^3.27.0:
3268-
version "3.27.0"
3269-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.0.tgz#636d5ece1a8ea81648270b60853e4d1f610fee15"
3270-
integrity sha512-p99Fd7xt4DFew39U5Wnp/Soy7jkpxpaqToekwQ3XWv+ECUPXd6bSF9l79EiwkutWALtEU/JiRlzS9qjP2gLHFg==
3267+
fastify@^3.27.4:
3268+
version "3.27.4"
3269+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.4.tgz#67ffd61b5bea74768a7de28dbef5b6bc58f9e953"
3270+
integrity sha512-SOfnHBxG9zxCSIvt6aHoR/cao8QBddWmGP/mb5KQKRc+KI1kB7b79M2hCDOTSyHdLAF2OX+oI6X3weeLc+MqKg==
32713271
dependencies:
32723272
"@fastify/ajv-compiler" "^1.0.0"
32733273
abstract-logging "^2.0.0"
@@ -3283,7 +3283,7 @@ fastify@^3.27.0:
32833283
rfdc "^1.1.4"
32843284
secure-json-parse "^2.0.0"
32853285
semver "^7.3.2"
3286-
tiny-lru "^7.0.0"
3286+
tiny-lru "^8.0.1"
32873287

32883288
fastq@^1.6.0, fastq@^1.6.1:
32893289
version "1.11.0"
@@ -6479,10 +6479,10 @@ through@^2.3.6:
64796479
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
64806480
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
64816481

6482-
tiny-lru@^7.0.0:
6483-
version "7.0.6"
6484-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
6485-
integrity sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==
6482+
tiny-lru@^8.0.1:
6483+
version "8.0.2"
6484+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
6485+
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
64866486

64876487
tmp@^0.0.33:
64886488
version "0.0.33"

0 commit comments

Comments
 (0)