Skip to content

Commit a517c78

Browse files
AlnisMmeta-codesync[bot]
authored andcommitted
fix website dependency vulnerabilities
Summary: Received a bunch of tasks with vulnerabilities in the dependencies of our website. Bumping versions in this diff. Reviewed By: rlyerly Differential Revision: D99509429 fbshipit-source-id: 9cfb392cd0f63bab81908409d90ae91ab77f2c2e
1 parent 34dfd3f commit a517c78

2 files changed

Lines changed: 686 additions & 350 deletions

File tree

website/package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,32 @@
5050
"braces": "^3.0.3",
5151
"ws": "^8.17.1",
5252
"webpack": "^5.104.1",
53-
"dompurify": "^2.5.4",
53+
"dompurify": "^3.3.2",
5454
"send": "^0.19.0",
5555
"serve-static": "^1.16.0",
5656
"cookie": "^0.7.0",
5757
"mermaid": "^10.9.3",
5858
"http-proxy-middleware": "^2.0.7",
5959
"cross-spawn": "^7.0.5",
6060
"axios": "^0.30.3",
61-
"**/express/path-to-regexp": "0.1.12"
61+
"**/express/path-to-regexp": "0.1.13",
62+
"node-forge": "^1.4.0",
63+
"flatted": "^3.4.2",
64+
"svgo": "^2.8.1",
65+
"picomatch": "^2.3.2",
66+
"minimatch": "^3.1.4",
67+
"yaml": "^1.10.3",
68+
"qs": "^6.14.2",
69+
"@docusaurus/core/**/js-yaml": "^4.1.1",
70+
"@docusaurus/preset-classic/**/js-yaml": "^4.1.1",
71+
"@docusaurus/plugin-content-docs/**/js-yaml": "^4.1.1",
72+
"algoliasearch-helper": "^3.11.2",
73+
"tmp": "^0.2.4",
74+
"webpack-dev-server": "^5.2.1",
75+
"brace-expansion": "^1.1.12",
76+
"@babel/runtime": "^7.26.10",
77+
"lodash": "^4.18.0",
78+
"lodash-es": "^4.18.0"
6279
},
6380
"browserslist": {
6481
"production": [

0 commit comments

Comments
 (0)