Skip to content

Commit 25aea3c

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-BRACEEXPANSION-9789073
1 parent 540d020 commit 25aea3c

File tree

2 files changed

+35
-8
lines changed

2 files changed

+35
-8
lines changed

package-lock.json

Lines changed: 34 additions & 7 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
@@ -92,7 +92,7 @@
9292
"kind-of": "^6.0.3",
9393
"lodash": "^4.17.21",
9494
"mime-types": "^2.1.35",
95-
"minimatch": "^5.1.6",
95+
"minimatch": "^10.0.2",
9696
"ms": "^2.1.3",
9797
"otp-generator": "^4.0.1",
9898
"parent-module": "^3.1.0",

0 commit comments

Comments
 (0)