dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.56k stars 381 forks source link

Update dependencies #816

Closed XhmikosR closed 2 years ago

XhmikosR commented 2 years ago

Nothing too fancy, but since strip-ansi has a security issue, we better force the update.

I'm going to keep this as draft, but ping me to update it before merging or a new release.

XhmikosR commented 2 years ago

@xzyfer did you see my comments is #815? If you want to add a lock file I could add it here and adapt #813 too.

xzyfer commented 2 years ago

Adding a lock file would be preferable

On Mon, 4 Oct 2021, 11:27 pm XhmikosR, @.***> wrote:

@xzyfer https://github.com/xzyfer did you see my comments is #815 https://github.com/dlmanning/gulp-sass/pull/815? If you want to add a lock file I could add it here and adapt #813 https://github.com/dlmanning/gulp-sass/pull/813 too.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dlmanning/gulp-sass/pull/816#issuecomment-933435081, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAENSWFPDIMR7YE37T24HBLUFGMUVANCNFSM5FISRN2Q .

XhmikosR commented 2 years ago

Done. After merging this, I'll update the other PRs to make use of npm ci and cache.

xzyfer commented 2 years ago

Thanks