Skip to content

Commit 370c040

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
1 parent 71e9502 commit 370c040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"typecheck": "tsc"
1616
},
1717
"dependencies": {
18-
"@docusaurus/core": "^2.3.1",
19-
"@docusaurus/preset-classic": "^2.3.1",
18+
"@docusaurus/core": "^3.0.1",
19+
"@docusaurus/preset-classic": "^3.0.1",
2020
"@giscus/react": "^2.2.6",
2121
"@mdx-js/react": "^1.6.22",
2222
"clsx": "^1.2.1",

0 commit comments

Comments
 (0)