Skip to content

Commit 5464d0e

Browse files
authored
chore: update dependencies of the sample project (#42)
To resolve high-level vulnerabilities detected during the dependency scan and allow the `test-deploy` workflow to pass.
1 parent 7c82765 commit 5464d0e

File tree

3 files changed

+364
-362
lines changed

3 files changed

+364
-362
lines changed

sample/package-lock.json

Lines changed: 75 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"start": "node dist/index.js"
99
},
1010
"dependencies": {
11-
"fastify": "^5.0.0"
11+
"fastify": "^5.3.3"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^22.7.4",
14+
"@types/node": "^22.15.18",
1515
"lodash": "4.17.20",
16-
"typescript": "^5.6.2"
16+
"typescript": "^5.8.3"
1717
}
1818
}

0 commit comments

Comments
 (0)