From 6ddedef7186abfee871ebe4f92f6d6c47011dfb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 18:59:00 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 7 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /sample-apps/blank-nodejs directory: [aws-sdk](https://github.com/aws/aws-sdk-js). Bumps the npm_and_yarn group with 1 update in the /sample-apps/error-processor directory: [aws-sdk](https://github.com/aws/aws-sdk-js). Bumps the npm_and_yarn group with 1 update in the /sample-apps/list-manager/dbadmin directory: [mysql](https://github.com/mysqljs/mysql). Bumps the npm_and_yarn group with 1 update in the /sample-apps/list-manager/lib/nodejs directory: [mysql](https://github.com/mysqljs/mysql). Bumps the npm_and_yarn group with 2 updates in the /sample-apps/list-manager/processor directory: [aws-sdk](https://github.com/aws/aws-sdk-js) and [mysql](https://github.com/mysqljs/mysql). Bumps the npm_and_yarn group with 1 update in the /sample-apps/nodejs-apig directory: [aws-sdk](https://github.com/aws/aws-sdk-js). Bumps the npm_and_yarn group with 1 update in the /sample-apps/rds-mysql/lib/nodejs directory: [mysql2](https://github.com/sidorares/node-mysql2). Updates `aws-sdk` from 2.631.0 to 2.814.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.631.0...v2.814.0) Updates `aws-sdk` from 2.631.0 to 2.814.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.631.0...v2.814.0) Updates `mysql` from 2.17.1 to 2.18.0 - [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md) - [Commits](https://github.com/mysqljs/mysql/compare/v2.17.1...v2.18.0) Updates `mysql` from 2.17.1 to 2.18.0 - [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md) - [Commits](https://github.com/mysqljs/mysql/compare/v2.17.1...v2.18.0) Updates `aws-sdk` from 2.488.0 to 2.814.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.631.0...v2.814.0) Updates `mysql` from 2.17.1 to 2.18.0 - [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md) - [Commits](https://github.com/mysqljs/mysql/compare/v2.17.1...v2.18.0) Updates `aws-sdk` from 2.631.0 to 2.814.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.631.0...v2.814.0) Updates `mysql2` from 2.1.0 to 3.9.8 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v2.1.0...v3.9.8) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: aws-sdk dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: mysql dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: mysql dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: aws-sdk dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: mysql dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: aws-sdk dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: mysql2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- sample-apps/blank-nodejs/package.json | 2 +- sample-apps/error-processor/package.json | 2 +- sample-apps/list-manager/dbadmin/package.json | 2 +- sample-apps/list-manager/lib/nodejs/package.json | 2 +- sample-apps/list-manager/processor/package.json | 4 ++-- sample-apps/nodejs-apig/package.json | 2 +- sample-apps/rds-mysql/lib/nodejs/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sample-apps/blank-nodejs/package.json b/sample-apps/blank-nodejs/package.json index 9fa06adb..b1b429f8 100644 --- a/sample-apps/blank-nodejs/package.json +++ b/sample-apps/blank-nodejs/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "devDependencies": { - "aws-sdk": "2.631.0", + "aws-sdk": "2.814.0", "jest": "25.4.0" }, "dependencies": { diff --git a/sample-apps/error-processor/package.json b/sample-apps/error-processor/package.json index bd2bfa96..700647b0 100644 --- a/sample-apps/error-processor/package.json +++ b/sample-apps/error-processor/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "devDependencies": { - "aws-sdk": "2.631.0" + "aws-sdk": "2.814.0" }, "dependencies": { "aws-xray-sdk-core": "1.1.2", diff --git a/sample-apps/list-manager/dbadmin/package.json b/sample-apps/list-manager/dbadmin/package.json index 774c74cf..aa92c687 100644 --- a/sample-apps/list-manager/dbadmin/package.json +++ b/sample-apps/list-manager/dbadmin/package.json @@ -6,7 +6,7 @@ "devDependencies": { "aws-xray-sdk-core": "2.4.0", "aws-xray-sdk-mysql": "2.4.0", - "mysql": "2.17.1" + "mysql": "2.18.0" }, "scripts": {} } diff --git a/sample-apps/list-manager/lib/nodejs/package.json b/sample-apps/list-manager/lib/nodejs/package.json index f5859d75..61e722d5 100644 --- a/sample-apps/list-manager/lib/nodejs/package.json +++ b/sample-apps/list-manager/lib/nodejs/package.json @@ -6,7 +6,7 @@ "aws-xray-sdk-core": "2.4.0", "aws-xray-sdk-mysql": "2.4.0", "md5": "2.2.1", - "mysql": "2.17.1" + "mysql": "2.18.0" }, "scripts": {} } diff --git a/sample-apps/list-manager/processor/package.json b/sample-apps/list-manager/processor/package.json index 1428d7bd..02570c5d 100644 --- a/sample-apps/list-manager/processor/package.json +++ b/sample-apps/list-manager/processor/package.json @@ -4,11 +4,11 @@ "private": true, "dependencies": {}, "devDependencies": { - "aws-sdk": "2.488.0", + "aws-sdk": "2.814.0", "aws-xray-sdk-core": "2.4.0", "aws-xray-sdk-mysql": "2.4.0", "md5": "2.2.1", - "mysql": "2.17.1" + "mysql": "2.18.0" }, "scripts": {} } diff --git a/sample-apps/nodejs-apig/package.json b/sample-apps/nodejs-apig/package.json index 271c8428..efb1ca11 100644 --- a/sample-apps/nodejs-apig/package.json +++ b/sample-apps/nodejs-apig/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "devDependencies": { - "aws-sdk": "2.631.0" + "aws-sdk": "2.814.0" } } diff --git a/sample-apps/rds-mysql/lib/nodejs/package.json b/sample-apps/rds-mysql/lib/nodejs/package.json index 9e8e82c9..be73c1cb 100644 --- a/sample-apps/rds-mysql/lib/nodejs/package.json +++ b/sample-apps/rds-mysql/lib/nodejs/package.json @@ -6,7 +6,7 @@ "aws-xray-sdk-core": "2.4.0", "aws-xray-sdk-mysql": "2.4.0", "md5": "2.2.1", - "mysql2": "2.1.0" + "mysql2": "3.9.8" }, "scripts": {} }