Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 22, 2024
1 parent 7ebbf48 commit c34e1cc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
39 changes: 25 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"babel-preset-jest": "^29.5.0",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"braces": "^3.0.3",
"browserslist": "^4.21.9",
"bser": "^2.1.1",
"buffer-from": "^1.1.2",
Expand Down Expand Up @@ -154,7 +154,7 @@
"make-dir": "^3.1.0",
"makeerror": "^1.0.12",
"merge-stream": "^2.0.0",
"micromatch": "^4.0.5",
"micromatch": "^4.0.6",
"mimic-fn": "^2.1.0",
"minimatch": "^3.1.2",
"ms": "^2.1.2",
Expand Down

0 comments on commit c34e1cc

Please sign in to comment.