Skip to content

Commit 82004f3

Browse files
build(deps): bump minimatch and aws-cdk-lib
Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). These dependencies need to be updated together. Removes `minimatch` Updates `aws-cdk-lib` from 2.219.0 to 2.240.0 - [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.240.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: minimatch dependency-version: dependency-type: indirect - dependency-name: aws-cdk-lib dependency-version: 2.240.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0689cc4 commit 82004f3

File tree

2 files changed

+87
-46
lines changed

2 files changed

+87
-46
lines changed

samples/orchestrate-lambda/deploy-lambdas/package-lock.json

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

samples/orchestrate-lambda/deploy-lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "~5.1.6"
2222
},
2323
"dependencies": {
24-
"aws-cdk-lib": "^2.189.1",
24+
"aws-cdk-lib": "^2.241.0",
2525
"constructs": "^10.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)