Skip to content

Commit

Permalink
build(deps): bump the all group with 3 updates (#226)
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk).


Updates `aws-cdk-lib` from 2.164.1 to 2.165.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.165.0/packages/aws-cdk-lib)

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

Updates `aws-cdk` from 2.164.1 to 2.165.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.165.0/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: aws-cdk
  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>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent ffa85e8 commit ab39759
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "22.8.1",
"@types/node": "22.8.7",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"aws-cdk": "^2.164.1",
"aws-cdk": "^2.165.0",
"ts-node": "^10.9.2",
"typescript": "~5.6.3"
},
"dependencies": {
"constructs": "^10.4.2",
"aws-cdk-lib": "^2.164.1",
"aws-cdk-lib": "^2.165.0",
"source-map-support": "^0.5.16",
"@octokit/rest": "^21.0.2"
}
Expand Down

0 comments on commit ab39759

Please sign in to comment.