From 5a5c1d52af0bfc31b1aa1bc6c1a4bf1db126c743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 05:45:52 +0000 Subject: [PATCH] Bump node-sass from 3.13.1 to 4.14.1 in /themes/gohugo-amp/exampleSite Bumps [node-sass](https://github.com/sass/node-sass) from 3.13.1 to 4.14.1. - [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...v4.14.1) Signed-off-by: dependabot[bot] --- themes/gohugo-amp/exampleSite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gohugo-amp/exampleSite/package.json b/themes/gohugo-amp/exampleSite/package.json index 7232eb1..6c87aab 100644 --- a/themes/gohugo-amp/exampleSite/package.json +++ b/themes/gohugo-amp/exampleSite/package.json @@ -19,7 +19,7 @@ "html-minifier": "^3.1.1", "autoprefixer": "^6.5.3", "cssnano": "^3.8.0", - "node-sass": "^3.11.3", + "node-sass": "^4.14.1", "nodemon": "^1.11.0", "postcss": "^5.2.5" },