Skip to content

Commit 12cfd91

Browse files
committed
Bump Fastify 5 versions to 5.3.1
1 parent d429cdd commit 12cfd91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dev-packages/e2e-tests/test-applications/node-fastify-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@sentry/core": "latest || *",
1616
"@sentry/opentelemetry": "latest || *",
1717
"@types/node": "^18.19.1",
18-
"fastify": "5.2.1",
18+
"fastify": "5.3.1",
1919
"typescript": "5.6.3",
2020
"ts-node": "10.9.2"
2121
},

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
@@ -15695,10 +15695,10 @@ fast-xml-parser@^4.4.1:
1569515695
dependencies:
1569615696
strnum "^1.0.5"
1569715697

15698-
fastify@^5.3.0:
15699-
version "5.3.0"
15700-
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.0.tgz#34af4061a326219c1d5acdb4084b50caab9ad681"
15701-
integrity sha512-vDpCJa4KRkHrdDMpDNtyPaIDi/ptCwoJ0M8RiefuIMvyXTgG63xYGe9DYYiCpydjh0ETIaLoSyKBNKkh7ew1eA==
15698+
fastify@^5.3.1:
15699+
version "5.3.1"
15700+
resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.3.1.tgz#89881214b23d2c0715cb86eefc055a0ff2b53744"
15701+
integrity sha512-PhpFhuUZVnq1IvTHCrIMCqqukNuJGWnV/nxTrSDtirbsAZnVYO8I9LaxSk5OPXSiioA6DoEG1r5U1g41/cix0g==
1570215702
dependencies:
1570315703
"@fastify/ajv-compiler" "^4.0.0"
1570415704
"@fastify/error" "^4.0.0"

0 commit comments

Comments
 (0)