From 67134f1d0131a5f0237dd57870c1ab20cbf4f4f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 08:07:13 +0000 Subject: [PATCH] [Security] Bump node-sass from 3.13.1 to 6.0.0 Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 6.0.0. **This update includes a security fix.** - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v3.13.1...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e9a83dd..59a10943 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "start": "npm run live-reload -s & npm run watch -s" }, "devDependencies": { - "node-sass": "^3.10.1", + "node-sass": "^6.0.0", "node-uuid": "^1.4.7" } }