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
  • Loading branch information
snyk-bot committed Nov 15, 2023
1 parent 9988801 commit cf256e5
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 @@ -23,9 +23,9 @@
"format:fix": "prettier --write src/**"
},
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/core": "3.0.0",
"@docusaurus/plugin-client-redirects": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@docusaurus/preset-classic": "3.0.0",
"@easyops-cn/docusaurus-search-local": "0.36.0",
"@lottiefiles/react-lottie-player": "3.5.3",
"@openfga/sdk": "^0.2.10",
Expand Down

0 comments on commit cf256e5

Please sign in to comment.