Skip to content

Commit 0bc53de

Browse files
committed
Bump Fastify 5 versions to 5.3.1
1 parent 4176529 commit 0bc53de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"devDependencies": {
104104
"@types/node": "^18.19.1",
105-
"fastify": "^5.3.0"
105+
"fastify": "^5.3.1"
106106
},
107107
"scripts": {
108108
"build": "run-p build:transpile build:types",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15765,10 +15765,10 @@ fast-xml-parser@^4.4.1:
1576515765
dependencies:
1576615766
strnum "^1.0.5"
1576715767

15768-
fastify@^5.3.0:
15769-
version "5.3.0"
15770-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.0.tgz#34af4061a326219c1d5acdb4084b50caab9ad681"
15771-
integrity sha512-vDpCJa4KRkHrdDMpDNtyPaIDi/ptCwoJ0M8RiefuIMvyXTgG63xYGe9DYYiCpydjh0ETIaLoSyKBNKkh7ew1eA==
15768+
fastify@^5.3.1:
15769+
version "5.3.1"
15770+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.1.tgz#89881214b23d2c0715cb86eefc055a0ff2b53744"
15771+
integrity sha512-PhpFhuUZVnq1IvTHCrIMCqqukNuJGWnV/nxTrSDtirbsAZnVYO8I9LaxSk5OPXSiioA6DoEG1r5U1g41/cix0g==
1577215772
dependencies:
1577315773
"@fastify/ajv-compiler" "^4.0.0"
1577415774
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)