Skip to content

Commit cd57bb6

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/swc/core-1.7.40
2 parents 15abf97 + cf45413 commit cd57bb6

File tree

9 files changed

+74
-33
lines changed

9 files changed

+74
-33
lines changed

.github/workflows/codeql.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: "CodeQL Advanced"
2+
3+
on:
4+
push:
5+
branches: [ "main", "develop", "v1" ]
6+
pull_request:
7+
branches: [ "main", "develop", "v1" ]
8+
paths-ignore:
9+
- '**/*.md'
10+
schedule:
11+
- cron: '25 19 * * 2'
12+
13+
jobs:
14+
analyze:
15+
name: Analyze (${{ matrix.language }})
16+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
17+
permissions:
18+
# required for all workflows
19+
security-events: write
20+
21+
strategy:
22+
fail-fast: false
23+
matrix:
24+
include:
25+
- language: javascript-typescript
26+
build-mode: none
27+
steps:
28+
- name: Checkout repository
29+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
30+
31+
# Initializes the CodeQL tools for scanning.
32+
- name: Initialize CodeQL
33+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
34+
with:
35+
languages: ${{ matrix.language }}
36+
build-mode: ${{ matrix.build-mode }}
37+
38+
- name: Perform CodeQL Analysis
39+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
40+
with:
41+
category: "/language:${{matrix.language}}"

lambdas/functions/ami-housekeeper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
21-
"@types/jest": "^29.5.12",
21+
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.11.0",

lambdas/functions/control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
21-
"@types/jest": "^29.5.12",
21+
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.11.0",

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
21-
"@types/jest": "^29.5.12",
21+
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.5.4",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.9.0",

lambdas/functions/termination-watcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.145",
19-
"@types/jest": "^29.5.12",
19+
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.5.4",
2121
"@typescript-eslint/eslint-plugin": "^8.9.0",
2222
"@typescript-eslint/parser": "^8.11.0",

lambdas/functions/webhook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2121
"@types/aws-lambda": "^8.10.145",
2222
"@types/express": "^4.17.21",
23-
"@types/jest": "^29.5.12",
23+
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.5.4",
2525
"@typescript-eslint/eslint-plugin": "^8.9.0",
2626
"@typescript-eslint/parser": "^8.11.0",
2727
"@vercel/ncc": "0.38.1",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",
3030
"eslint-plugin-prettier": "5.2.1",
31-
"express": "^4.20.0",
31+
"express": "^4.21.1",
3232
"jest": "^29.7.0",
3333
"jest-mock": "^29.7.0",
3434
"nock": "^13.5.4",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
20-
"@types/jest": "^29.5.12",
20+
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.5.4",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.11.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",
28-
"express": "^4.20.0",
28+
"express": "^4.21.1",
2929
"jest": "^29.7.0",
3030
"jest-mock": "^29.7.0",
3131
"nock": "^13.5.4",

lambdas/libs/aws-ssm-util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
20-
"@types/jest": "^29.5.12",
20+
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.5.4",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.11.0",
2424
"@vercel/ncc": "0.38.1",
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",
28-
"express": "^4.20.0",
28+
"express": "^4.21.1",
2929
"jest": "^29.7.0",
3030
"jest-mock": "^29.7.0",
3131
"nock": "^13.5.4",

lambdas/yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ __metadata:
108108
"@aws-sdk/types": "npm:^3.664.0"
109109
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
110110
"@types/aws-lambda": "npm:^8.10.145"
111-
"@types/jest": "npm:^29.5.12"
111+
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.5.4"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114114
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -140,7 +140,7 @@ __metadata:
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.145"
142142
"@types/express": "npm:^4.17.21"
143-
"@types/jest": "npm:^29.5.12"
143+
"@types/jest": "npm:^29.5.14"
144144
"@types/node": "npm:^22.5.4"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146146
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -149,7 +149,7 @@ __metadata:
149149
body-parser: "npm:^1.20.3"
150150
eslint: "npm:^8.57.0"
151151
eslint-plugin-prettier: "npm:5.2.1"
152-
express: "npm:^4.20.0"
152+
express: "npm:^4.21.1"
153153
jest: "npm:^29.7.0"
154154
jest-mock: "npm:^29.7.0"
155155
nock: "npm:^13.5.4"
@@ -170,15 +170,15 @@ __metadata:
170170
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
171171
"@types/aws-lambda": "npm:^8.10.145"
172172
"@types/express": "npm:^4.17.21"
173-
"@types/jest": "npm:^29.5.12"
173+
"@types/jest": "npm:^29.5.14"
174174
"@types/node": "npm:^22.5.4"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176176
"@typescript-eslint/parser": "npm:^8.11.0"
177177
"@vercel/ncc": "npm:0.38.1"
178178
body-parser: "npm:^1.20.3"
179179
eslint: "npm:^8.57.0"
180180
eslint-plugin-prettier: "npm:5.2.1"
181-
express: "npm:^4.20.0"
181+
express: "npm:^4.21.1"
182182
jest: "npm:^29.7.0"
183183
jest-mock: "npm:^29.7.0"
184184
nock: "npm:^13.5.4"
@@ -207,7 +207,7 @@ __metadata:
207207
"@octokit/types": "npm:^13.6.1"
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209209
"@types/aws-lambda": "npm:^8.10.145"
210-
"@types/jest": "npm:^29.5.12"
210+
"@types/jest": "npm:^29.5.14"
211211
"@types/node": "npm:^22.5.4"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213213
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -242,7 +242,7 @@ __metadata:
242242
"@octokit/rest": "npm:20.1.1"
243243
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
244244
"@types/aws-lambda": "npm:^8.10.145"
245-
"@types/jest": "npm:^29.5.12"
245+
"@types/jest": "npm:^29.5.14"
246246
"@types/node": "npm:^22.5.4"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
@@ -272,7 +272,7 @@ __metadata:
272272
"@middy/core": "npm:^4.7.0"
273273
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
274274
"@types/aws-lambda": "npm:^8.10.145"
275-
"@types/jest": "npm:^29.5.12"
275+
"@types/jest": "npm:^29.5.14"
276276
"@types/node": "npm:^22.5.4"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278278
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -308,7 +308,7 @@ __metadata:
308308
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
309309
"@types/aws-lambda": "npm:^8.10.145"
310310
"@types/express": "npm:^4.17.21"
311-
"@types/jest": "npm:^29.5.12"
311+
"@types/jest": "npm:^29.5.14"
312312
"@types/node": "npm:^22.5.4"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
314314
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -317,7 +317,7 @@ __metadata:
317317
body-parser: "npm:^1.20.3"
318318
eslint: "npm:^8.57.0"
319319
eslint-plugin-prettier: "npm:5.2.1"
320-
express: "npm:^4.20.0"
320+
express: "npm:^4.21.1"
321321
jest: "npm:^29.7.0"
322322
jest-mock: "npm:^29.7.0"
323323
nock: "npm:^13.5.4"
@@ -5636,13 +5636,13 @@ __metadata:
56365636
languageName: node
56375637
linkType: hard
56385638

5639-
"@types/jest@npm:^29.5.12":
5640-
version: 29.5.12
5641-
resolution: "@types/jest@npm:29.5.12"
5639+
"@types/jest@npm:^29.5.14":
5640+
version: 29.5.14
5641+
resolution: "@types/jest@npm:29.5.14"
56425642
dependencies:
56435643
expect: "npm:^29.0.0"
56445644
pretty-format: "npm:^29.0.0"
5645-
checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
5645+
checksum: 10c0/18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed
56465646
languageName: node
56475647
linkType: hard
56485648

@@ -7001,10 +7001,10 @@ __metadata:
70017001
languageName: node
70027002
linkType: hard
70037003

7004-
"cookie@npm:0.6.0":
7005-
version: 0.6.0
7006-
resolution: "cookie@npm:0.6.0"
7007-
checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
7004+
"cookie@npm:0.7.1":
7005+
version: 0.7.1
7006+
resolution: "cookie@npm:0.7.1"
7007+
checksum: 10c0/5de60c67a410e7c8dc8a46a4b72eb0fe925871d057c9a5d2c0e8145c4270a4f81076de83410c4d397179744b478e33cd80ccbcc457abf40a9409ad27dcd21dde
70087008
languageName: node
70097009
linkType: hard
70107010

@@ -7654,16 +7654,16 @@ __metadata:
76547654
languageName: node
76557655
linkType: hard
76567656

7657-
"express@npm:^4.20.0":
7658-
version: 4.21.0
7659-
resolution: "express@npm:4.21.0"
7657+
"express@npm:^4.21.1":
7658+
version: 4.21.1
7659+
resolution: "express@npm:4.21.1"
76607660
dependencies:
76617661
accepts: "npm:~1.3.8"
76627662
array-flatten: "npm:1.1.1"
76637663
body-parser: "npm:1.20.3"
76647664
content-disposition: "npm:0.5.4"
76657665
content-type: "npm:~1.0.4"
7666-
cookie: "npm:0.6.0"
7666+
cookie: "npm:0.7.1"
76677667
cookie-signature: "npm:1.0.6"
76687668
debug: "npm:2.6.9"
76697669
depd: "npm:2.0.0"
@@ -7689,7 +7689,7 @@ __metadata:
76897689
type-is: "npm:~1.6.18"
76907690
utils-merge: "npm:1.0.1"
76917691
vary: "npm:~1.1.2"
7692-
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
7692+
checksum: 10c0/0c287867e5f6129d3def1edd9b63103a53c40d4dc8628839d4b6827e35eb8f0de5a4656f9d85f4457eba584f9871ebb2ad26c750b36bd75d9bbb8bcebdc4892c
76937693
languageName: node
76947694
linkType: hard
76957695

0 commit comments

Comments
 (0)