Skip to content

Commit c083f10

Browse files
Bump the npm group across 2 directories with 3 updates (#613)
Bumps the npm group with 3 updates in the / directory: [ts-jest](https://github.com/kulshekhar/ts-jest), [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk). Bumps the npm group with 2 updates in the /test directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk). Updates `ts-jest` from 29.3.4 to 29.4.0 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.3.4...v29.4.0) Updates `aws-cdk-lib` from 2.200.1 to 2.200.2 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.200.2/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1018.0 to 2.1018.1 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1018.1/packages/aws-cdk) Updates `aws-cdk-lib` from 2.200.1 to 2.200.2 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.200.2/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1018.0 to 2.1018.1 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1018.1/packages/aws-cdk) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.200.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: aws-cdk dependency-version: 2.1018.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.200.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: aws-cdk dependency-version: 2.1018.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5f3813 commit c083f10

3 files changed

Lines changed: 39 additions & 29 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-github": "^6.0.0",
3939
"js-yaml": "^4.1.0",
4040
"pnpm": "^10.12.1",
41-
"ts-jest": "^29.3.4",
41+
"ts-jest": "^29.4.0",
4242
"typescript": "^5.8.3",
4343
"typescript-eslint": "^8.34.0"
4444
},

pnpm-lock.yaml

Lines changed: 36 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"devDependencies": {
1414
"@types/node": "^24.0.1",
15-
"aws-cdk": "^2.1018.0",
15+
"aws-cdk": "^2.1018.1",
1616
"ts-node": "^10.9.2",
1717
"typescript": "^5.8.3"
1818
},
1919
"dependencies": {
20-
"aws-cdk-lib": "^2.200.1",
20+
"aws-cdk-lib": "^2.200.2",
2121
"constructs": "^10.4.2",
2222
"source-map-support": "^0.5.21"
2323
}

0 commit comments

Comments
 (0)