Skip to content

Commit 70db465

Browse files
Bump the all group across 1 directory with 2 updates (#1275)
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](aws/aws-sdk-js@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](google/gts@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69c7213 commit 70db465

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"devDependencies": {
3333
"@typescript-eslint/eslint-plugin": "^7.7.0",
3434
"@typescript-eslint/parser": "^7.7.0",
35-
"aws-sdk": "2.1594.0",
35+
"aws-sdk": "2.1604.0",
3636
"bestzip": "2.2.1",
3737
"copyfiles": "2.4.1",
3838
"eslint": "8.57.0",
3939
"eslint-plugin-header": "3.1.1",
4040
"eslint-plugin-import": "2.29.1",
41-
"gts": "5.2.0",
41+
"gts": "5.3.0",
4242
"lerna": "^6.5.1",
4343
"lerna-changelog": "2.2.0",
4444
"rimraf": "5.0.5",

nodejs/sample-apps/aws-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"typescript": "5.4.5"
4646
},
4747
"dependencies": {
48-
"aws-sdk": "2.1594.0"
48+
"aws-sdk": "2.1604.0"
4949
}
5050
}

0 commit comments

Comments
 (0)