Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 85b5aac

Browse files
authored
fix: update dependencies (#3867)
- Ingore major updates for dependencies not updatable (powertools, octokit/webhoks) - Update all dependencies - Regenerate lock file, due to coruption
1 parent 649ad35 commit 85b5aac

File tree

7 files changed

+1834
-2030
lines changed

7 files changed

+1834
-2030
lines changed

Diff for: lambdas/functions/ami-housekeeper/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
"typescript": "^5.4.5"
4747
},
4848
"nx": {
49-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
49+
"includedScripts": [
50+
"build",
51+
"dist",
52+
"format",
53+
"format-check",
54+
"start",
55+
"watch",
56+
"all"
57+
]
5058
}
5159
}

Diff for: lambdas/functions/control-plane/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
"typescript": "^5.4.5"
5252
},
5353
"nx": {
54-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
54+
"includedScripts": [
55+
"build",
56+
"dist",
57+
"format",
58+
"format-check",
59+
"start",
60+
"watch",
61+
"all"
62+
]
5563
}
5664
}

Diff for: lambdas/functions/gh-agent-syncer/package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"all": "yarn build && yarn format && yarn lint && yarn test"
1717
},
1818
"devDependencies": {
19-
"@octokit/rest": "^20.0.1",
2019
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
2120
"@types/aws-lambda": "^8.10.137",
2221
"@types/jest": "^29.5.12",
@@ -41,10 +40,19 @@
4140
"@aws-sdk/lib-storage": "^3.556.0",
4241
"@aws-sdk/types": "^3.433.0",
4342
"@middy/core": "^4.7.0",
43+
"@octokit/rest": "^20.0.1",
4444
"@terraform-aws-github-runner/aws-powertools-util": "*",
4545
"axios": "^1.6.8"
4646
},
4747
"nx": {
48-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
48+
"includedScripts": [
49+
"build",
50+
"dist",
51+
"format",
52+
"format-check",
53+
"start",
54+
"watch",
55+
"all"
56+
]
4957
}
5058
}

Diff for: lambdas/functions/termination-watcher/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
"typescript": "^5.4.5"
4343
},
4444
"nx": {
45-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
45+
"includedScripts": [
46+
"build",
47+
"dist",
48+
"format",
49+
"format-check",
50+
"start",
51+
"watch",
52+
"all"
53+
]
4654
}
4755
}

Diff for: lambdas/functions/webhook/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
4848
"aws-lambda": "^1.0.7"
4949
},
5050
"nx": {
51-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
51+
"includedScripts": [
52+
"build",
53+
"dist",
54+
"format",
55+
"format-check",
56+
"start",
57+
"watch",
58+
"all"
59+
]
5260
}
5361
}

Diff for: lambdas/libs/aws-ssm-util/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
"@terraform-aws-github-runner/aws-powertools-util": "*"
4242
},
4343
"nx": {
44-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
44+
"includedScripts": [
45+
"build",
46+
"dist",
47+
"format",
48+
"format-check",
49+
"start",
50+
"watch",
51+
"all"
52+
]
4553
}
4654
}

0 commit comments

Comments
 (0)