Nexmo / station

Ruby gem to start a platform site with specified markdown content
Other
12 stars 6 forks source link

Update dependency node-sass to v7 - autoclosed #1952

Closed mend-for-github-com[bot] closed 2 months ago

mend-for-github-com[bot] commented 4 months ago

This PR contains the following updates:

Package Type Update Change
node-sass dependencies major ^5.0.0 -> ^7.0.0

By merging this PR, the issue #1635 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Critical Critical 9.8 CVE-2021-3918
Critical Critical 9.8 CVE-2023-26136
High High 7.5 CVE-2021-33623
High High 7.5 CVE-2021-3807
High High 7.5 CVE-2022-24999
High High 7.5 CVE-2022-25758
Medium Medium 6.5 CVE-2018-20190
Medium Medium 6.5 CVE-2018-20821
Medium Medium 6.5 CVE-2019-6283
Medium Medium 6.5 CVE-2019-6286
Medium Medium 5.3 CVE-2020-24025
Low Low 3.7 CVE-2018-19797

Release Notes

sass/node-sass (node-sass) ### [`v7.0.2`](https://togithub.com/sass/node-sass/releases/tag/v7.0.2) [Compare Source](https://togithub.com/sass/node-sass/compare/v7.0.1...v7.0.2) #### This release has been unpublished ### [`v7.0.1`](https://togithub.com/sass/node-sass/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sass/node-sass/compare/v7.0.0...v7.0.1) ##### Dependencies - Bump node-gyp from 7.1.2 to 8.4.1 - Bump sass-graph from 2.2.5 to 4.0.0 #### 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 ### [`v7.0.0`](https://togithub.com/sass/node-sass/releases/tag/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/tag/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/tag/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