Skip to content

Commit

Permalink
fix: cyclic-dep-simple/package.json & cyclic-dep-simple/package-lock.…
Browse files Browse the repository at this point in the history
…json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:debug:20170905
- https://snyk.io/vuln/npm:ms:20151024
  • Loading branch information
snyk-bot committed Apr 15, 2022
1 parent 3d9f91e commit 6e42aab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions cyclic-dep-simple/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 cyclic-dep-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"module": "index.mjs",
"dependencies": {
"debug": "2.0.x"
"debug": "2.6.9"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit 6e42aab

Please sign in to comment.