Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 78f20cc

Browse files
Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#2234)
Summary: Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. <details> <summary>Commits</summary> - [`754f0c2`](jonschlinkert/mixin-deep@754f0c2) 1.3.2 - [`90ee1fa`](jonschlinkert/mixin-deep@90ee1fa) ensure keys are valid when mixing in values - See full diff in [compare view](jonschlinkert/mixin-deep@1.3.1...1.3.2) </details> <details> <summary>Maintainer changes</summary> This version was pushed to npm by [doowb](https://www.npmjs.com/~doowb), a new releaser for mixin-deep since your current version. </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mixin-deep&package-manager=npm_and_yarn&previous-version=1.3.1&new-version=1.3.2)](https://help.github.com/articles/configuring-automated-security-fixes) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/draft-js/network/alerts). </details> Pull Request resolved: #2234 Reviewed By: elboman Differential Revision: D18220754 Pulled By: mrkev fbshipit-source-id: 6b5da164a1b8cc11628bc7cd227285d4844f88e1
1 parent da1ab7c commit 78f20cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,9 +3765,9 @@ [email protected], minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
37653765
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
37663766

37673767
mixin-deep@^1.1.3:
3768-
version "1.3.1"
3769-
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
3770-
integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==
3768+
version "1.3.2"
3769+
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
3770+
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
37713771
dependencies:
37723772
for-in "^1.0.2"
37733773
is-extendable "^1.0.1"

0 commit comments

Comments
 (0)