Skip to content

Commit 0b73bae

Browse files
authored
Update fastify to version 3.27.4
1 parent 226a68c commit 0b73bae

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.4.7",
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
@@ -3260,10 +3260,10 @@ fastify-warning@^0.2.0:
32603260
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"
32613261
integrity sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==
32623262

3263-
fastify@^3.27.0:
3264-
version "3.27.0"
3265-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.0.tgz#636d5ece1a8ea81648270b60853e4d1f610fee15"
3266-
integrity sha512-p99Fd7xt4DFew39U5Wnp/Soy7jkpxpaqToekwQ3XWv+ECUPXd6bSF9l79EiwkutWALtEU/JiRlzS9qjP2gLHFg==
3263+
fastify@^3.27.4:
3264+
version "3.27.4"
3265+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-3.27.4.tgz#67ffd61b5bea74768a7de28dbef5b6bc58f9e953"
3266+
integrity sha512-SOfnHBxG9zxCSIvt6aHoR/cao8QBddWmGP/mb5KQKRc+KI1kB7b79M2hCDOTSyHdLAF2OX+oI6X3weeLc+MqKg==
32673267
dependencies:
32683268
"@fastify/ajv-compiler" "^1.0.0"
32693269
abstract-logging "^2.0.0"
@@ -3279,7 +3279,7 @@ fastify@^3.27.0:
32793279
rfdc "^1.1.4"
32803280
secure-json-parse "^2.0.0"
32813281
semver "^7.3.2"
3282-
tiny-lru "^7.0.0"
3282+
tiny-lru "^8.0.1"
32833283

32843284
fastq@^1.6.0, fastq@^1.6.1:
32853285
version "1.11.0"
@@ -6452,10 +6452,10 @@ through@^2.3.6:
64526452
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
64536453
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
64546454

6455-
tiny-lru@^7.0.0:
6456-
version "7.0.6"
6457-
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-7.0.6.tgz#b0c3cdede1e5882aa2d1ae21cb2ceccf2a331f24"
6458-
integrity sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==
6455+
tiny-lru@^8.0.1:
6456+
version "8.0.2"
6457+
resolved "https://registry.yarnpkg.com/tiny-lru/-/tiny-lru-8.0.2.tgz#812fccbe6e622ded552e3ff8a4c3b5ff34a85e4c"
6458+
integrity sha512-ApGvZ6vVvTNdsmt676grvCkUCGwzG9IqXma5Z07xJgiC5L7akUMof5U8G2JTI9Rz/ovtVhJBlY6mNhEvtjzOIg==
64596459

64606460
tmp@^0.0.33:
64616461
version "0.0.33"

0 commit comments

Comments
 (0)