Skip to content

Commit

Permalink
Bump CDK packages (#270)
Browse files Browse the repository at this point in the history
* Bump cdk packages

* Add cdk nag

* Add cdk nag

* Update dev deps
  • Loading branch information
bonclay7 authored Mar 6, 2024
1 parent 84b1eb8 commit 43a60ad
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions PetAdoptions/cdk/pet_stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^2.68.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"aws-cdk": "^2.97.0",
"constructs": "^10.2.69",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-replace-all": "1.0.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "^2.97.0-alpha.0",
"@types/js-yaml": "4.0.5",
"aws-cdk-lib": "^2.97.0",
"cdk-ecr-deployment": "^2.5.30",
"jest": "^29.6.4",
"@aws-cdk/aws-lambda-python-alpha": "^2.131.0-alpha.0",
"@types/js-yaml": "^4.0.9",
"aws-cdk-lib": "^2.131.0",
"cdk-ecr-deployment": "^3.0.32",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"aws-cdk": "^2.131.0",
"cdk-nag": "^2.28.55",
"constructs": "^10.3.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-replace-all": "^1.0.0",
"typescript": "^5.4.2"
}
}
}

0 comments on commit 43a60ad

Please sign in to comment.