Skip to content

Commit 6068fa4

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint-8.44.1
2 parents f4c7574 + 6d0d56d commit 6068fa4

File tree

3 files changed

+173
-17
lines changed

3 files changed

+173
-17
lines changed

package-lock.json

Lines changed: 169 additions & 13 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.5.2",
2424
"@typescript-eslint/eslint-plugin": "^8.43.0",
25-
"@typescript-eslint/parser": "^8.44.0",
25+
"@typescript-eslint/parser": "^8.44.1",
2626
"eslint": "^9.36.0",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-plugin-import-newlines": "^1.3.4",

packages/cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
1111
},
1212
"dependencies": {
13-
"aws-cdk-lib": "^2.215.0",
14-
"cdk-nag": "^2.37.31",
13+
"aws-cdk-lib": "^2.217.0",
14+
"cdk-nag": "^2.37.36",
1515
"constructs": "^10.4.2",
1616
"source-map-support": "^0.5.21"
1717
},
1818
"devDependencies": {
19-
"aws-cdk": "^2.1029.2"
19+
"aws-cdk": "^2.1029.3"
2020
}
2121
}

0 commit comments

Comments
 (0)