Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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-TRIM-1017038
  • Loading branch information
snyk-bot committed Nov 28, 2023
1 parent 49446f9 commit 51cc5fb
Show file tree
Hide file tree
Showing 2 changed files with 4,069 additions and 352 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"write-heading-ids": "docusaurus write-heading-ids docs"
},
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@docusaurus/core": "^3.0.0",
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/plugin-sitemap": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/preset-classic": "^3.0.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.1",
Expand Down
Loading

0 comments on commit 51cc5fb

Please sign in to comment.