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-AXIOS-6124857
  • Loading branch information
snyk-bot committed Dec 14, 2023
1 parent 46ef343 commit a9adad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@
"inquirer": "^7.0.1",
"json-diff": "^0.5.4",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "~1.12.1",
"jwks-rsa": "~2.0.0",
"localtunnel": "^2.0.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"mysql2": "~2.3.0",
"n8n-core": "~0.110.0",
"n8n-editor-ui": "~0.136.0",
"n8n-nodes-base": "~0.167.0",
"n8n-nodes-base": "~0.218.0",
"n8n-workflow": "~0.92.0",
"nodemailer": "^6.7.1",
"oauth-1.0a": "^2.2.6",
Expand Down

0 comments on commit a9adad0

Please sign in to comment.