fix(deps): update dependency bootstrap to v4.3.1 [security] - autoclosed #317
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0
->4.3.1
GitHub Vulnerability Alerts
CVE-2019-8331
Versions of
bootstrap
prior to 3.4.1 for 3.x and 4.3.1 for 4.x are vulnerable to Cross-Site Scripting (XSS). Thedata-template
attribute of the tooltip and popover plugins lacks input sanitization and may allow attacker to execute arbitrary JavaScript.Recommendation
For
bootstrap
4.x upgrade to 4.3.1 or later.For
bootstrap
3.x upgrade to 3.4.1 or later.CVE-2018-14040
In Bootstrap starting in version 2.3.0 and prior to 3.4.0, as well as 4.x before 4.1.2, XSS is possible in the collapse data-parent attribute.
CVE-2018-14042
In Bootstrap starting in version 2.3.0 and prior to versions 3.4.0 and 4.1.2, XSS is possible in the data-container property of tooltip. This is similar to CVE-2018-14041.
Release Notes
twbs/bootstrap (bootstrap)
v4.3.1
Compare Source
v4.3.0
Compare Source
Highlights
.stretched-link
utility to make any anchor the size of it's nearestposition: relative
parent, perfect for entirely clickable cards!.text-break
utility for applyingword-break: break-word
.rounded-sm
and.rounded-lg
for small and largeborder-radius
..modal-dialog-scrollable
modifier class for scrolling content within a modal..list-group-horizontal
modifier classes for displaying list groups as a horizontal row.null
for variables that by default inherit their values from other elements (e.g.,$headings-color
wasinherit
and is nownull
until you modifier it in your custom CSS).background-color
like our buttons.href
HTML attribute to avoid JavaScript errors. Please try to use valid selectors or thedata-target
HTML attribute/target
option where available.white-space: nowrap
to.dropdown-toggle
(before v4.2.1 it was on all.btn
s) so carets don't wrap to new lines.img-retina
,invisible
,float
, andsize
mixins are now deprecated and will be removed in v5.Links
v4.2.1
Compare Source
Bump to v4.2.1 to republish package on npm. See v4.2.0 release notes for changes introduced in v4.2.
v4.1.3
Compare Source
:not(:root)
selector from oursvg
Reboot styles, resolving an issue that caused all inline SVGs ignorevertical-align
styles via single class due to higher specificity.package.json
to a separate file to avoid unintended inherited browser settings across npm projects..form-control
s now have a fixedheight
to compensate for differences in computed height across differenttype
s. This also fixes some IE alignment issues.Noto Color Emoji
to our system font stack for better rendering in Linux OSes.v4.1.2
Compare Source
Checkout the v4.1.2 ship list and GitHub project for the full details.
v4.1.1
Compare Source
Our first patch release for Bootstrap 4! Here's a quick rundown of some of the changes:
text-hide
deprecation notice by defaultCheckout the v4.1.1 ship list and GitHub project for the full details.
v4.1.0
Compare Source
.carousel-fade
modifier to switch carousel from horizontal sliding to crossfade..dropdown-item-text
for plaintext dropdown items..flex-fill
,.flex-grow-*
, and.flex-shrink-*
utilities..table-borderless
variant for tables..text-monospace
utility..text-body
(default body color),.text-black-50
(50% opacity black), and.text-white-50
(50% opacity white) utilities..shadow-*
utilities for quickly addingbox-shadow
s..text-hide
—you'll see a warning during compilation—as it's a dated and undocumented feature.Be sure to look at the ship list and project board for more details on all our fixes.
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.