Skip to content

Commit

Permalink
Bump mofo-bootstrap from 4.0.1 to 4.1.0 (#1781)
Browse files Browse the repository at this point in the history
Bumps [mofo-bootstrap](https://github.com/mozilla/mofo-bootstrap) from 4.0.1 to 4.1.0.
<details>
<summary>Commits</summary>

- [`0b6a130`](mozilla/mofo-bootstrap@0b6a130) 4.1.0
- [`776eccb`](mozilla/mofo-bootstrap@776eccb) Fixes [#122](https://github-redirect.dependabot.com/mozilla/mofo-bootstrap/issues/122) changed the href of the link for participation guidlines and chang...
- [`ab789d0`](mozilla/mofo-bootstrap@ab789d0) Use HTTPS protocol ([#121](https://github-redirect.dependabot.com/mozilla/mofo-bootstrap/issues/121))
- See full diff in [compare view](mozilla/mofo-bootstrap@v4.0.1...v4.1.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mofo-bootstrap&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=mofo-bootstrap&package-manager=npm_and_yarn&previous-version=4.0.1&new-version=4.1.0)

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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<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 merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@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
- `@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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and gvn committed Aug 27, 2018
1 parent 49304f9 commit 28bd60b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion network-api/networkapi/templates/pages/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<li class="col-auto"><a class="footer-link-email" href="mailto:network@mozillafoundation.org">Email</a></li>
<li class="col-auto"><a class="footer-link-twitter" href="https://twitter.com/mozilla">Twitter</a></li>
<li class="col-auto"><a class="footer-link-cc-license" href="https://creativecommons.org/licenses/by/4.0">License</a></li>
<li class="col-auto"><a class="footer-link-code-of-conduct" href="https://www.mozilla.org/about/governance/policies/participation/">Participation Guidelines</a></li>
<li class="col-auto"><a class="footer-link-participation-guidelines" href="https://www.mozilla.org/about/governance/policies/participation/">Participation Guidelines</a></li>
<li class="col-auto"><a class="footer-link-legal" href="https://mozilla.org/en-US/about/legal/">Legal</a></li>
<li class="col-auto"><a class="footer-link-privacy" href="https://mozilla.org/en-US/privacy/websites/">Privacy</a></li>
<li class="col-auto"><a class="footer-link-donate" id="donate-footer-btn" href="https://donate.mozilla.org?utm_source=foundation.mozilla.org&amp;utm_medium=referral&amp;utm_content=footer" target="_blank" rel="noopener noreferrer">Donate</a></li>
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"html-entities": "^1.2.1",
"imagemin-guetzli": "^1.0.0",
"js-cookie": "2.2.0",
"mofo-bootstrap": "4.0.1",
"mofo-bootstrap": "4.1.0",
"mofo-style": "^2.4.0",
"moment": "^2.22.1",
"node-sass": "^4.9.0",
Expand Down

0 comments on commit 28bd60b

Please sign in to comment.