Skip to content

Commit 148af49

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952
1 parent c3b8162 commit 148af49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"debug": "^4.4.0",
3737
"find-package-json": "^1.2.0",
3838
"fs-extra": "^11.3.0",
39-
"glob": "^10.4.5",
39+
"glob": "^10.5.0",
4040
"markdown-table-prettify": "^3.6.0",
4141
"optionator": "^0.9.4"
4242
},

0 commit comments

Comments
 (0)