Skip to content
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

[Snyk] Upgrade: electron-updater, , archiver, axios, bootstrap, electron-squirrel-startup, rimraf #65

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

Conversation

BhavikDentread
Copy link
Collaborator

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ 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.

Name Versions Released on

electron-updater
from 6.1.4 to 6.3.4 | 21 versions ahead of your current version | 23 days ago
on 2024-08-22
@fortawesome/fontawesome-free
from 6.4.2 to 6.6.0 | 4 versions ahead of your current version | 2 months ago
on 2024-07-16
archiver
from 6.0.1 to 6.0.2 | 1 version ahead of your current version | 7 months ago
on 2024-02-27
axios
from 1.6.1 to 1.7.5 | 16 versions ahead of your current version | 22 days ago
on 2024-08-23
bootstrap
from 5.3.2 to 5.3.3 | 1 version ahead of your current version | 7 months ago
on 2024-02-20
electron-squirrel-startup
from 1.0.0 to 1.0.1 | 1 version ahead of your current version | 4 months ago
on 2024-05-13
rimraf
from 5.0.5 to 5.0.10 | 5 versions ahead of your current version | a month ago
on 2024-07-31

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-AXIOS-6144788
586 No Known Exploit
high severity Server-side Request Forgery (SSRF)
SNYK-JS-AXIOS-7361793
586 Proof of Concept
high severity Improper Verification of Cryptographic Signature
SNYK-JS-ELECTRONUPDATER-7431097
586 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-6124857
586 Proof of Concept
Release notes
Package name: electron-updater
  • 6.3.4 - 2024-08-22

    <a name"6.3.4">

    6.3.4 (2016-09-02)

    Bug Fixes

    • squirrel.windows: remove RELEASES because Squirrel.Windows doesn't check (0c592e8e, closes #713)
  • 6.3.3 - 2024-08-11

    <a name"6.3.3">

    6.3.3 (2016-09-01)

    Bug Fixes

    • squirrel.windows: use GH_TOKEN (e102e3ee)
  • 6.3.2 - 2024-07-31

    <a name"6.3.2">

    6.3.2 (2016-09-01)

    Bug Fixes

    • mac: build mac targets on non-macOs (1398af4a)
    • squirrel.windows: The base package release does not exist (3b1ad57f, closes #713)
  • 6.3.1 - 2024-07-23

    <a name"6.3.1">

    6.3.1 (2016-08-30)

    Bug Fixes

    • nsis:
      • set locale id for legalTrademarks (91addfe4, closes #672)
      • NSIS perMachine fails if UAC prompt is enabled (b739f428, closes #712)
  • 6.3.0 - 2024-07-15

    <a name"6.3.0">

    6.3.0 (2016-08-29)

    Bug Fixes

    Features

    • nsis: boring per-machine only installer (a4eeaded)
  • 6.3.0-alpha.8 - 2024-07-12
  • 6.3.0-alpha.7 - 2024-07-10
  • 6.3.0-alpha.6 - 2024-07-05
  • 6.3.0-alpha.5 - 2024-06-29
  • 6.3.0-alpha.4 - 2024-06-03
  • 6.3.0-alpha.3 - 2024-03-15
  • 6.3.0-alpha.2 - 2024-03-12
  • 6.3.0-alpha.1 - 2024-03-09
  • 6.3.0-alpha.0 - 2024-03-08
  • 6.2.1 - 2024-03-03
  • 6.2.0 - 2024-03-02

    <a name"6.2.0">

    6.2.0 (2016-08-29)

    Features

    • mac: rename electron.icns to productName.icns (8fa482e8)
  • 6.1.9 - 2024-02-17
  • 6.1.8 - 2024-01-09
  • 6.1.7 - 2023-11-05
  • 6.1.6 - 2023-10-19
  • 6.1.5 - 2023-09-18
  • 6.1.4 - 2023-07-20
from electron-updater GitHub release notes
Package name: @fortawesome/fontawesome-free from @fortawesome/fontawesome-free GitHub release notes
Package name: archiver from archiver GitHub release notes
Package name: axios from axios GitHub release notes
Package name: bootstrap
  • 5.3.3 - 2024-02-20

    Highlights

    • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
    • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

    Color modes

    • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
    • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
    • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

    Miscellaneous

    • Allowed <dl>, <dt> and <dd> in the sanitizer.
    • Dropped evenly items distribution for modal and offcanvas headers.
    • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
    • Fixed the focus box-shadow for the validation stated form controls.
    • Fixed the focus ring on focused checked buttons.
    • Fixed the product example mobile navbar toggler.
    • Changed the RTL processing of carousel control icons.

    🎨 CSS

    • #37508: Use child combinators to avoid inheriting parent accordion's flush styles
    • #38719: Fix focus box-shadow for validation stated form-controls
    • #38884: fix border-radius on radio-switch
    • #39294: Tests: update navbar in visual modal test
    • #39373: refactor css: modal and offcanvas header spacing
    • #39380: Fix Sass compilation breaking change in v5.3
    • #39387: docs: fix typo
    • #39411: Optimize the accordion icon
    • #39497: Fix a typo
    • #39536: Changed RTL processing of carousel control icons
    • #39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
    • #39595: CSS: Fix the focus ring on focused checked buttons

    ☕️ JavaScript

    • #39201: Selector Engine: fix multiple IDs
    • #39224: Fix edge case in color-mode.js
    • #39376: Allow dl, dt and dd in sanitizer

    📖 Docs

    • #39200: Typo Fix
    • #39214: Doc: use .text-bg-{color} for all badges
    • #39246: Docs: fix for example code blocks have unnecessary 30px right-margin
    • #39249: Doc: consistent rendering of 'Heads up!' callouts
    • #39281: Fix getOrCreateInstance() doc example
    • #39293: Update background.md
    • #39304: Doc: add expanded accordion explanation
    • #39320: Drop .table-light from table foot example
    • #39340: Doc: add dispose() to Offcanvas methods
    • #39378: Docs: fix sentence in modal
    • #39417: Fix color schemes description in Sass customization documentation
    • #39418: Docs: change vite config path import in vite guide
    • #39435: Docs: add shift-color() usage example in sass customization page
    • #39458: Docs: enhance .card-img-* description
    • #39503: Minor image compression improvements
    • #39519: Docs: use consistent HTML elements in Utilities -> Background page
    • #39520: Docs: drop unused .theme-icon class
    • #39528: docs: clean up example.html
    • #39537: Docs: fix desc around deprecated Sass mixins for alerts and list groups
    • #39539: Update links on get-started page
    • #39592: Update vite.md
    • #39604: Fix typo in 'media-breakpoint-between' in migration docs
    • #39617: Docs: add missing comma in native font stack code source in Content -> Reboot
    • #39663: updated table to be responsive

    🛠 Examples

    • #39657: Fix product example mobile navbar toggler
    • #39585: Docs: Add missing type="button" to Cheatsheet nav buttons

    🏭 Tests

    • #39294: Tests: update navbar in visual modal test

    🧰 Misc

    • #39096: CI: stop running coveralls in forks
    • #39501: CI: switch to Node.js 20

    📦 Dependencies

  • 5.3.2 - 2023-09-14

    Highlights

    • Passing a percentage unit to the global abs() is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.
    • Using multiple ids in a collapse target wasn't working anymore and has been fixed.

    Color modes

    • Increased color contrast of form range track background in light and dark modes.
    • Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast.
    • Allow <mark> color customization for color modes.

    Docs

Snyk has created this PR to upgrade:
  - electron-updater from 6.1.4 to 6.3.4.
    See this package in npm: https://www.npmjs.com/package/electron-updater
  - @fortawesome/fontawesome-free from 6.4.2 to 6.6.0.
    See this package in npm: https://www.npmjs.com/package/@fortawesome/fontawesome-free
  - archiver from 6.0.1 to 6.0.2.
    See this package in npm: https://www.npmjs.com/package/archiver
  - axios from 1.6.1 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - bootstrap from 5.3.2 to 5.3.3.
    See this package in npm: https://www.npmjs.com/package/bootstrap
  - electron-squirrel-startup from 1.0.0 to 1.0.1.
    See this package in npm: https://www.npmjs.com/package/electron-squirrel-startup
  - rimraf from 5.0.5 to 5.0.10.
    See this package in npm: https://www.npmjs.com/package/rimraf

See this project in Snyk:
https://app.snyk.io/org/dentreadbhavik/project/91c071c0-6f7c-4222-abfc-44e547ad957b?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants