Skip to content

Commit a45a045

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/create-github-app-token-2
2 parents dc2c7d3 + 3c2bcc3 commit a45a045

File tree

3 files changed

+83
-83
lines changed

3 files changed

+83
-83
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/node": "^22.14.0",
2424
"@typescript-eslint/eslint-plugin": "^8.28.0",
2525
"@typescript-eslint/parser": "^8.28.0",
26-
"eslint": "^9.23.0",
27-
"eslint-config-prettier": "^10.1.1",
26+
"eslint": "^9.24.0",
27+
"eslint-config-prettier": "^10.1.2",
2828
"eslint-plugin-import-newlines": "^1.3.4",
2929
"eslint-plugin-prettier": "^5.2.6",
3030
"jest": "^29.7.0",
@@ -33,8 +33,8 @@
3333
"semantic-release": "^24.2.3",
3434
"ts-jest": "^29.3.1",
3535
"ts-node": "^10.9.2",
36-
"typescript": "^5.8.2",
37-
"typescript-eslint": "^8.29.0"
36+
"typescript": "^5.8.3",
37+
"typescript-eslint": "^8.29.1"
3838
},
3939
"dependencies": {
4040
"conventional-changelog-eslint": "^6.0.0",

packages/cdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
1111
},
1212
"dependencies": {
13-
"aws-cdk-lib": "^2.187.0",
14-
"cdk-nag": "^2.35.62",
13+
"aws-cdk-lib": "^2.189.0",
14+
"cdk-nag": "^2.35.67",
1515
"constructs": "^10.4.2",
1616
"source-map-support": "^0.5.21"
1717
},

0 commit comments

Comments
 (0)