Skip to content

Commit

Permalink
chore: update cdk script version to match with the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gyalai-aws committed Jan 30, 2024
1 parent eecaae0 commit 1962158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-verification.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package-lock.json": "e12a181329875c25cd90f7f5efa3803ade1c8549ded46fab9d214faaf41b4f12",
"license": {
"package.json": "24f3165a322bc6cbe09367609304718f3d003e2bd33182adb0d855997643d6f6",
"package.json": "307c8d6250a95039c9deed4d959d599597889532bff6e1b16abe4809af70d0a5",
"src/lambda-layer/common/Pipfile": "7c7f7173749be7a9556f60e0261c7985102683def6e999ff9a03b5b593625e67",
"projectList": "24951410902869c872facab060c4533d42b1f47e5c3aed0acd572937d8ab9f15"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc && tsc --build --clean && npm run lint",
"watch": "tsc -w",
"test": "jest",
"cdk": "npx aws-cdk@2.114.1",
"cdk": "npx aws-cdk@2.124.0",
"validate": "npx ts-node ./scripts/package-checksum-validator.ts",
"validate:fix": "ts-node ./scripts/package-checksum-generator.ts",
"audit": "concurrently 'npm:audit:*(!fix)'",
Expand Down

0 comments on commit 1962158

Please sign in to comment.