Skip to content

Commit 7bd3dfd

Browse files
Merge #722 #723
722: build(deps-dev): bump eslint from 7.15.0 to 7.16.0 r=curquiza a=dependabot-preview[bot] Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v7.16.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930">#13930</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915">#13915</a>) (buhi)</li> <li><a href="https://github.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927">#13927</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923">#13923</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936">#13936</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac"><code>8d0c93a</code></a> Upgrade: [email protected] (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920">#13920</a>) (Rouven Weßling)</li> <li><a href="https://github.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931">#13931</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924">#13924</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b"><code>dc76911</code></a> Chore: Add .pre-commit-hooks.yaml file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13628">#13628</a>) (Álvaro Mondéjar)</li> <li><a href="https://github.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50"><code>2124e1b</code></a> Docs: Fix wrong rule name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13913">#13913</a>) (noisyboy25)</li> <li><a href="https://github.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26"><code>06b5809</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009"><code>26fc12f</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v7.16.0 - December 18, 2020</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930">#13930</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915">#13915</a>) (buhi)</li> <li><a href="https://github.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927">#13927</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923">#13923</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936">#13936</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac"><code>8d0c93a</code></a> Upgrade: [email protected] (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920">#13920</a>) (Rouven Weßling)</li> <li><a href="https://github.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931">#13931</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924">#13924</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b"><code>dc76911</code></a> Chore: Add .pre-commit-hooks.yaml file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13628">#13628</a>) (Álvaro Mondéjar)</li> <li><a href="https://github.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50"><code>2124e1b</code></a> Docs: Fix wrong rule name (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13913">#13913</a>) (noisyboy25)</li> <li><a href="https://github.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26"><code>06b5809</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009"><code>26fc12f</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/145aec1ab9052fbca96a44d04927c595951b1536"><code>145aec1</code></a> 7.16.0</li> <li><a href="https://github.com/eslint/eslint/commit/83518a5610020186553fce028d8564e259521be8"><code>83518a5</code></a> Build: changelog update for 7.16.0</li> <li><a href="https://github.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c"><code>a62ad6f</code></a> Update: fix false negative of no-extra-parens with NewExpression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13930">#13930</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f"><code>f85b4c7</code></a> Fix: require-atomic-updates false positive across await (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/11954">#11954</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13915">#13915</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1"><code>301d0c0</code></a> Fix: no-constant-condition false positives with unary expressions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13927">#13927</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13"><code>555c128</code></a> Fix: false positive with await and ** in no-extra-parens (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/12739">#12739</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13923">#13923</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9"><code>d93c935</code></a> Docs: update JSON Schema links (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13936">#13936</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac"><code>8d0c93a</code></a> Upgrade: [email protected] (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13920">#13920</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53"><code>9247683</code></a> Docs: Remove for deleted npm run profile script (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13931">#13931</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70"><code>ab240d4</code></a> Fix: prefer-exponentiation-operator invalid autofix with await (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13924">#13924</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.15.0...v7.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.15.0&new-version=7.16.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.15.0&new-version=7.16.0) You can trigger a rebase of this PR 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> 723: build(deps-dev): bump eslint-config-prettier from 7.0.0 to 7.1.0 r=curquiza a=dependabot-preview[bot] Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h3>Version 7.1.0 (2020-12-19)</h3> <ul> <li>Added: [unicorn/empty-brace-spaces]. Thanks to fisker Cheung (<a href="https://github.com/fisker">@fisker</a>)!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/c6ac365b0fa49c4432b9c9abfefe9e25b693503e"><code>c6ac365</code></a> eslint-config-prettier v7.1.0</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/ec5264882f3836d4f9ee08d660bcb93df27cc773"><code>ec52648</code></a> Update npm packages</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/6604b27d377ab8759a95ad65106a812667d21c79"><code>6604b27</code></a> Disable <code>unicorn/empty-brace-spaces</code> (<a href="https://github-redirect.dependabot.com/prettier/eslint-config-prettier/issues/169">#169</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/078db840bbc8a4403b5311ce216fc0274b7bac12"><code>078db84</code></a> Update npm packages</li> <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.0) You can trigger a rebase of this PR 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 parents 42d5528 + 2445eb6 + bc7586e commit 7bd3dfd

File tree

1 file changed

+19
-47
lines changed

1 file changed

+19
-47
lines changed

yarn.lock

Lines changed: 19 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ aggregate-error@^3.0.0:
15521552
clean-stack "^2.0.0"
15531553
indent-string "^4.0.0"
15541554

1555-
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.4, ajv@^6.5.5:
1555+
ajv@^6.10.0, ajv@^6.12.4, ajv@^6.5.5:
15561556
version "6.12.4"
15571557
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234"
15581558
integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==
@@ -1584,7 +1584,7 @@ ansi-regex@^5.0.0:
15841584
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
15851585
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
15861586

1587-
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
1587+
ansi-styles@^3.2.1:
15881588
version "3.2.1"
15891589
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
15901590
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -2316,11 +2316,6 @@ electron-to-chromium@^1.3.523:
23162316
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.545.tgz#d9add694c78554b8c00bc6e6fc929d5ccd7d1b99"
23172317
integrity sha512-+0R/i17u5E1cwF3g0W8Niq3UUKTUMyyT4kLkutZUHG8mDNvFsAckK3HIanzGVtixe3b6rknD8k7gHiR6nKFkgg==
23182318

2319-
emoji-regex@^7.0.1:
2320-
version "7.0.3"
2321-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
2322-
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
2323-
23242319
emoji-regex@^8.0.0:
23252320
version "8.0.0"
23262321
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
@@ -2396,9 +2391,9 @@ escodegen@^1.11.1:
23962391
source-map "~0.6.1"
23972392

23982393
eslint-config-prettier@^7.0.0:
2399-
version "7.0.0"
2400-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
2401-
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
2394+
version "7.1.0"
2395+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz#5402eb559aa94b894effd6bddfa0b1ca051c858f"
2396+
integrity sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA==
24022397

24032398
eslint-config-standard-with-typescript@^17.0.0:
24042399
version "17.0.0"
@@ -2531,9 +2526,9 @@ eslint-visitor-keys@^2.0.0:
25312526
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
25322527

25332528
eslint@^7.5.0:
2534-
version "7.15.0"
2535-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2536-
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
2529+
version "7.16.0"
2530+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092"
2531+
integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw==
25372532
dependencies:
25382533
"@babel/code-frame" "^7.0.0"
25392534
"@eslint/eslintrc" "^0.2.2"
@@ -2569,7 +2564,7 @@ eslint@^7.5.0:
25692564
semver "^7.2.1"
25702565
strip-ansi "^6.0.0"
25712566
strip-json-comments "^3.1.0"
2572-
table "^5.2.3"
2567+
table "^6.0.4"
25732568
text-table "^0.2.0"
25742569
v8-compile-cache "^2.0.3"
25752570

@@ -3299,11 +3294,6 @@ is-extglob@^2.1.1:
32993294
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
33003295
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
33013296

3302-
is-fullwidth-code-point@^2.0.0:
3303-
version "2.0.0"
3304-
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
3305-
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
3306-
33073297
is-fullwidth-code-point@^3.0.0:
33083298
version "3.0.0"
33093299
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -4113,7 +4103,7 @@ lodash.sortby@^4.7.0:
41134103
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
41144104
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
41154105

4116-
lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
4106+
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
41174107
version "4.17.20"
41184108
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
41194109
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -5185,15 +5175,6 @@ slash@^3.0.0:
51855175
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
51865176
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
51875177

5188-
slice-ansi@^2.1.0:
5189-
version "2.1.0"
5190-
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636"
5191-
integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==
5192-
dependencies:
5193-
ansi-styles "^3.2.0"
5194-
astral-regex "^1.0.0"
5195-
is-fullwidth-code-point "^2.0.0"
5196-
51975178
slice-ansi@^3.0.0:
51985179
version "3.0.0"
51995180
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
@@ -5370,15 +5351,6 @@ string-length@^3.1.0:
53705351
astral-regex "^1.0.0"
53715352
strip-ansi "^5.2.0"
53725353

5373-
string-width@^3.0.0:
5374-
version "3.1.0"
5375-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
5376-
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
5377-
dependencies:
5378-
emoji-regex "^7.0.1"
5379-
is-fullwidth-code-point "^2.0.0"
5380-
strip-ansi "^5.1.0"
5381-
53825354
string-width@^4.1.0, string-width@^4.2.0:
53835355
version "4.2.0"
53845356
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -5431,7 +5403,7 @@ stringify-object@^3.3.0:
54315403
is-obj "^1.0.1"
54325404
is-regexp "^1.0.0"
54335405

5434-
strip-ansi@^5.1.0, strip-ansi@^5.2.0:
5406+
strip-ansi@^5.2.0:
54355407
version "5.2.0"
54365408
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
54375409
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -5497,15 +5469,15 @@ symbol-tree@^3.2.2:
54975469
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
54985470
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
54995471

5500-
table@^5.2.3:
5501-
version "5.4.6"
5502-
resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e"
5503-
integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==
5472+
table@^6.0.4:
5473+
version "6.0.4"
5474+
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
5475+
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
55045476
dependencies:
5505-
ajv "^6.10.2"
5506-
lodash "^4.17.14"
5507-
slice-ansi "^2.1.0"
5508-
string-width "^3.0.0"
5477+
ajv "^6.12.4"
5478+
lodash "^4.17.20"
5479+
slice-ansi "^4.0.0"
5480+
string-width "^4.2.0"
55095481

55105482
terminal-link@^2.0.0:
55115483
version "2.1.1"

0 commit comments

Comments
 (0)