Skip to content

Commit 025a519

Browse files
dependabot[bot]Michael Kaiser
and
Michael Kaiser
authored
build(deps): bump aws-cdk-lib from 2.51.0 to 2.80.0 in /typescript/route53-resolver-dns-firewall (#929)
* build(deps): bump aws-cdk-lib Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.51.0 to 2.80.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.80.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix: Also update cli version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Kaiser <[email protected]>
1 parent 1bf4a44 commit 025a519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

typescript/route53-resolver-dns-firewall/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"license": "Apache-2.0",
1717
"devDependencies": {
1818
"@types/node": "10.17.27",
19-
"aws-cdk": "2.51.0",
19+
"aws-cdk": "2.80.0",
2020
"typescript": "^4.9.3"
2121
},
2222
"dependencies": {
23-
"aws-cdk-lib": "2.51.0",
23+
"aws-cdk-lib": "2.80.0",
2424
"constructs": "^10.0.0",
2525
"source-map-support": "^0.5.21"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)