Skip to content

Commit

Permalink
Bump the nodejs-other group across 3 directories with 3 updates (#1491)
Browse files Browse the repository at this point in the history
Bumps the nodejs-other group with 1 update in the /nodejs directory: [aws-sdk](https://github.com/aws/aws-sdk-js).
Bumps the nodejs-other group with 1 update in the /nodejs/packages/layer directory: [mocha](https://github.com/mochajs/mocha).
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.1678.0 to 2.1680.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1678.0...v2.1680.0)

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

Updates `mocha` from 10.7.0 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v10.7.3)

Updates `aws-sdk` from 2.1678.0 to 2.1680.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1678.0...v2.1680.0)

Updates `@types/node` from 22.3.0 to 22.5.0
- [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-minor
  dependency-group: nodejs-other
- dependency-name: mocha
  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-minor
  dependency-group: nodejs-other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent d973614 commit 18e789d
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 25 deletions.
27 changes: 21 additions & 6 deletions nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"aws-sdk": "2.1678.0",
"aws-sdk": "2.1681.0",
"bestzip": "2.2.1",
"copyfiles": "2.4.1",
"eslint": "^8.57.0",
Expand Down
54 changes: 50 additions & 4 deletions nodejs/packages/layer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions nodejs/sample-apps/aws-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -36,14 +36,14 @@
],
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/node": "22.3.0",
"@types/node": "22.5.0",
"bestzip": "2.2.1",
"copyfiles": "2.4.1",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"aws-sdk": "2.1678.0"
"aws-sdk": "2.1681.0"
}
}

0 comments on commit 18e789d

Please sign in to comment.