Skip to content

Commit

Permalink
fix: website/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-GOT-2932019
  • Loading branch information
snyk-bot committed Nov 1, 2023
1 parent 7401fc7 commit 9cff76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"node": ">=16"
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/core": "3.0.0",
"@docusaurus/plugin-content-docs": "2.4.1",
"@docusaurus/plugin-google-analytics": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/remark-plugin-npm2yarn": "2.4.1",
"@docusaurus/theme-common": "2.4.1",
"@docusaurus/theme-mermaid": "2.4.1",
"@docusaurus/theme-mermaid": "3.0.0",
"@docusaurus/theme-search-algolia": "2.4.1",
"@emotion/cache": "11.10.7",
"@emotion/css": "11.10.6",
Expand Down

0 comments on commit 9cff76e

Please sign in to comment.