Skip to content

Commit 912218e

Browse files
chore(deps-dev): bump @types/jest from 27.0.2 to 27.0.3 (#1089)
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 2fb37ca commit 912218e

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
@@ -19,7 +19,7 @@
1919
"@rollup/plugin-json": "^4.1.0",
2020
"@rollup/plugin-node-resolve": "^13.0.6",
2121
"@rollup/plugin-replace": "^3.0.0",
22-
"@types/jest": "27.0.2",
22+
"@types/jest": "27.0.3",
2323
"@types/node": "16.11.7",
2424
"@types/pretty": "^2.0.0",
2525
"@vue/babel-plugin-jsx": "^1.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,10 +1499,10 @@
14991499
dependencies:
15001500
"@types/istanbul-lib-report" "*"
15011501

1502-
"@types/[email protected].2":
1503-
version "27.0.2"
1504-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
1505-
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
1502+
"@types/[email protected].3":
1503+
version "27.0.3"
1504+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a"
1505+
integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==
15061506
dependencies:
15071507
jest-diff "^27.0.0"
15081508
pretty-format "^27.0.0"

0 commit comments

Comments
 (0)