Skip to content

Commit cd53c10

Browse files
committed
fix: website/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 957aed6 commit cd53c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/package.json

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"dependencies": {
99
"@dipakparmar/docusaurus-plugin-umami": "^2.0.6",
10-
"@docusaurus/core": "2.2.0",
11-
"@docusaurus/preset-classic": "2.2.0",
10+
"@docusaurus/core": "3.8.0",
11+
"@docusaurus/preset-classic": "3.8.0",
1212
"classnames": "^2.2.6",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)