Skip to content

Commit 1258087

Browse files
committed
Update to address security vulnerabilities
1 parent 88571a7 commit 1258087

File tree

2 files changed

+94
-144
lines changed

2 files changed

+94
-144
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,17 @@
5959
"node": ">=18.0"
6060
},
6161
"resolutions": {
62-
"node-forge": "^1.3.2"
62+
"node-forge": "^1.3.2",
63+
"on-headers": "^1.1.0",
64+
"tar-fs": "^3.1.1",
65+
"js-yaml": "^3.14.2",
66+
"brace-expansion": "^1.1.12",
67+
"cross-spawn": "^7.0.5",
68+
"image-size": "^1.2.1",
69+
"prismjs": "^1.30.0",
70+
"mdast-util-to-hast": "^13.2.1",
71+
"@eslint/plugin-kit": "^0.3.4",
72+
"estree-util-value-to-estree": "^3.3.3"
6373
},
6474
"description": "Docusaurus example project (classic-typescript template)"
6575
}

0 commit comments

Comments
 (0)