Skip to content

Commit 7b965a7

Browse files
authored
Merge branch 'main' into use_sha_for_gh_action
2 parents d5a5fca + ffded23 commit 7b965a7

File tree

3 files changed

+163
-7
lines changed

3 files changed

+163
-7
lines changed

package-lock.json

Lines changed: 161 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "^30.0.0",
2323
"@types/node": "^24.3.0",
2424
"@typescript-eslint/eslint-plugin": "^8.37.0",
25-
"@typescript-eslint/parser": "^8.39.1",
25+
"@typescript-eslint/parser": "^8.41.0",
2626
"eslint": "^9.33.0",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-plugin-import-newlines": "^1.3.4",

packages/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"aws-cdk-lib": "^2.212.0",
14-
"cdk-nag": "^2.37.7",
14+
"cdk-nag": "^2.37.9",
1515
"constructs": "^10.4.2",
1616
"source-map-support": "^0.5.21"
1717
},

0 commit comments

Comments
 (0)