Skip to content

Commit 8545d49

Browse files
chore(deps): bump the aws-cdk group across 1 directory with 2 updates (#3833)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 0e781a5 commit 8545d49

File tree

5 files changed

+24
-26
lines changed

5 files changed

+24
-26
lines changed

examples/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@types/aws-lambda": "^8.10.149",
3232
"@types/node": "22.14.1",
33-
"aws-cdk-lib": "^2.189.0",
33+
"aws-cdk-lib": "^2.189.1",
3434
"constructs": "^10.4.2",
3535
"source-map-support": "^0.5.21",
3636
"tsx": "^4.19.3",

layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"aws-cdk": "^2.1007.0",
44-
"aws-cdk-lib": "^2.189.0",
44+
"aws-cdk-lib": "^2.189.1",
4545
"esbuild": "^0.25.2",
4646
"tsx": "^4.19.3"
4747
}

package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
},
9898
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/testing#readme",
9999
"dependencies": {
100-
"@aws-cdk/toolkit-lib": "^0.1.8",
100+
"@aws-cdk/toolkit-lib": "^0.2.0",
101101
"@aws-sdk/client-lambda": "^3.787.0",
102102
"@smithy/util-utf8": "^4.0.0",
103-
"aws-cdk-lib": "^2.189.0",
103+
"aws-cdk-lib": "^2.189.1",
104104
"esbuild": "^0.25.2",
105105
"promise-retry": "^2.0.1"
106106
},

packages/testing/src/TestStack.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { tmpdir } from 'node:os';
44
import { join } from 'node:path';
55
import {
66
type ICloudAssemblySource,
7-
RequireApproval,
87
StackSelectionStrategy,
98
Toolkit,
109
} from '@aws-cdk/toolkit-lib';
@@ -148,7 +147,6 @@ class TestStack {
148147
strategy: StackSelectionStrategy.ALL_STACKS,
149148
},
150149
outputsFile: outputFilePath,
151-
requireApproval: RequireApproval.NEVER,
152150
});
153151

154152
this.outputs = JSON.parse(await readFile(outputFilePath, 'utf-8'))[

0 commit comments

Comments
 (0)