Skip to content

Commit f008081

Browse files
Bump @types/jest from 27.0.3 to 27.4.0 (#718)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.0.3 to 27.4.0. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39d1e67 commit f008081

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"workerpool": "^6.1.5"
4747
},
4848
"devDependencies": {
49-
"@types/jest": "^27.0.3",
49+
"@types/jest": "^27.4.0",
5050
"@types/workerpool": "^6.1.0",
5151
"@typescript-eslint/eslint-plugin": "^5.6.0",
5252
"@typescript-eslint/parser": "^5.6.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -906,10 +906,10 @@
906906
dependencies:
907907
"@types/istanbul-lib-report" "*"
908908

909-
"@types/jest@^27.0.3":
910-
version "27.0.3"
911-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a"
912-
integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==
909+
"@types/jest@^27.4.0":
910+
version "27.4.0"
911+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
912+
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
913913
dependencies:
914914
jest-diff "^27.0.0"
915915
pretty-format "^27.0.0"

0 commit comments

Comments
 (0)