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

Commit 890a14e

Browse files
chore(lambda): bump @types/jest from 29.5.11 to 29.5.12 in /lambdas (#3795)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.11 to 29.5.12. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.11&new-version=29.5.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6159263 commit 890a14e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

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

+1-1
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",

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

+1-1
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",

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

+1-1
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",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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",

Diff for: lambdas/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3620,10 +3620,10 @@
36203620
expect "^28.0.0"
36213621
pretty-format "^28.0.0"
36223622

3623-
"@types/jest@^29.5.6":
3624-
version "29.5.11"
3625-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c"
3626-
integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==
3623+
"@types/jest@^29.5.12":
3624+
version "29.5.12"
3625+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
3626+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
36273627
dependencies:
36283628
expect "^29.0.0"
36293629
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)