Skip to content

Commit

Permalink
UPdate cdk node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Sep 8, 2024
1 parent c1a2d1a commit 20c8d3d
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
18 changes: 9 additions & 9 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"aws-cdk": "2.143.0",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"aws-cdk": "2.156.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
"typescript": "~5.5.4"
},
"dependencies": {
"aws-cdk-lib": "2.143.0",
"cdk-nag": "^2.28.126",
"aws-cdk-lib": "2.156.0",
"cdk-nag": "^2.28.195",
"constructs": "^10.3.0",
"source-map-support": "^0.5.21"
},
Expand Down
Loading

0 comments on commit 20c8d3d

Please sign in to comment.