Skip to content

Commit

Permalink
fix: packages/cli/package.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-MYSQL2-6591084
- https://snyk.io/vuln/SNYK-JS-MYSQL2-6591300
  • Loading branch information
snyk-bot committed Apr 9, 2024
1 parent 852b192 commit 545b0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"localtunnel": "^2.0.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"mysql2": "~2.3.0",
"mysql2": "~3.9.4",
"n8n-core": "~0.104.0",
"n8n-editor-ui": "~0.129.0",
"n8n-nodes-base": "~0.160.0",
Expand Down

0 comments on commit 545b0b1

Please sign in to comment.