Skip to content

Commit

Permalink
fix: docusaurus upgrade and fix cwe-1333
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Sep 20, 2024
1 parent ef4e5ae commit b75277e
Show file tree
Hide file tree
Showing 2 changed files with 630 additions and 672 deletions.
13 changes: 8 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,23 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "3.2.1",
"@docusaurus/types": "3.2.1",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"typescript": "~5.2.2"
},
"resolutions": {
"@docusaurus/core/serve-handler/path-to-regexp": "^8.0.0"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading

0 comments on commit b75277e

Please sign in to comment.