Bump uuid from 8.3.1 to 8.3.2 in /desktop (#1767)
Summary:
[//]: # (dependabot-start)
{emoji:26a0} **Dependabot is rebasing this PR** {emoji:26a0}
If you make any changes to it yourself then they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md">uuid's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2">8.3.2</a> (2020-12-08)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>lazy load getRandomValues (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/537">https://github.com/facebook/flipper/issues/537</a>) (<a href="16c8f6df2f">16c8f6d</a>), closes <a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/536">https://github.com/facebook/flipper/issues/536</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ed32401547"><code>ed32401</code></a> chore(release): 8.3.2</li>
<li><a href="df0f5d1957"><code>df0f5d1</code></a> docs: add examples of per-version validation (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/543">https://github.com/facebook/flipper/issues/543</a>)</li>
<li><a href="334ef62c33"><code>334ef62</code></a> chore(release): 8.3.2-beta.0</li>
<li><a href="16c8f6df2f"><code>16c8f6d</code></a> fix: lazy load getRandomValues (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/537">https://github.com/facebook/flipper/issues/537</a>)</li>
<li><a href="f3bd455da0"><code>f3bd455</code></a> docs: fix react-native link from preface</li>
<li><a href="f34e37bce8"><code>f34e37b</code></a> docs: fix typo in readme (<a href="https://github-redirect.dependabot.com/uuidjs/uuid/issues/530">https://github.com/facebook/flipper/issues/530</a>)</li>
<li>See full diff in <a href="https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2">compare view</a></li>
</ul>
</details>
<br />
[](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>
Pull Request resolved: https://github.com/facebook/flipper/pull/1767
Reviewed By: passy
Differential Revision: D25558005
Pulled By: mweststrate
fbshipit-source-id: 4166a86f33df1fee23543c6afaf08a916ae1c911
This commit is contained in:
committed by
Facebook GitHub Bot
parent
63e46738c1
commit
93b9338ce3
@@ -223,7 +223,7 @@
|
|||||||
"ts-jest": "^26.0.0",
|
"ts-jest": "^26.0.0",
|
||||||
"ts-node": "^8.8.1",
|
"ts-node": "^8.8.1",
|
||||||
"typescript": "^4.1.2",
|
"typescript": "^4.1.2",
|
||||||
"uuid": "^8.3.0",
|
"uuid": "^8.3.2",
|
||||||
"yargs": "^16.1.1",
|
"yargs": "^16.1.1",
|
||||||
"yazl": "^2.5.1"
|
"yazl": "^2.5.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user