Skip to content

Commit b13e494

Browse files
build(deps-dev): bump @types/jest from 27.0.2 to 27.0.3
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]>
1 parent df6a1ec commit b13e494

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@rollup/plugin-commonjs": "21.0.1",
7474
"@rollup/plugin-json": "^4.0.2",
7575
"@rollup/plugin-node-resolve": "13.0.6",
76-
"@types/jest": "^27.0.2",
76+
"@types/jest": "^27.0.3",
7777
"@types/prettier": "^2.2.3",
7878
"@typescript-eslint/eslint-plugin": "2.34.0",
7979
"@typescript-eslint/parser": "2.34.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,10 +1535,10 @@
15351535
dependencies:
15361536
"@types/istanbul-lib-report" "*"
15371537

1538-
"@types/jest@^27.0.2":
1539-
version "27.0.2"
1540-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
1541-
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
1538+
"@types/jest@^27.0.3":
1539+
version "27.0.3"
1540+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a"
1541+
integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==
15421542
dependencies:
15431543
jest-diff "^27.0.0"
15441544
pretty-format "^27.0.0"

0 commit comments

Comments
 (0)