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-ASYNC-7414156
  • Loading branch information
snyk-bot committed Jul 3, 2024
1 parent 852b192 commit 0b499cf
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 @@ -86,7 +86,7 @@
"dependencies": {
"@oclif/command": "^1.5.18",
"@oclif/errors": "^1.2.2",
"@rudderstack/rudder-sdk-node": "1.0.6",
"@rudderstack/rudder-sdk-node": "2.0.4",
"@types/json-diff": "^0.5.1",
"@types/jsonwebtoken": "^8.5.2",
"basic-auth": "^2.0.1",
Expand Down Expand Up @@ -116,7 +116,7 @@
"mysql2": "~2.3.0",
"n8n-core": "~0.104.0",
"n8n-editor-ui": "~0.129.0",
"n8n-nodes-base": "~0.160.0",
"n8n-nodes-base": "~0.181.0",
"n8n-workflow": "~0.86.0",
"oauth-1.0a": "^2.2.6",
"open": "^7.0.0",
Expand Down

0 comments on commit 0b499cf

Please sign in to comment.