Skip to content

Commit 840ed30

Browse files
3081: chore(deps): Bump jest-environment-jsdom from 29.0.3 to 29.1.2 in /taker-frontend r=klochowicz a=dependabot[bot] Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.0.3 to 29.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/releases">jest-environment-jsdom's releases</a>.</em></p> <blockquote> <h2>v29.1.2</h2> <h2>Fixes</h2> <ul> <li><code>[expect, `@jest/expect]</code>` Revert buggy inference of argument types for <code>*CalledWith</code> and <code>*ReturnedWith</code> matchers introduced in 29.1.0 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13339">#13339</a>)</li> <li><code>[jest-worker]</code> Add missing dependency on <code>jest-util</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13341">#13341</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brunocabral88"><code>`@​brunocabral88</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13329">facebook/jest#13329</a></li> <li><a href="https://github.com/alexander-akait"><code>`@​alexander-akait</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13341">facebook/jest#13341</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.1.1...v29.1.2">https://github.com/facebook/jest/compare/v29.1.1...v29.1.2</a></p> <h2>v29.1.1</h2> <h2>Fixes</h2> <ul> <li><code>[jest-mock]</code> Revert <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13145">#13145</a> which broke mocking of transpiled ES modules</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/facebook/jest/compare/v29.1.0...v29.1.1">https://github.com/facebook/jest/compare/v29.1.0...v29.1.1</a></p> <h2>v29.1.0</h2> <h2>Features</h2> <ul> <li><code>[expect, `@jest/expect]</code>` support type inference for function parameters in <code>CalledWith</code> assertions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13268">#13268</a>)</li> <li><code>[expect, `@jest/expect]</code>` Infer type of <code>*ReturnedWith</code> matchers argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13278">#13278</a>)</li> <li><code>[`@jest/environment,` jest-runtime]</code> Allow <code>jest.requireActual</code> and <code>jest.requireMock</code> to take a type argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13253">#13253</a>)</li> <li><code>[`@jest/environment]</code>` Allow <code>jest.mock</code> and <code>jest.doMock</code> to take a type argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13254">#13254</a>)</li> <li><code>[`@jest/fake-timers]</code>` Add <code>jest.now()</code> to return the current fake clock time (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13244">#13244</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13246">#13246</a>)</li> <li><code>[`@jest/mock]</code>` Add <code>withImplementation</code> method for temporarily overriding a mock (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13281">#13281</a>)</li> <li><code>[expect]</code> Export <code>toThrow*</code> matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13328">#13328</a>)</li> </ul> <h2>Fixes</h2> <ul> <li><code>[jest-circus, jest-jasmine2]</code> Fix error messages for Node's <code>assert.throes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13322">#13322</a>)</li> <li><code>[jest-haste-map]</code> Remove <code>__proto__</code> usage (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13256">#13256</a>)</li> <li><code>[jest-mock]</code> Improve <code>spyOn</code> typings to handle optional properties (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13247">#13247</a>)</li> <li><code>[jest-mock]</code> Fix mocking of getters and setters on classes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13145">#13145</a>)</li> <li><code>[jest-snapshot]</code> Throw useful error when an array is passed as property matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13263">#13263</a>)</li> <li><code>[jest-snapshot]</code> Prioritize parser used in the project (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13323">#13323</a>)</li> <li><code>[jest-transform]</code> Attempt to work around issues with atomic writes on Windows (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11423">#11423</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fzn0x"><code>`@​fzn0x</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13234">facebook/jest#13234</a></li> <li><a href="https://github.com/guimard"><code>`@​guimard</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13256">facebook/jest#13256</a></li> <li><a href="https://github.com/weidehai"><code>`@​weidehai</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13270">facebook/jest#13270</a></li> <li><a href="https://github.com/kettanaito"><code>`@​kettanaito</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/12871">facebook/jest#12871</a></li> <li><a href="https://github.com/royhadad"><code>`@​royhadad</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13279">facebook/jest#13279</a></li> <li><a href="https://github.com/ghiscoding"><code>`@​ghiscoding</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13290">facebook/jest#13290</a></li> <li><a href="https://github.com/paulreece"><code>`@​paulreece</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13311">facebook/jest#13311</a></li> <li><a href="https://github.com/jeppester"><code>`@​jeppester</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13281">facebook/jest#13281</a></li> <li><a href="https://github.com/sashashura"><code>`@​sashashura</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13324">facebook/jest#13324</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/jest/blob/main/CHANGELOG.md">jest-environment-jsdom's changelog</a>.</em></p> <blockquote> <h2>29.1.2</h2> <h3>Fixes</h3> <ul> <li><code>[expect, `@jest/expect]</code>` Revert buggy inference of argument types for <code>*CalledWith</code> and <code>*ReturnedWith</code> matchers introduced in 29.1.0 (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13339">#13339</a>)</li> <li><code>[jest-worker]</code> Add missing dependency on <code>jest-util</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13341">#13341</a>)</li> </ul> <h2>29.1.1</h2> <h3>Fixes</h3> <ul> <li><code>[jest-mock]</code> Revert <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13145">#13145</a> which broke mocking of transpiled ES modules</li> </ul> <h2>29.1.0</h2> <h3>Features</h3> <ul> <li><code>[expect, `@jest/expect]</code>` Support type inference for function parameters in <code>CalledWith</code> assertions (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13268">#13268</a>)</li> <li><code>[expect, `@jest/expect]</code>` Infer type of <code>*ReturnedWith</code> matchers argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13278">#13278</a>)</li> <li><code>[`@jest/environment,` jest-runtime]</code> Allow <code>jest.requireActual</code> and <code>jest.requireMock</code> to take a type argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13253">#13253</a>)</li> <li><code>[`@jest/environment]</code>` Allow <code>jest.mock</code> and <code>jest.doMock</code> to take a type argument (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13254">#13254</a>)</li> <li><code>[`@jest/fake-timers]</code>` Add <code>jest.now()</code> to return the current fake clock time (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13244">#13244</a>, <a href="https://github-redirect.dependabot.com/facebook/jest/pull/13246">#13246</a>)</li> <li><code>[`@jest/mock]</code>` Add <code>withImplementation</code> method for temporarily overriding a mock (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13281">#13281</a>)</li> <li><code>[expect]</code> Export <code>toThrow*</code> matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13328">#13328</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><code>[jest-circus, jest-jasmine2]</code> Fix error messages for Node's <code>assert.throes</code> (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13322">#13322</a>)</li> <li><code>[jest-haste-map]</code> Remove <code>__proto__</code> usage (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13256">#13256</a>)</li> <li><code>[jest-mock]</code> Improve <code>spyOn</code> typings to handle optional properties (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13247">#13247</a>)</li> <li><code>[jest-mock]</code> Fix mocking of getters and setters on classes (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13145">#13145</a>)</li> <li><code>[jest-snapshot]</code> Throw useful error when an array is passed as property matchers (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13263">#13263</a>)</li> <li><code>[jest-snapshot]</code> Prioritize parser used in the project (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/13323">#13323</a>)</li> <li><code>[jest-transform]</code> Attempt to work around issues with atomic writes on Windows (<a href="https://github-redirect.dependabot.com/facebook/jest/pull/11423">#11423</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/jest/commit/3c31dd619e8c022cde53f40fa12ea2a67f4752ce"><code>3c31dd6</code></a> v29.1.2</li> <li><a href="https://github.com/facebook/jest/commit/fd9cd900ad0904421a3d97661fdc3337194da1f9"><code>fd9cd90</code></a> v29.1.1</li> <li><a href="https://github.com/facebook/jest/commit/51f10300daf90db003a1749ceaed1084c4f74811"><code>51f1030</code></a> v29.1.0</li> <li>See full diff in <a href="https://github.com/facebook/jest/commits/v29.1.2/packages/jest-environment-jsdom">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-environment-jsdom&package-manager=npm_and_yarn&previous-version=29.0.3&new-version=29.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 643a789 + 3bfaefa commit 840ed30

File tree

2 files changed

+14
-71
lines changed

2 files changed

+14
-71
lines changed

taker-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"file-saver": "^2.0.5",
3636
"framer-motion": "^7.5.0",
3737
"jest": "^29.1.2",
38-
"jest-environment-jsdom": "^29.0.3",
38+
"jest-environment-jsdom": "^29.1.2",
3939
"npm-package-json-lint": "^6.3.0",
4040
"qrcode.react": "^3.1.0",
4141
"react": "^18.2.0",

taker-frontend/yarn.lock

+13-70
Original file line numberDiff line numberDiff line change
@@ -2350,16 +2350,6 @@
23502350
slash "^3.0.0"
23512351
strip-ansi "^6.0.0"
23522352

2353-
"@jest/environment@^29.0.3":
2354-
version "29.0.3"
2355-
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.0.3.tgz#7745ec30a954e828e8cc6df6a13280d3b51d8f35"
2356-
integrity sha512-iKl272NKxYNQNqXMQandAIwjhQaGw5uJfGXduu8dS9llHi8jV2ChWrtOAVPnMbaaoDhnI3wgUGNDvZgHeEJQCA==
2357-
dependencies:
2358-
"@jest/fake-timers" "^29.0.3"
2359-
"@jest/types" "^29.0.3"
2360-
"@types/node" "*"
2361-
jest-mock "^29.0.3"
2362-
23632353
"@jest/environment@^29.1.2":
23642354
version "29.1.2"
23652355
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.1.2.tgz#bb51a43fce9f960ba9a48f0b5b556f30618ebc0a"
@@ -2385,18 +2375,6 @@
23852375
expect "^29.1.2"
23862376
jest-snapshot "^29.1.2"
23872377

2388-
"@jest/fake-timers@^29.0.3":
2389-
version "29.0.3"
2390-
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.0.3.tgz#ad5432639b715d45a86a75c47fd75019bc36b22c"
2391-
integrity sha512-tmbUIo03x0TdtcZCESQ0oQSakPCpo7+s6+9mU19dd71MptkP4zCwoeZqna23//pgbhtT1Wq02VmA9Z9cNtvtCQ==
2392-
dependencies:
2393-
"@jest/types" "^29.0.3"
2394-
"@sinonjs/fake-timers" "^9.1.2"
2395-
"@types/node" "*"
2396-
jest-message-util "^29.0.3"
2397-
jest-mock "^29.0.3"
2398-
jest-util "^29.0.3"
2399-
24002378
"@jest/fake-timers@^29.1.2":
24012379
version "29.1.2"
24022380
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.1.2.tgz#f157cdf23b4da48ce46cb00fea28ed1b57fc271a"
@@ -2507,7 +2485,7 @@
25072485
slash "^3.0.0"
25082486
write-file-atomic "^4.0.1"
25092487

2510-
"@jest/types@^29.0.3", "@jest/types@^29.1.2":
2488+
"@jest/types@^29.1.2":
25112489
version "29.1.2"
25122490
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a"
25132491
integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg==
@@ -2866,7 +2844,7 @@
28662844
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
28672845
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
28682846

2869-
"@types/node@*", "@types/node@^18.7.23":
2847+
"@types/node@*":
28702848
version "18.7.23"
28712849
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
28722850
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
@@ -5078,18 +5056,18 @@ jest-each@^29.1.2:
50785056
jest-util "^29.1.2"
50795057
pretty-format "^29.1.2"
50805058

5081-
jest-environment-jsdom@^29.0.3:
5082-
version "29.0.3"
5083-
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.0.3.tgz#0c6ee841133dd6acbe957bceaceea93b7ec60ca9"
5084-
integrity sha512-KIGvpm12c71hoYTjL4wC2c8K6KfhOHJqJtaHc1IApu5rG047YWZoEP13BlbucWfzGISBrmli8KFqdhdQEa8Wnw==
5059+
jest-environment-jsdom@^29.1.2:
5060+
version "29.1.2"
5061+
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.1.2.tgz#59c5d7c53c999e1518cc2f1cd4ee19ab4b68eb68"
5062+
integrity sha512-D+XNIKia5+uDjSMwL/G1l6N9MCb7LymKI8FpcLo7kkISjc/Sa9w+dXXEa7u1Wijo3f8sVLqfxdGqYtRhmca+Xw==
50855063
dependencies:
5086-
"@jest/environment" "^29.0.3"
5087-
"@jest/fake-timers" "^29.0.3"
5088-
"@jest/types" "^29.0.3"
5064+
"@jest/environment" "^29.1.2"
5065+
"@jest/fake-timers" "^29.1.2"
5066+
"@jest/types" "^29.1.2"
50895067
"@types/jsdom" "^20.0.0"
50905068
"@types/node" "*"
5091-
jest-mock "^29.0.3"
5092-
jest-util "^29.0.3"
5069+
jest-mock "^29.1.2"
5070+
jest-util "^29.1.2"
50935071
jsdom "^20.0.0"
50945072

50955073
jest-environment-node@^29.1.2:
@@ -5146,21 +5124,6 @@ jest-matcher-utils@^29.1.2:
51465124
jest-get-type "^29.0.0"
51475125
pretty-format "^29.1.2"
51485126

5149-
jest-message-util@^29.0.3:
5150-
version "29.0.3"
5151-
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.0.3.tgz#f0254e1ffad21890c78355726202cc91d0a40ea8"
5152-
integrity sha512-7T8JiUTtDfppojosORAflABfLsLKMLkBHSWkjNQrjIltGoDzNGn7wEPOSfjqYAGTYME65esQzMJxGDjuLBKdOg==
5153-
dependencies:
5154-
"@babel/code-frame" "^7.12.13"
5155-
"@jest/types" "^29.0.3"
5156-
"@types/stack-utils" "^2.0.0"
5157-
chalk "^4.0.0"
5158-
graceful-fs "^4.2.9"
5159-
micromatch "^4.0.4"
5160-
pretty-format "^29.0.3"
5161-
slash "^3.0.0"
5162-
stack-utils "^2.0.3"
5163-
51645127
jest-message-util@^29.1.2:
51655128
version "29.1.2"
51665129
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.1.2.tgz#c21a33c25f9dc1ebfcd0f921d89438847a09a501"
@@ -5176,14 +5139,6 @@ jest-message-util@^29.1.2:
51765139
slash "^3.0.0"
51775140
stack-utils "^2.0.3"
51785141

5179-
jest-mock@^29.0.3:
5180-
version "29.0.3"
5181-
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.3.tgz#4f0093f6a9cb2ffdb9c44a07a3912f0c098c8de9"
5182-
integrity sha512-ort9pYowltbcrCVR43wdlqfAiFJXBx8l4uJDsD8U72LgBcetvEp+Qxj1W9ZYgMRoeAo+ov5cnAGF2B6+Oth+ww==
5183-
dependencies:
5184-
"@jest/types" "^29.0.3"
5185-
"@types/node" "*"
5186-
51875142
jest-mock@^29.1.2:
51885143
version "29.1.2"
51895144
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.1.2.tgz#de47807edbb9d4abf8423f1d8d308d670105678c"
@@ -5311,19 +5266,7 @@ jest-snapshot@^29.1.2:
53115266
pretty-format "^29.1.2"
53125267
semver "^7.3.5"
53135268

5314-
jest-util@^29.0.0, jest-util@^29.0.3:
5315-
version "29.0.3"
5316-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.3.tgz#06d1d77f9a1bea380f121897d78695902959fbc0"
5317-
integrity sha512-Q0xaG3YRG8QiTC4R6fHjHQPaPpz9pJBEi0AeOE4mQh/FuWOijFjGXMMOfQEaU9i3z76cNR7FobZZUQnL6IyfdQ==
5318-
dependencies:
5319-
"@jest/types" "^29.0.3"
5320-
"@types/node" "*"
5321-
chalk "^4.0.0"
5322-
ci-info "^3.2.0"
5323-
graceful-fs "^4.2.9"
5324-
picomatch "^2.2.3"
5325-
5326-
jest-util@^29.1.2:
5269+
jest-util@^29.0.0, jest-util@^29.1.2:
53275270
version "29.1.2"
53285271
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.1.2.tgz#ac5798e93cb6a6703084e194cfa0898d66126df1"
53295272
integrity sha512-vPCk9F353i0Ymx3WQq3+a4lZ07NXu9Ca8wya6o4Fe4/aO1e1awMMprZ3woPFpKwghEOW+UXgd15vVotuNN9ONQ==
@@ -6114,7 +6057,7 @@ pretty-format@^27.0.2:
61146057
ansi-styles "^5.0.0"
61156058
react-is "^17.0.1"
61166059

6117-
pretty-format@^29.0.0, pretty-format@^29.0.3, pretty-format@^29.1.2:
6060+
pretty-format@^29.0.0, pretty-format@^29.1.2:
61186061
version "29.1.2"
61196062
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.1.2.tgz#b1f6b75be7d699be1a051f5da36e8ae9e76a8e6a"
61206063
integrity sha512-CGJ6VVGXVRP2o2Dorl4mAwwvDWT25luIsYhkyVQW32E4nL+TgW939J7LlKT/npq5Cpq6j3s+sy+13yk7xYpBmg==

0 commit comments

Comments
 (0)