Skip to content

Commit 237b12f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/octokit-3625366657
2 parents 35da1b2 + 8b843ad commit 237b12f

File tree

8 files changed

+20
-48
lines changed

8 files changed

+20
-48
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# change docs via PR in case of locked main branch
3030
- name: Create Pull Request (main branch only)
3131
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
32-
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # ratchet:peter-evans/[email protected].0
32+
uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # ratchet:peter-evans/[email protected].1
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
commit-message: "docs: auto update terraform docs"

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.2.1",
2020
"@types/aws-lambda": "^8.10.134",
21-
"@types/jest": "^29.5.6",
21+
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^6.15.0",
2424
"@typescript-eslint/parser": "^6.21.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.2.1",
2020
"@types/aws-lambda": "^8.10.134",
21-
"@types/jest": "^29.5.6",
21+
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^6.15.0",
2424
"@typescript-eslint/parser": "^6.21.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@octokit/rest": "^20.0.1",
2020
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
2121
"@types/aws-lambda": "^8.10.134",
22-
"@types/jest": "^29.5.6",
22+
"@types/jest": "^29.5.12",
2323
"@types/node": "^20.8.9",
2424
"@types/request": "^2.48.11",
2525
"@typescript-eslint/eslint-plugin": "^6.15.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.2.1",
2121
"@types/aws-lambda": "^8.10.134",
2222
"@types/express": "^4.17.21",
23-
"@types/jest": "^29.5.6",
23+
"@types/jest": "^29.5.12",
2424
"@types/node": "^20.8.9",
2525
"@typescript-eslint/eslint-plugin": "^6.15.0",
2626
"@typescript-eslint/parser": "^6.21.0",
2727
"@vercel/ncc": "0.38.1",
2828
"body-parser": "^1.20.2",
2929
"eslint": "^8.56.0",
3030
"eslint-plugin-prettier": "5.1.2",
31-
"express": "^4.18.2",
31+
"express": "^4.18.3",
3232
"jest": "^29.5",
3333
"jest-mock": "^29.5.0",
3434
"nock": "^13.4.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
1919
"@types/aws-lambda": "^8.10.134",
2020
"@types/express": "^4.17.21",
21-
"@types/jest": "^29.5.6",
21+
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^6.15.0",
2424
"@typescript-eslint/parser": "^6.21.0",
2525
"@vercel/ncc": "0.38.1",
2626
"body-parser": "^1.20.2",
2727
"eslint": "^8.56.0",
2828
"eslint-plugin-prettier": "5.1.2",
29-
"express": "^4.18.2",
29+
"express": "^4.18.3",
3030
"jest": "^29.5",
3131
"jest-mock": "^29.5.0",
3232
"nock": "^13.4.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@trivago/prettier-plugin-sort-imports": "^4.2.1",
1919
"@types/aws-lambda": "^8.10.134",
2020
"@types/express": "^4.17.21",
21-
"@types/jest": "^29.5.6",
21+
"@types/jest": "^29.5.12",
2222
"@types/node": "^20.8.9",
2323
"@typescript-eslint/eslint-plugin": "^6.15.0",
2424
"@typescript-eslint/parser": "^6.21.0",
2525
"@vercel/ncc": "0.38.1",
2626
"body-parser": "^1.20.2",
2727
"eslint": "^8.56.0",
2828
"eslint-plugin-prettier": "5.1.2",
29-
"express": "^4.18.2",
29+
"express": "^4.18.3",
3030
"jest": "^29.5",
3131
"jest-mock": "^29.5.0",
3232
"nock": "^13.4.0",

lambdas/yarn.lock

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3627,10 +3627,10 @@
36273627
expect "^28.0.0"
36283628
pretty-format "^28.0.0"
36293629

3630-
"@types/jest@^29.5.6":
3631-
version "29.5.11"
3632-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c"
3633-
integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==
3630+
"@types/jest@^29.5.12":
3631+
version "29.5.12"
3632+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
3633+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
36343634
dependencies:
36353635
expect "^29.0.0"
36363636
pretty-format "^29.0.0"
@@ -4208,25 +4208,7 @@ bl@^4.0.3:
42084208
inherits "^2.0.4"
42094209
readable-stream "^3.4.0"
42104210

4211-
4212-
version "1.20.1"
4213-
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz"
4214-
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
4215-
dependencies:
4216-
bytes "3.1.2"
4217-
content-type "~1.0.4"
4218-
debug "2.6.9"
4219-
depd "2.0.0"
4220-
destroy "1.2.0"
4221-
http-errors "2.0.0"
4222-
iconv-lite "0.4.24"
4223-
on-finished "2.4.1"
4224-
qs "6.11.0"
4225-
raw-body "2.5.1"
4226-
type-is "~1.6.18"
4227-
unpipe "1.0.0"
4228-
4229-
body-parser@^1.20.2:
4211+
[email protected], body-parser@^1.20.2:
42304212
version "1.20.2"
42314213
resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz"
42324214
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
@@ -5063,14 +5045,14 @@ expect@^29.0.0, expect@^29.7.0:
50635045
jest-message-util "^29.7.0"
50645046
jest-util "^29.7.0"
50655047

5066-
express@^4.18.2:
5067-
version "4.18.2"
5068-
resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz"
5069-
integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==
5048+
express@^4.18.3:
5049+
version "4.18.3"
5050+
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
5051+
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
50705052
dependencies:
50715053
accepts "~1.3.8"
50725054
array-flatten "1.1.1"
5073-
body-parser "1.20.1"
5055+
body-parser "1.20.2"
50745056
content-disposition "0.5.4"
50755057
content-type "~1.0.4"
50765058
cookie "0.5.0"
@@ -7023,16 +7005,6 @@ range-parser@~1.2.1:
70237005
resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
70247006
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
70257007

7026-
7027-
version "2.5.1"
7028-
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"
7029-
integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==
7030-
dependencies:
7031-
bytes "3.1.2"
7032-
http-errors "2.0.0"
7033-
iconv-lite "0.4.24"
7034-
unpipe "1.0.0"
7035-
70367008
70377009
version "2.5.2"
70387010
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz"

0 commit comments

Comments
 (0)