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/npm:debug:20170905
  • Loading branch information
snyk-bot committed Dec 6, 2023
1 parent 470bb37 commit 970e7eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -8,7 +8,7 @@
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"debug": "^3.1.0",
"debug": "^3.2.7",
"he": "^1.2.0",
"htmlparser2": "^8.0.1",
"iconv-lite": "^0.4.24",
Expand Down

0 comments on commit 970e7eb

Please sign in to comment.