Skip to content

Commit

Permalink
fix: packages/client/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
  • Loading branch information
snyk-bot committed Nov 6, 2023
1 parent 57faa50 commit 006dd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@ts-react-tdd/server": "1.0.0",
"axios": "^1.5.1",
"axios": "^1.6.0",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 006dd7d

Please sign in to comment.