Skip to content

[Snyk] Upgrade bootstrap from 3.4.1 to 5.3.5 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nerdy-tech-com-gitub
Copy link
Owner

@nerdy-tech-com-gitub nerdy-tech-com-gitub commented May 17, 2025

snyk-top-banner

Snyk has created this PR to upgrade bootstrap from 3.4.1 to 5.3.5.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 52 versions ahead of your current version.

  • The recommended version was released a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-CROSSSPAWN-8303230
100 Proof of Concept
high severity Denial of Service (DoS)
SNYK-JS-HTTPPROXYMIDDLEWARE-8229906
100 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-SERIALIZEJAVASCRIPT-6147607
100 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-PATHTOREGEXP-8482416
100 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-BOOTSTRAP-7444593
100 Proof of Concept
medium severity Cross-site Scripting
SNYK-JS-BOOTSTRAP-7444617
100 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-COOKIE-8163060
100 No Known Exploit
medium severity Always-Incorrect Control Flow Implementation
SNYK-JS-HTTPPROXYMIDDLEWARE-9691387
100 No Known Exploit
medium severity Improper Check for Unusual or Exceptional Conditions
SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
100 No Known Exploit
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
100 No Known Exploit
Release notes
Package name: bootstrap
  • 5.3.5 - 2025-04-04

    Hot fix for a regression from upstream in Autoprefixer.

    What's Changed

    Full Changelog: v5.3.4...v5.3.5

  • 5.3.4 - 2025-04-03

    Changes

    • #40888: Dependabot: switch to grouped updates

    🚀 Features

    • #41299: Typo fixed
    • #41187: Docs: mention removal of util.js in migration guide
    • #41228: Docs: Simplify ids for checks, radios and switches
    • #41150: Update fixtureId to FIXTURE_ID for consistency
    • #40965: Docs: Use <article> element for example cards
    • #40932: Docs: add ngx-bootstrap to JavaScript frameworks list
    • #40790: Docs: Drop .grid where it shouldn't be used
    • #40821: Docs: precise how to add new .order-* classes in 'Layout > Columns'
    • #40914: Docs: drop useless .justify-content-start class in homepage
    • #40876: Remove unneeded flexbug workaround
    • #40870: Docs: Update modal min-height inline style
    • #40844: Docs: Remove mention about Safari's limited support flexbox gap
    • #40620: Docs: minor accessibility improvements for Examples
    • #40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
    • #40577: Docs: Add main element to Cheatsheet Examples
    • #39815: Docs: drop unused .bi-exclamation-triangle-fill class
    • #40507: Docs: HTTPS link to ikons iconset
    • #39777: Docs: fix Reddit URL to avoid redirection
    • #39697: refactor(accordion): merge selectors for border-radius rule

    🎨 CSS

    • #41336: Fix modal and offcanvas header collapse
    • #41126: Fix display issues of close button in contextual light and dark modes
    • #40695: Fix light mode carousel in dark mode
    • #41004: Add workarounds for postcss-values-parser error (negative values in calc())
    • #41013: Align floating labels with form-select sizes
    • #40931: Fix: correct typo in background-blend-mode value
    • #40900: Remove unnecessary duplicated CSS class name
    • #40876: Remove unneeded flexbug workaround
    • #40844: Docs: Remove mention about Safari's limited support flexbox gap
    • #40623: Fix use of declarations after nested rules (deprecated in Sass 1.77.7)
    • #39720: Floating labels: Fix max-width and background-color
    • #40488: button-group: Fix btn-group-vertical by using same rules as btn-group
    • #39804: Optimize Sass SVG files
    • #39494: Change floating label placeholder's color
    • #39697: refactor(accordion): merge selectors for border-radius rule

    ☕️ JavaScript

    • #38411: Add note about cancelling modal events to modal.md
    • #41150: Update fixtureId to FIXTURE_ID for consistency
    • #40803: Fix popover toggle twice to close
    • #38725: Fix this reference for functions
    • #39791: Fix broken comment link for reflow hack

    📖 Docs

    • #39364: Docs: improve progress bar labels markup and explanations for accessibility
    • #41308: Fix typo in Navbar docs
    • #41299: Typo fixed
    • #41281: Fixed minor typo in Sass documentation
    • #41187: Docs: mention removal of util.js in migration guide
    • #41228: Docs: Simplify ids for checks, radios and switches
    • #38411: Add note about cancelling modal events to modal.md
    • #40917: Fix: clipboard icon not showing after multiple press
    • #40714: Docs: add descriptions for Webpack, Parcel and Vite
    • #40928: Update css-grid.md
    • #41098: Update a point in the RTL documentation
    • #40965: Docs: Use <article> element for example cards
    • #40756: Docs: missing aria-hidden on some decorative SVGs
    • #41036: Docs: add warning callout for Yarn Berry
    • #41052: Doc: Fix link endpoint in dropdown documentation
    • #41030: Docs: fix .order values in the migration guide
    • #40973: Docs: correct example formatting in 'Utilities > API' for linting compliance
    • #40911: fix transparent navbar in windows high contrast mode
    • #40932: Docs: add ngx-bootstrap to JavaScript frameworks list
    • #40951: Docs: fix example hiding element except on medium and large devices in 'Utilities > Display > Hiding elements'
    • #40931: Fix: correct typo in background-blend-mode value
    • #40790: Docs: Drop .grid where it shouldn't be used
    • #40821: Docs: precise how to add new .order-* classes in 'Layout > Columns'
    • #40799: Fix Cheatsheet examples horizontal scrolling
    • #40914: Docs: drop useless .justify-content-start class in homepage
    • #40900: Remove unnecessary duplicated CSS class name
    • #40766: Docs: Make "Edit in Stackblitz" links explicit
    • #40767: Docs: Indicate links in foreign language
    • #40818: Docs: fix $enable-css-grid$enable-cssgrid in 'Customize > Options'
    • #40870: Docs: Update modal min-height inline style
    • #40844: Docs: Remove mention about Safari's limited support flexbox gap
    • #40797: Docs: missing $enable-css-grid in options.md
    • #40762: Docs: clarify the subject of the About page
    • #40703: Docs: Update WCAG links and references
    • #40689: Docs: change wording of single/split danger buttons
    • #40691: Docs: add aria-hidden="true" to decorative SVGs
    • #40686: docs: add aria-hidden='true' to decorative SVGs
    • #40672: Update masthead wording
    • #40639: Further image compression improvements
    • #40620: Docs: minor accessibility improvements for Examples
    • #40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
    • #39846: Fix Default values and Description content in options table
    • #39815: Docs: drop unused .bi-exclamation-triangle-fill class
    • #40522: docs: fix typo in the getting started introduction
    • #40507: Docs: HTTPS link to ikons iconset
    • #40504: docs: add missing data-bs-theme="light" in navbars color schemes markup
    • #39980: Docs: add missing Accordion component in the list of JS components
    • #39951: docs: migrate to the built-in sitemap template
    • #39863: Add PostCSS-RTLCSS approach to the documentation
    • #39829: docs: move examples inline shortcode to a partial
    • #39824: docs: resize docs bundler images and fix dimensions
    • #39779: docs: add a new partial for responsive images and use imageConfig
    • #39768: docs: add a render image hook
    • #39819: docs: update sitemap template
    • #39778: docs: use urls.JoinPath in more places
    • #39807: Move theme toggler to a partial
    • #39805: masthead.html: add rel="noopener" target="_blank"
    • #39808: docs: move examples icons to a partial
    • #39773: Further improve PNG compression
    • #38993: docs: bundle assets with Hugo
    • #39782: docs: mention text transform classes
    • #39749: Update masthead to HeroDevs EOL
    • #39781: docs: move fathom site to hugo config
    • #39777: Docs: fix Reddit URL to avoid redirection
    • #39772: examples: assorted tweaks
    • #39766: Docs: drop data-bs-scroll="true" from navbar
    • #39763: Switch to using hugo.IsProduction
    • #39739: Search: Fix modal on mobile chromium based browsers
    • #39757: footer: remove unneeded trailing slash
    • #39724: Docs: minor tweaks
    • #39745: docs: use a responsive image for bootstrap-logo-shadow.png
    • #39741: More docs fixes
    • #39740: Doc fixes
    • #39738: Fix docs-versions.html
    • #39725: docs: remove Google Analytics

    🛠 Examples

    • #40799: Fix Cheatsheet examples horizontal scrolling
    • #40620: Docs: minor accessibility improvements for Examples
    • #40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
    • #40577: Docs: Add main element to Cheatsheet Examples

    🌎 Accessibility

    • #40965: Docs: Use <article> element for example cards
    • #40756: Docs: missing aria-hidden on some decorative SVGs
    • #40911: fix transparent navbar in windows high contrast mode
    • #40766: Docs: Make "Edit in Stackblitz" links explicit
    • #40767: Docs: Indicate links in foreign language
    • #40808: Docs: add aria-label to SVG with tooltip
    • #40762: Docs: clarify the subject of the About page
    • #40703: Docs: Update WCAG links and references
    • #40691: Docs: add aria-hidden="true" to decorative SVGs
    • #40686: docs: add aria-hidden='true' to decorative SVGs
    • #40620: Docs: minor accessibility improvements for Examples
    • #40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
    • #40577: Docs: Add main element to Cheatsheet Examples

    📦 Dependencies

    • #41305: Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates
    • #41265: Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates
    • #41234: Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates
    • #41171: Build(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates
    • #41155: Build(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates
    • #41109: Build(deps-dev): Bump the development-dependencies group across 1 directory with 8 updates
    • #41082: Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates
    • #41010: Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates
    • #40978: Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates
    • Summary by Sourcery

      Upgrade Bootstrap dependency from version 3.4.1 to 5.3.5 to address security vulnerabilities.

      Bug Fixes:

      • Mitigate multiple high- and medium-severity vulnerabilities flagged by Snyk in the Bootstrap package.

      Enhancements:

      • Bump Bootstrap version in package.json to ^5.3.5.

Snyk has created this PR to upgrade bootstrap from 3.4.1 to 5.3.5.

See this package in npm:
bootstrap

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/aa77fd79-7d27-4ab0-9d41-5dd117531784?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sourcery-ai bot commented May 17, 2025

Reviewer's Guide

This PR upgrades the Bootstrap dependency from v3.4.1 to v5.3.5 by updating the version specifier in package.json to address several high- and medium-severity vulnerabilities through a major version bump.

File-Level Changes

Change Details Files
Upgrade Bootstrap dependency to v5.3.5
  • Changed version specifier from “^3.4.1” to “^5.3.5”
glances/outputs/static/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants