Skip to content

Commit

Permalink
Bump the nodejs-other group across 2 directories with 2 updates (#1304)
Browse files Browse the repository at this point in the history
Bumps the nodejs-other group with 2 updates in the /nodejs directory: [aws-sdk](https://github.com/aws/aws-sdk-js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the nodejs-other group with 2 updates in the /nodejs/sample-apps/aws-sdk directory: [aws-sdk](https://github.com/aws/aws-sdk-js) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `aws-sdk` from 2.1604.0 to 2.1612.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1604.0...v2.1612.0)

Updates `@types/node` from 20.12.7 to 20.12.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-sdk` from 2.1604.0 to 2.1612.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1604.0...v2.1612.0)

Updates `@types/node` from 20.12.7 to 20.12.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nodejs-other
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nodejs-other
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent cf1b7f3 commit 980366a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"aws-sdk": "2.1604.0",
"aws-sdk": "2.1612.0",
"bestzip": "2.2.1",
"copyfiles": "2.4.1",
"eslint": "8.57.0",
Expand Down
4 changes: 2 additions & 2 deletions nodejs/sample-apps/aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
],
"devDependencies": {
"@types/aws-lambda": "8.10.137",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"bestzip": "2.2.1",
"copyfiles": "2.4.1",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"dependencies": {
"aws-sdk": "2.1604.0"
"aws-sdk": "2.1612.0"
}
}

0 comments on commit 980366a

Please sign in to comment.