Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: tools/eslint/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DEBUG-3227433
  • Loading branch information
snyk-bot committed Jan 10, 2023
commit 06fdfbd4458021975c0b53ea4cc63a7bb8a6425b
2 changes: 1 addition & 1 deletion tools/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"chalk": "^1.1.3",
"concat-stream": "^1.4.6",
"debug": "^2.1.1",
"debug": "^3.1.0",
"doctrine": "^1.2.1",
"es6-map": "^0.1.3",
"escope": "^3.6.0",
Expand Down