Skip to content

Commit f72d3a1

Browse files
committed
fix: tools/doc/package.json & tools/doc/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032
1 parent 90d8e22 commit f72d3a1

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

tools/doc/package-lock.json

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"to-vfile": "^5.0.1",
1616
"unified": "^7.0.0",
1717
"unist-util-find": "^1.0.1",
18-
"unist-util-select": "^1.5.0",
18+
"unist-util-select": "^3.0.3",
1919
"unist-util-visit": "^1.4.0"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)