amilajack / erb-serialport-example

An example of using electron-react-boilerplate with serialport
MIT License
14 stars 6 forks source link

Update dependency node-sass to v7 [SECURITY] #22

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 4 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-sass ^4.9.2 -> ^7.0.0 age adoption passing confidence

GitHub Vulnerability Alerts

GHSA-9v62-24cr-58cx

Affected versions of node-sass are vulnerable to Denial of Service (DoS). Crafted objects passed to the renderSync function may trigger C++ assertions in CustomImporterBridge::get_importer_entry and CustomImporterBridge::post_process_return_value that crash the Node process. This may allow attackers to crash the system's running Node process and lead to Denial of Service.

Recommendation

Upgrade to version 4.13.1 or later

CVE-2020-24025

Certificate validation in node-sass 2.0.0 to 4.14.1 is disabled when requesting binaries even if the user is not specifying an alternative download path.


Release Notes

sass/node-sass ### [`v7.0.0`](https://togithub.com/sass/node-sass/releases/v7.0.0) [Compare Source](https://togithub.com/sass/node-sass/compare/v6.0.1...v7.0.0) ##### Breaking changes - Drop support for Node 15 ([@​nschonni](https://togithub.com/nschonni)) - Set `rejectUnauthorized` to `true` by default ([@​scott-ut](https://togithub.com/scott-ut), [#​3149](https://togithub.com/sass/node-sass/issues/3149)) ##### Features - Add support for Node 17 ([@​nschonni](https://togithub.com/nschonni)) ##### Dependencies - Bump eslint from 7.32.0 to 8.0.0 ([@​nschonni](https://togithub.com/nschonni), [#​3191](https://togithub.com/sass/node-sass/issues/3191)) - Bump fs-extra from 0.30.0 to 10.0.0 ([@​nschonni](https://togithub.com/nschonni), [#​3102](https://togithub.com/sass/node-sass/issues/3102)) - Bump npmlog from 4.1.2 to 5.0.0 ([@​nschonni](https://togithub.com/nschonni), [#​3156](https://togithub.com/sass/node-sass/issues/3156)) - Bump chalk from 1.1.3 to 4.1.2 ([@​nschonni](https://togithub.com/nschonni), [#​3161](https://togithub.com/sass/node-sass/issues/3161)) ##### Community - Remove double word "support" from documentation ([@​pzrq](https://togithub.com/pzrq), [#​3159](https://togithub.com/sass/node-sass/issues/3159)) ##### Misc - Bump various GitHub Actions dependencies ([@​nschonni](https://togithub.com/nschonni)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 12, 14, 16, 17 | | OSX | x64 | 12, 14, 16, 17 | | Linux\* | x64 | 12, 14, 16, 17 | | Alpine Linux | x64 | 12, 14, 16, 17 | | FreeBSD | i386 amd64 | 12, 14 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v6.0.1`](https://togithub.com/sass/node-sass/releases/v6.0.1) [Compare Source](https://togithub.com/sass/node-sass/compare/v6.0.0...v6.0.1) ##### Dependencies - Remove mkdirp ([@​jimmywarting](https://togithub.com/jimmywarting), [#​3108](https://togithub.com/sass/node-sass/issues/3108)) - Bump meow to 9.0.0 ([@​ykolbin](https://togithub.com/ykolbin), [#​3125](https://togithub.com/sass/node-sass/issues/3125)) - Bump mocha to 9.0.1 ([@​xzyfer](https://togithub.com/xzyfer), [#​3134](https://togithub.com/sass/node-sass/issues/3134)) ##### Misc - Use default Apline version from docker-node ([@​nschonni](https://togithub.com/nschonni), [#​3121](https://togithub.com/sass/node-sass/issues/3121)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 12, 14, 15, 16 | | OSX | x64 | 12, 14, 15, 16 | | Linux\* | x64 | 12, 14, 15, 16 | | Alpine Linux | x64 | 12, 14, 15, 16 | | FreeBSD | i386 amd64 | 12, 14, 15 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v6.0.0`](https://togithub.com/sass/node-sass/releases/v6.0.0) [Compare Source](https://togithub.com/sass/node-sass/compare/v5.0.0...v6.0.0) ##### Breaking changes - Drop support for Node 10 ([@​nschonni](https://togithub.com/nschonni)) - Remove deprecated process.sass API ([@​xzyfer](https://togithub.com/xzyfer), [#​2986](https://togithub.com/sass/node-sass/issues/2986)) ##### Features - Add support for Node 16 ##### Community - Fix typos in Troubleshooting guide ([@​independencyinjection](https://togithub.com/independencyinjection), [#​3051](https://togithub.com/sass/node-sass/issues/3051)) - Improve dependabot configuration ([@​nschonni](https://togithub.com/nschonni)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 12, 14, 15, 16 | | OSX | x64 | 12, 14, 15, 16 | | Linux\* | x64 | 12, 14, 15, 16 | | Alpine Linux | x64 | 12, 14, 15, 16 | | FreeBSD | i386 amd64 | 12, 14, 15 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v5.0.0`](https://togithub.com/sass/node-sass/releases/v5.0.0) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.14.1...v5.0.0) ##### Breaking changes - Only support LTS and current Node versions ([@​nschonni](https://togithub.com/nschonni)) - Remove deprecated process.sass API ([@​xzyfer](https://togithub.com/xzyfer), [#​2986](https://togithub.com/sass/node-sass/issues/2986)) ##### Features - Add support for Node 15 - New node-gyp version that supports building with Python 3 ##### Community - More inclusive documentation ([@​rgeerts](https://togithub.com/rgeerts), [#​2944](https://togithub.com/sass/node-sass/issues/2944)) - Enabled dependabot ([@​nschonni](https://togithub.com/nschonni)) - Improve release automation ([@​nschonni](https://togithub.com/nschonni)) ##### Fixes - Bumped many dependencies ([@​nschonni](https://togithub.com/nschonni)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 10, 12, 14, 15 | | OSX | x64 | 10, 12, 14, 15 | | Linux\* | x64 | 10, 12, 14, 15 | | Alpine Linux | x64 | 10, 12, 14, 15 | | FreeBSD | i386 amd64 | 10, 12, 14, 15 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v4.14.1`](https://togithub.com/sass/node-sass/releases/v4.14.1) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.14.0...v4.14.1) ##### Community - Add GitHub Actions for Alpine CI ([@​nschonni](https://togithub.com/nschonni), [#​2823](https://togithub.com/sass/node-sass/issues/2823)) ##### Fixes - Bump sass-graph@2.2.5 ([@​xzyfer](https://togithub.com/xzyfer), [#​2912](https://togithub.com/sass/node-sass/issues/2912)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 | | OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 | | Linux\* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8\*\*, 9\*\*, 10\*\*^, 11\*\*^, 12\*\*^, 13\*\*^, 14\*\*^ | | Alpine Linux | x64 | 6, 8, 10, 11, 12, 13, 14 | | FreeBSD | i386 amd64 | 10, 12, 13 | \*Linux support refers to Ubuntu, Debian, and CentOS 5+ \*\* Not available on CentOS 5 ^ Only available on x64 ### [`v4.14.0`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v4140) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.13.1...v4.14.0) https://github.com/sass/node-sass/releases/tag/v4.14.0 ### [`v4.13.1`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v4131) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.13.0...v4.13.1) https://github.com/sass/node-sass/releases/tag/v4.13.1 ### [`v4.13.0`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v4130) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.12.0...v4.13.0) https://github.com/sass/node-sass/releases/tag/v4.13.0 ### [`v4.12.0`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v4120) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.11.0...v4.12.0) https://github.com/sass/node-sass/releases/tag/v4.12.0 ### [`v4.11.0`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v4110) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.10.0...v4.11.0) https://github.com/sass/node-sass/releases/tag/v4.11.0 ### [`v4.10.0`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v4100) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.9.4...v4.10.0) https://github.com/sass/node-sass/releases/tag/v4.10.0 ### [`v4.9.4`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v494) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.9.3...v4.9.4) https://github.com/sass/node-sass/releases/tag/v4.9.4 ### [`v4.9.3`](https://togithub.com/sass/node-sass/blob/HEAD/CHANGELOG.md#v493) [Compare Source](https://togithub.com/sass/node-sass/compare/v4.9.2...v4.9.3) https://github.com/sass/node-sass/releases/tag/v4.9.3

Configuration

šŸ“… Schedule: "" (UTC).

šŸš¦ 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 WhiteSource Renovate. View repository job log here.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.