super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

[Security] Bump bootstrap from 4.2.1 to 4.3.1 #86

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps bootstrap from 4.2.1 to 4.3.1. This update includes security fixes.

Vulnerabilities fixed *Sourced from The GitHub Security Advisory Database.* > **Moderate severity vulnerability that affects bootstrap and bootstrap-sass** > In Bootstrap 4 before 4.3.1 and Bootstrap 3 before 3.4.1, XSS is possible in the tooltip or popover data-template attribute. For more information, see: https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/ > > Affected versions: >= 4.0.0 < 4.3.1
Release notes *Sourced from [bootstrap's releases](https://github.com/twbs/bootstrap/releases).* > ## v4.3.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer > * Fixed a small issue with our RFS (responsive font sizes) mixins > > ## v4.3.0 > ### Highlights > > - **New:** Added `.stretched-link` utility to make any anchor the size of it's nearest `position: relative` parent, perfect for entirely clickable cards! > - **New:** Added `.text-break` utility for applying `word-break: break-word` > - **New:** Added `.rounded-sm` and `.rounded-lg` for small and large `border-radius`. > - **New:** Added `.modal-dialog-scrollable` modifier class for scrolling content _within_ a modal. > - **New:** Added responsive `.list-group-horizontal` modifier classes for displaying list groups as a horizontal row. > - **Improved:** Reduced our compiled CSS by using `null` for variables that by default inherit their values from other elements (e.g., `$headings-color` was `inherit` and is now `null` until you modifier it in your custom CSS). > - **Improved:** Badge focus styles now match their `background-color` like our buttons. > - **Fixed:** Silenced bad selectors in our JS plugins for the `href` HTML attribute to avoid JavaScript errors. Please try to use [valid selectors](https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier) or the `data-target` HTML attribute/`target` option where available. > - **Fixed:** Reverted v4.2.1's change to the breakpoint and grid container Sass maps that blocked folks from upgrading when modifying those default variables. > - **Fixed:** Restored `white-space: nowrap` to `.dropdown-toggle` (before v4.2.1 it was on all `.btn`s) so carets don't wrap to new lines. > - **Deprecated:** `img-retina`, `invisible`, `float`, and `size` mixins are now deprecated and will be removed in v5. > > ### Links > - [Read the full ship list](https://github-redirect.dependabot.com/twbs/bootstrap/issues/27893) > - [Review the project board](https://github.com/twbs/bootstrap/projects/16)
Commits - [`8fa0d30`](https://github.com/twbs/bootstrap/commit/8fa0d3010112dca5dd6dd501173415856001ba8b) Release v4.3.1. ([#28252](https://github-redirect.dependabot.com/twbs/bootstrap/issues/28252)) - [`dae20da`](https://github.com/twbs/bootstrap/commit/dae20da750445b7e3738e6ccc804b3b425d26bd6) Remove unneeded glob. ([#28249](https://github-redirect.dependabot.com/twbs/bootstrap/issues/28249)) - [`10b97f6`](https://github.com/twbs/bootstrap/commit/10b97f6ed94168c749caa7b5f6a6e1504f4e0629) Fix npm package contents - [`7bc4d2e`](https://github.com/twbs/bootstrap/commit/7bc4d2e0bc65151b6f60dccad50c9c8f50252bd6) Add sanitize template option for tooltip/popover plugins. - [`bf2515a`](https://github.com/twbs/bootstrap/commit/bf2515ae68f1d89e8b795478aec90f8db61159e5) Update RFS to v8.0.1 ([#28245](https://github-redirect.dependabot.com/twbs/bootstrap/issues/28245)) - [`45ced60`](https://github.com/twbs/bootstrap/commit/45ced606f479ecad1a8e5858367dbb3fcf1a9ee7) Update font size ([#28232](https://github-redirect.dependabot.com/twbs/bootstrap/issues/28232)) - [`1ded0d6`](https://github.com/twbs/bootstrap/commit/1ded0d6a4eefb7daca62c44e4e735aec200f0b6f) Release v4.3.0 ([#28228](https://github-redirect.dependabot.com/twbs/bootstrap/issues/28228)) - [`3aa0770`](https://github.com/twbs/bootstrap/commit/3aa0770b711f69c4dcf5858b8913794e81b32d80) docs snippets: a few more minor tweaks ([#28225](https://github-redirect.dependabot.com/twbs/bootstrap/issues/28225)) - [`adf16da`](https://github.com/twbs/bootstrap/commit/adf16da25ea554c2a9da814a2492cf18d51e1072) toasts.md: Remove useless `div`s. - [`2bfe581`](https://github.com/twbs/bootstrap/commit/2bfe581eebb0e934961b433de31fcceb1251002e) Remove stray parameter from capture. - Additional commits viewable in [compare view](https://github.com/twbs/bootstrap/compare/v4.2.1...v4.3.1)


Dependabot compatibility score

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 commands and options
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 - `@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.