Skip to content

Bump aws-cdk from 2.1012.0 to 2.1021.0 #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "22.15.3",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"aws-cdk": "^2.1012.0",
"aws-cdk": "^2.1021.0",
"cdk-nag": "^2.36.38",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1521,17 +1521,17 @@ __metadata:
languageName: node
linkType: hard

"aws-cdk@npm:^2.1012.0":
version: 2.1012.0
resolution: "aws-cdk@npm:2.1012.0"
"aws-cdk@npm:^2.1021.0":
version: 2.1021.0
resolution: "aws-cdk@npm:2.1021.0"
dependencies:
fsevents: "npm:2.3.2"
dependenciesMeta:
fsevents:
optional: true
bin:
cdk: bin/cdk
checksum: 10c0/db44ec2a4d9937e02fd51e000e2fb6ddf4c93bbd9b1a7ae027be8db02209b99c4165e8ab0d66ce79e020f9785a6fff813a0311704e84518fa7123318164027ea
checksum: 10c0/7bc74189fe47aae6c7fa5828af42f0e383e2287a42c3254b3eec9cae8d9866c2efee99cd9b609496d66fde94d974a325e4f020ac0fd357fe79025940cd3c4b64
languageName: node
linkType: hard

Expand All @@ -1546,7 +1546,7 @@ __metadata:
"@types/node": "npm:22.15.3"
"@typescript-eslint/eslint-plugin": "npm:^8.18.0"
"@typescript-eslint/parser": "npm:^8.18.0"
aws-cdk: "npm:^2.1012.0"
aws-cdk: "npm:^2.1021.0"
aws-cdk-lib: "npm:^2.206.0"
cdk-nag: "npm:^2.36.38"
constructs: "npm:^10.4.2"
Expand Down
Loading