Skip to content

Commit e9a1799

Browse files
committed
fix: src/code-templates/libraries/error-handling/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201
1 parent 9d0cfc8 commit e9a1799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/code-templates/libraries/error-handling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@practica/logger": "^0.0.5",
2929
"jest": "^28.1.0",
3030
"jest-sinon": "^1.0.4",
31-
"sinon": "^14.0.0"
31+
"sinon": "^21.0.1"
3232
},
3333
"peerDependencies": {
3434
"fastify": "4.24.3"

0 commit comments

Comments
 (0)