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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent 3539747 commit cce0669
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 28 deletions.
93 changes: 66 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mocha": "^10.4.0",
"parcel-bundler": "^1.5.1",
"proxyquire": "^2.1.3",
"sinon": "^17.0.2",
"sinon": "^19.0.0",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
Expand Down

0 comments on commit cce0669

Please sign in to comment.