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: packages/eslint-config/package.json to reduce vulnerabilities
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 13, 2024
commit a0e9e9f316e8e62c189ac2ad0ec1f921e103ab25
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@spotify/eslint-config-typescript": "^9.0.0",
"@spotify/eslint-plugin": "^9.0.1",
"@spotify/web-scripts-utils": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jest": "^23.17.1",
Expand Down