Skip to content

Commit

Permalink
build(deps): bump the npm_and_yarn group across 2 directories with 4 …
Browse files Browse the repository at this point in the history
…updates

Bumps the npm_and_yarn group with 3 updates in the /packages/cli directory: [axios](https://github.com/axios/axios), [crypto-js](https://github.com/brix/crypto-js) and [mysql2](https://github.com/sidorares/node-mysql2).
Bumps the npm_and_yarn group with 2 updates in the /packages/nodes-base directory: [mysql2](https://github.com/sidorares/node-mysql2) and [mongodb](https://github.com/mongodb/node-mongodb-native).


Updates `axios` from 0.21.4 to 1.6.8
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.6.8)

Updates `crypto-js` from 4.1.1 to 4.2.0
- [Commits](brix/crypto-js@4.1.1...4.2.0)

Updates `mysql2` from 2.3.3 to 3.9.7
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v2.3.3...v3.9.7)

Updates `mysql2` from 2.3.3 to 3.9.7
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v2.3.3...v3.9.7)

Updates `mongodb` from 4.17.2 to 6.5.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v4.17.2...v6.5.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: crypto-js
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: mongodb
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent d419238 commit d8ad008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@rudderstack/rudder-sdk-node": "1.1.1",
"@sentry/integrations": "^7.28.1",
"@sentry/node": "^7.28.1",
"axios": "^0.21.1",
"axios": "^1.6.8",
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
Expand All @@ -138,7 +138,7 @@
"connect-history-api-fallback": "^1.6.0",
"convict": "^6.2.4",
"cookie-parser": "^1.4.6",
"crypto-js": "~4.1.1",
"crypto-js": "~4.2.0",
"csrf": "^3.1.0",
"curlconverter": "^3.0.0",
"dotenv": "^8.0.0",
Expand Down Expand Up @@ -173,7 +173,7 @@
"lodash.uniqby": "^4.7.0",
"lodash.unset": "^4.5.2",
"luxon": "^3.3.0",
"mysql2": "~2.3.3",
"mysql2": "~3.9.7",
"n8n-core": "workspace:*",
"n8n-editor-ui": "workspace:*",
"n8n-nodes-base": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -879,10 +879,10 @@
"mailparser": "^3.2.0",
"moment": "~2.29.2",
"moment-timezone": "^0.5.28",
"mongodb": "^4.9.1",
"mongodb": "^6.5.0",
"mqtt": "4.2.6",
"mssql": "^8.1.2",
"mysql2": "~2.3.0",
"mysql2": "~3.9.7",
"n8n-workflow": "workspace:*",
"node-html-markdown": "^1.1.3",
"node-ssh": "^12.0.0",
Expand Down

0 comments on commit d8ad008

Please sign in to comment.