File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
dev-packages/e2e-tests/test-applications/node-fastify-5 Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
"@sentry/core" : " latest || *" ,
16
16
"@sentry/opentelemetry" : " latest || *" ,
17
17
"@types/node" : " ^18.19.1" ,
18
- "fastify" : " 5.2 .1" ,
18
+ "fastify" : " 5.3 .1" ,
19
19
"typescript" : " 5.6.3" ,
20
20
"ts-node" : " 10.9.2"
21
21
},
Original file line number Diff line number Diff line change 102
102
},
103
103
"devDependencies" : {
104
104
"@types/node" : " ^18.19.1" ,
105
- "fastify" : " ^5.3.0 "
105
+ "fastify" : " ^5.3.1 "
106
106
},
107
107
"scripts" : {
108
108
"build" : " run-p build:transpile build:types" ,
Original file line number Diff line number Diff line change @@ -15695,10 +15695,10 @@ fast-xml-parser@^4.4.1:
15695
15695
dependencies:
15696
15696
strnum "^1.0.5"
15697
15697
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 ==
15702
15702
dependencies:
15703
15703
"@fastify/ajv-compiler" "^4.0.0"
15704
15704
"@fastify/error" "^4.0.0"
You can’t perform that action at this time.
0 commit comments