Skip to content

Commit 68e5bdd

Browse files
authored
Merge branch 'next' into npalm/node24
2 parents 647ae24 + 6e88223 commit 68e5bdd

File tree

5 files changed

+138
-125
lines changed

5 files changed

+138
-125
lines changed

MAINTAINERS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Roles and responsibilities of the maintainers of the project.
44

55
## Maintainers
66

7-
| Name | GitHub | Affiliation |
8-
| ------------ | ------------- | ----------- |
9-
| Niek Palm | [@npalm] | Philips |
10-
| Koen de Laat | [@koendelaat] | Philips |
7+
| Name | GitHub | Affiliation |
8+
| ----------------- | ------------- | ---------------- |
9+
| Niek Palm | [@npalm] | Philips |
10+
| Koen de Laat | [@koendelaat] | Philips |
11+
| Guilherme Caulada | [@guicaulada] | Grafana Labs |
1112

1213
## Responsibilities
1314

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/express": "^5.0.3",
2424
"@types/node": "^22.19.0",
2525
"@vercel/ncc": "0.38.4",
26-
"body-parser": "^2.2.0",
26+
"body-parser": "^2.2.1",
2727
"express": "^5.1.0",
2828
"ts-node-dev": "^2.0.0"
2929
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/aws-lambda": "^8.10.155",
1919
"@types/node": "^22.19.0",
20-
"body-parser": "^2.2.0"
20+
"body-parser": "^2.2.1"
2121
},
2222
"dependencies": {
2323
"@aws-lambda-powertools/logger": "^2.28.1",

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@swc/core": "~1.15.0",
3333
"@swc/helpers": "~0.5.17",
3434
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
35-
"@typescript-eslint/eslint-plugin": "^8.46.0",
35+
"@typescript-eslint/eslint-plugin": "^8.47.0",
3636
"@typescript-eslint/parser": "^8.46.2",
3737
"@vitest/coverage-v8": "^4.0.5",
3838
"chalk": "^5.6.2",

0 commit comments

Comments
 (0)