From 2116bce18bf38a534a5a67a9c69d1d28c8d03102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:54:23 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /packages/cli directory: [axios](https://github.com/axios/axios) and [crypto-js](https://github.com/brix/crypto-js). Bumps the npm_and_yarn group with 1 update in the /packages/nodes-base directory: [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `axios` from 0.21.4 to 0.28.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.28.0) Updates `crypto-js` from 4.1.1 to 4.2.0 - [Commits](https://github.com/brix/crypto-js/compare/4.1.1...4.2.0) Updates `mongodb` from 4.10.0 to 6.12.0 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.10.0...v6.12.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: mongodb dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 4 ++-- packages/nodes-base/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 264b76f8104ad..fa86de578f617 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -124,7 +124,7 @@ "@rudderstack/rudder-sdk-node": "2.0.9", "@sentry/integrations": "^7.28.1", "@sentry/node": "^7.28.1", - "axios": "^1.7.8", + "axios": "^0.28.0", "basic-auth": "^2.0.1", "bcryptjs": "^2.4.3", "body-parser": "^1.20.1", @@ -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": "^4.0.0", "dotenv": "^8.0.0", diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index e2a1556c5f362..5aead7ed78a47 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -879,7 +879,7 @@ "mailparser": "^3.2.0", "moment": "~2.29.2", "moment-timezone": "^0.5.28", - "mongodb": "^4.9.1", + "mongodb": "^6.12.0", "mysql2": "~3.9.8", "mqtt": "5.3.5", "mssql": "^10.0.3",