Skip to content

Commit a44566e

Browse files
committed
fix: tools/doc/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 6d3920d commit a44566e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"highlight.js": "^11.5.0",
11-
"js-yaml": "^4.1.0",
11+
"js-yaml": "^4.1.1",
1212
"rehype-raw": "^6.1.1",
1313
"rehype-stringify": "^9.0.3",
1414
"remark-frontmatter": "^4.0.1",

0 commit comments

Comments
 (0)