Skip to content

Commit

Permalink
chore(deps): update dependency jest-mock-extended to v2 (#11963)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 30, 2021
1 parent a85ca58 commit 2c18fbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -256,7 +256,7 @@
"jest-extended": "0.11.5",
"jest-github-actions-reporter": "1.0.3",
"jest-junit": "12.3.0",
"jest-mock-extended": "1.0.18",
"jest-mock-extended": "2.0.4",
"jest-silent-reporter": "0.5.0",
"markdownlint-cli2": "0.3.1",
"mockdate": "3.0.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -5814,12 +5814,12 @@ jest-message-util@^27.2.2:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-mock-extended@1.0.18:
version "1.0.18"
resolved "https://registry.yarnpkg.com/jest-mock-extended/-/jest-mock-extended-1.0.18.tgz#27a40e882c09f8230243fc6765fe7285b03f2b4b"
integrity sha512-qf1n7lIa2dTxxPIBr+FlXrbj3hnV1sG9DPZsrr2H/8W+Jw0wt6OmeOQsPcjRuW8EXIECC9pDXsSIfEdn+HP7JQ==
jest-mock-extended@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/jest-mock-extended/-/jest-mock-extended-2.0.4.tgz#2bb430ba0adb9e10ea6a68d08731f2129330c8fe"
integrity sha512-MgL3B3GjURQFjjPGqbCANydA5BFNPygv0mYp4Tjfxohh9MWwxxX8Eq2p6ncCt/Vt+RAnaLlDaI7gwrDRD7Pt9A==
dependencies:
ts-essentials "^7.0.2"
ts-essentials "^7.0.3"

jest-mock@^27.1.1:
version "27.1.1"
Expand Down Expand Up @@ -9375,7 +9375,7 @@ trough@^1.0.0:
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==

ts-essentials@^7.0.2:
ts-essentials@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.3.tgz#686fd155a02133eedcc5362dc8b5056cde3e5a38"
integrity sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==
Expand Down

0 comments on commit 2c18fbf

Please sign in to comment.