Skip to content

Commit 647996a

Browse files
npm(deps): bump the infra-deps group in /infrastructure with 4 updates (#639)
Bumps the infra-deps group in /infrastructure with 4 updates: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@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.125.0 to 2.130.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.130.0/packages/aws-cdk-lib) Updates `@types/jest` from 29.5.11 to 29.5.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 20.11.14 to 20.11.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `aws-cdk` from 2.125.0 to 2.130.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.130.0/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra-deps - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: infra-deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: infra-deps - dependency-name: aws-cdk dependency-type: direct:development update-type: version-update:semver-minor dependency-group: infra-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 672c6ea commit 647996a

File tree

2 files changed

+74
-41
lines changed

2 files changed

+74
-41
lines changed

infrastructure/package-lock.json

+70-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infrastructure/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"devDependencies": {
1515
"@jest/types": "^29.6.3",
16-
"@types/jest": "^29.5.11",
17-
"@types/node": "^20.11.14",
16+
"@types/jest": "^29.5.12",
17+
"@types/node": "^20.11.24",
1818
"@types/source-map-support": "^0.5.10",
19-
"aws-cdk": "2.125.0",
19+
"aws-cdk": "2.130.0",
2020
"jest": "^29.7.0",
2121
"ts-jest": "^29.1.2",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.3.3"
2424
},
2525
"dependencies": {
26-
"aws-cdk-lib": "^2.125.0",
26+
"aws-cdk-lib": "^2.130.0",
2727
"constructs": "^10.3.0",
2828
"source-map-support": "^0.5.21"
2929
}

0 commit comments

Comments
 (0)