-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
This breaks node < 4 support and would be a very big major change for us.
This will happen in version 5.
…On 29 Nov. 2017 11:21 pm, "Evilebot Tnawi" ***@***.***> wrote:
Fix security issues (see https://github.com/request/
request/blob/master/CHANGELOG.md#v2810-20170309)
------------------------------
You can view, comment on, or merge this pull request online at:
#2170
Commit Summary
- chore: update `request` package
File Changes
- *M* package.json
<https://github.com/sass/node-sass/pull/2170/files#diff-0> (2)
Patch Links:
- https://github.com/sass/node-sass/pull/2170.patch
- https://github.com/sass/node-sass/pull/2170.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2170>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWHKRvIhBazwp3BCu47nosPwvsIKgks5s7UxDgaJpZM4Qu3-9>
.
|
Just checking: since this is now being halted on downstream projects by NSP, when will version 5 be released? Support for Node 4 as an LTS ends in basically 2 months (https://github.com/nodejs/Release#release-schedule), meaning that blocking the dependency update to cater for a soon-to-be-deprecated version just doesn't seem valid. The lowest active LTS is 6.x, that should be the minimum not true? |
Almost fixed hoek package, dependency of hawk -> request -> node-sass request/request#2874 Waiting for version 5 of node-sass sass/node-sass#2170
just my two cents: node-sass 4.9 requires node-gyp 3.3 and node-gyp 3.3 that also requires hawk 4.2.1 with the result that node-sass 4.9 already requires node >= 4 - so I don't understand the point in blocking an update because it is breaking node 0.10 support 😕 |
node-gyp is only used if the binary download fails, which is done through request |
Fix security issues (see https://github.com/request/request/blob/master/CHANGELOG.md#v2810-20170309)