From a9f8cdd04602d5e06195e2156f2d71131682d49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:01:02 +0000 Subject: [PATCH] Bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the /nodejs directory: [aws-sdk](https://github.com/aws/aws-sdk-js) and [gts](https://github.com/google/gts). Updates `aws-sdk` from 2.1594.0 to 2.1604.0 - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1594.0...v2.1604.0) Updates `gts` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/google/gts/releases) - [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gts/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gts dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- nodejs/package.json | 4 ++-- nodejs/sample-apps/aws-sdk/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodejs/package.json b/nodejs/package.json index b9f3c46f8f..13d946359e 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -32,13 +32,13 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.7.0", "@typescript-eslint/parser": "^7.7.0", - "aws-sdk": "2.1594.0", + "aws-sdk": "2.1604.0", "bestzip": "2.2.1", "copyfiles": "2.4.1", "eslint": "8.57.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.29.1", - "gts": "5.2.0", + "gts": "5.3.0", "lerna": "^6.5.1", "lerna-changelog": "2.2.0", "rimraf": "5.0.5", diff --git a/nodejs/sample-apps/aws-sdk/package.json b/nodejs/sample-apps/aws-sdk/package.json index 44fcc0c831..8210b8de99 100644 --- a/nodejs/sample-apps/aws-sdk/package.json +++ b/nodejs/sample-apps/aws-sdk/package.json @@ -45,6 +45,6 @@ "typescript": "5.4.5" }, "dependencies": { - "aws-sdk": "2.1594.0" + "aws-sdk": "2.1604.0" } }