Skip to content

Commit 10cf454

Browse files
authored
Merge pull request #33 from zecdev/fix-dependabot-alerts
Fix all Dependabot security vulnerabilities
2 parents 33b2e97 + 60c1f1f commit 10cf454

3 files changed

Lines changed: 152 additions & 125 deletions

File tree

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^16.1.5",
12+
"next": "^16.2.3",
1313
"nextra": "^4.4.0",
1414
"nextra-theme-docs": "^4.4.0",
1515
"react": "^19.1.0",
@@ -28,7 +28,16 @@
2828
"mermaid@*": "11.10.0",
2929
"@theguild/remark-mermaid>mermaid": "11.10.0",
3030
"nextra>mermaid": "11.10.0",
31-
"nextra-theme-docs>mermaid": "11.10.0"
31+
"nextra-theme-docs>mermaid": "11.10.0",
32+
"dompurify": "3.4.0",
33+
"picomatch": "2.3.2",
34+
"lodash-es": "4.18.0",
35+
"@xmldom/xmldom": "0.9.9",
36+
"yaml": "2.8.3",
37+
"tar": "7.5.11",
38+
"minimatch": "10.2.3",
39+
"@isaacs/brace-expansion": "5.0.1",
40+
"mdast-util-to-hast": "13.2.1"
3241
}
3342
}
3443
}

0 commit comments

Comments
 (0)