Skip to content

Commit 3adcbba

Browse files
chore: Bump @types/jest in /modules/webhook/lambdas/webhook (#1466)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.2 to 27.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c38126 commit 3adcbba

File tree

2 files changed

+7
-43
lines changed

2 files changed

+7
-43
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@octokit/webhooks-definitions": "^3.67.3",
2020
"@types/aws-lambda": "^8.10.85",
2121
"@types/express": "^4.17.11",
22-
"@types/jest": "^27.0.1",
22+
"@types/jest": "^27.0.3",
2323
"@types/node": "^16.11.7",
2424
"@typescript-eslint/eslint-plugin": "^4.33.0",
2525
"@typescript-eslint/parser": "^4.33.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 6 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,17 +1111,6 @@
11111111
source-map "^0.6.1"
11121112
write-file-atomic "^3.0.0"
11131113

1114-
"@jest/types@^27.2.4":
1115-
version "27.2.4"
1116-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.4.tgz#2430042a66e00dc5b140c3636f4474d464c21ee8"
1117-
integrity sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==
1118-
dependencies:
1119-
"@types/istanbul-lib-coverage" "^2.0.0"
1120-
"@types/istanbul-reports" "^3.0.0"
1121-
"@types/node" "*"
1122-
"@types/yargs" "^16.0.0"
1123-
chalk "^4.0.0"
1124-
11251114
"@jest/types@^27.2.5":
11261115
version "27.2.5"
11271116
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
@@ -1409,10 +1398,10 @@
14091398
dependencies:
14101399
"@types/istanbul-lib-report" "*"
14111400

1412-
"@types/jest@^27.0.1":
1413-
version "27.0.2"
1414-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
1415-
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
1401+
"@types/jest@^27.0.3":
1402+
version "27.0.3"
1403+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a"
1404+
integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==
14161405
dependencies:
14171406
jest-diff "^27.0.0"
14181407
pretty-format "^27.0.0"
@@ -3052,17 +3041,7 @@ jest-config@^27.3.1:
30523041
micromatch "^4.0.4"
30533042
pretty-format "^27.3.1"
30543043

3055-
jest-diff@^27.0.0:
3056-
version "27.2.4"
3057-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.4.tgz#171c51d3d2c105c457100fee6e7bf7cee51c8d8c"
3058-
integrity sha512-bLAVlDSCR3gqUPGv+4nzVpEXGsHh98HjUL7Vb2hVyyuBDoQmja8eJb0imUABsuxBeUVmf47taJSAd9nDrwWKEg==
3059-
dependencies:
3060-
chalk "^4.0.0"
3061-
diff-sequences "^27.0.6"
3062-
jest-get-type "^27.0.6"
3063-
pretty-format "^27.2.4"
3064-
3065-
jest-diff@^27.3.1:
3044+
jest-diff@^27.0.0, jest-diff@^27.3.1:
30663045
version "27.3.1"
30673046
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.3.1.tgz#d2775fea15411f5f5aeda2a5e02c2f36440f6d55"
30683047
integrity sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==
@@ -3115,11 +3094,6 @@ jest-environment-node@^27.3.1:
31153094
jest-mock "^27.3.0"
31163095
jest-util "^27.3.1"
31173096

3118-
jest-get-type@^27.0.6:
3119-
version "27.0.6"
3120-
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
3121-
integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
3122-
31233097
jest-get-type@^27.3.1:
31243098
version "27.3.1"
31253099
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.3.1.tgz#a8a2b0a12b50169773099eee60a0e6dd11423eff"
@@ -3873,17 +3847,7 @@ [email protected]:
38733847
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
38743848
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
38753849

3876-
pretty-format@^27.0.0, pretty-format@^27.2.4:
3877-
version "27.2.4"
3878-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.4.tgz#08ea39c5eab41b082852d7093059a091f6ddc748"
3879-
integrity sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg==
3880-
dependencies:
3881-
"@jest/types" "^27.2.4"
3882-
ansi-regex "^5.0.1"
3883-
ansi-styles "^5.0.0"
3884-
react-is "^17.0.1"
3885-
3886-
pretty-format@^27.3.1:
3850+
pretty-format@^27.0.0, pretty-format@^27.3.1:
38873851
version "27.3.1"
38883852
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.3.1.tgz#7e9486365ccdd4a502061fa761d3ab9ca1b78df5"
38893853
integrity sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==

0 commit comments

Comments
 (0)