Skip to content

Commit d57c27a

Browse files
committed
fix: packages/client/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent d03c86f commit d57c27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@ts-react-tdd/server": "1.0.0",
31-
"axios": "^1.7.2",
31+
"axios": "^1.12.0",
3232
"nanoid": "^5.0.7",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)