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-6670046
  • Loading branch information
snyk-bot committed Apr 22, 2024
1 parent 8704f34 commit 35c76bb
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 @@ -105,7 +105,7 @@
"jwks-rsa": "~1.12.1",
"localtunnel": "^2.0.0",
"lodash.get": "^4.4.2",
"mysql2": "~2.2.0",
"mysql2": "~3.9.7",
"n8n-core": "~0.73.0",
"n8n-editor-ui": "~0.92.1",
"n8n-nodes-base": "~0.119.1",
Expand Down

0 comments on commit 35c76bb

Please sign in to comment.