Skip to content

Commit

Permalink
Update yarn deps to avoid security issues (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesszzzz authored Oct 14, 2024
1 parent 2321051 commit 6fd823b
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 145 deletions.
22 changes: 16 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,27 @@
"@docusaurus/preset-classic": "^2.0.0-beta.14",
"classnames": "^2.2.6",
"docusaurus-plugin-internaldocs-fb": "0.10.4",
"micromatch": "^4.0.8",
"node-fetch": "^2.6.7",
"path-to-regexp": "^1.9.0",
"prism-react-renderer": "1.2.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.94"
"react-dom": "^17.0.2"
},
"resolutions": {
"@babel/traverse": "^7.25.7",
"axios": "^0.28.0",
"body-parser": "^1.20.3",
"cookie": "^1.0.1",
"express": "^4.21.1",
"follow-redirects": "^1.15.6",
"prism-react-renderer": "1.1.0"
"ip": "^2.0.1",
"micromatch": "^4.0.8",
"path-to-regexp": "^1.9.0",
"postcss": "^8.4.31",
"send": "^0.19.0",
"serve-static": "^1.16.2",
"webpack": "^5.94",
"webpack-dev-middleware": "^7.4.2",
"webpack-dev-server": "^4.5.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 6fd823b

Please sign in to comment.