Skip to content

Commit e825129

Browse files
chore: update dependency @types/jest to v27.0.2 (#2769)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fade927 commit e825129

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@babel/core": "^7.12.10",
8787
"@babel/preset-env": "^7.12.11",
8888
"@lerna/project": "4.0.0",
89-
"@types/jest": "27.0.1",
89+
"@types/jest": "27.0.2",
9090
"@types/node": "12.20.25",
9191
"@typescript-eslint/eslint-plugin": "^4.1.0",
9292
"@typescript-eslint/parser": "^4.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2585,10 +2585,10 @@
25852585
dependencies:
25862586
"@types/istanbul-lib-report" "*"
25872587

2588-
"@types/[email protected].1":
2589-
version "27.0.1"
2590-
resolved "https://registry.npmjs.org/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca"
2591-
integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==
2588+
"@types/[email protected].2":
2589+
version "27.0.2"
2590+
resolved "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
2591+
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
25922592
dependencies:
25932593
jest-diff "^27.0.0"
25942594
pretty-format "^27.0.0"

0 commit comments

Comments
 (0)