Skip to content

Commit e572a39

Browse files
Bump aws-cdk-lib in /src/lib/custom-resources/cdk-logs-resource-policy (#1268)
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.101.0 to 2.187.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.187.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.187.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce4c581 commit e572a39

File tree

1 file changed

+2
-2
lines changed
  • src/lib/custom-resources/cdk-logs-resource-policy

1 file changed

+2
-2
lines changed

src/lib/custom-resources/cdk-logs-resource-policy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint:eslint": "pnpx eslint '{cdk,lib,src}/**/*.{js,ts}'"
99
},
1010
"dependencies": {
11-
"aws-cdk-lib": "2.101.0",
11+
"aws-cdk-lib": "2.187.0",
1212
"constructs": "10.2.70"
1313
},
1414
"devDependencies": {
@@ -17,6 +17,6 @@
1717
"typescript": "5.2.2"
1818
},
1919
"peerDependencies": {
20-
"aws-cdk-lib": "2.101.0"
20+
"aws-cdk-lib": "2.187.0"
2121
}
2222
}

0 commit comments

Comments
 (0)