Skip to content

Commit

Permalink
fix: 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
- https://snyk.io/vuln/SNYK-JS-NEXT-6032387
  • Loading branch information
snyk-bot committed Oct 30, 2023
1 parent 4a3fbd9 commit b556769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"axios": "^1.3.4",
"axios": "^1.6.0",
"clsx": "^1.2.1",
"next": "^13.0.3",
"next": "^13.5.0",
"next-plausible": "^3.11.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
Expand Down

0 comments on commit b556769

Please sign in to comment.