Skip to content

Commit 027ebce

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @types/jest from 27.0.1 to 27.0.2
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.1 to 27.0.2. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00c3720 commit 027ebce

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@commitlint/cli": "^13.1.0",
5050
"@commitlint/config-conventional": "^13.1.0",
5151
"@commitlint/prompt": "^13.1.0",
52-
"@types/jest": "^27.0.1",
52+
"@types/jest": "^27.0.2",
5353
"@typescript-eslint/eslint-plugin": "^4.31.2",
5454
"@typescript-eslint/parser": "^4.31.2",
5555
"arrify": "^2.0.1",

yarn.lock

+6-26
Original file line numberDiff line numberDiff line change
@@ -1682,10 +1682,10 @@
16821682
dependencies:
16831683
"@types/istanbul-lib-report" "*"
16841684

1685-
"@types/jest@^27.0.1":
1686-
version "27.0.1"
1687-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca"
1688-
integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==
1685+
"@types/jest@^27.0.2":
1686+
version "27.0.2"
1687+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
1688+
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
16891689
dependencies:
16901690
jest-diff "^27.0.0"
16911691
pretty-format "^27.0.0"
@@ -4414,17 +4414,7 @@ jest-config@^27.2.1:
44144414
micromatch "^4.0.4"
44154415
pretty-format "^27.2.0"
44164416

4417-
jest-diff@^27.0.0:
4418-
version "27.0.6"
4419-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.0.6.tgz#4a7a19ee6f04ad70e0e3388f35829394a44c7b5e"
4420-
integrity sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg==
4421-
dependencies:
4422-
chalk "^4.0.0"
4423-
diff-sequences "^27.0.6"
4424-
jest-get-type "^27.0.6"
4425-
pretty-format "^27.0.6"
4426-
4427-
jest-diff@^27.2.0:
4417+
jest-diff@^27.0.0, jest-diff@^27.2.0:
44284418
version "27.2.0"
44294419
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.0.tgz#bda761c360f751bab1e7a2fe2fc2b0a35ce8518c"
44304420
integrity sha512-QSO9WC6btFYWtRJ3Hac0sRrkspf7B01mGrrQEiCW6TobtViJ9RWL0EmOs/WnBsZDsI/Y2IoSHZA2x6offu0sYw==
@@ -5791,17 +5781,7 @@ pretty-format@^26.6.2:
57915781
ansi-styles "^4.0.0"
57925782
react-is "^17.0.1"
57935783

5794-
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.0.6:
5795-
version "27.0.6"
5796-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f"
5797-
integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==
5798-
dependencies:
5799-
"@jest/types" "^27.0.6"
5800-
ansi-regex "^5.0.0"
5801-
ansi-styles "^5.0.0"
5802-
react-is "^17.0.1"
5803-
5804-
pretty-format@^27.2.0:
5784+
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.2.0:
58055785
version "27.2.0"
58065786
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.0.tgz#ee37a94ce2a79765791a8649ae374d468c18ef19"
58075787
integrity sha512-KyJdmgBkMscLqo8A7K77omgLx5PWPiXJswtTtFV7XgVZv2+qPk6UivpXXO+5k6ZEbWIbLoKdx1pZ6ldINzbwTA==

0 commit comments

Comments
 (0)