From e157ce1ebf4dbcec156a5f7522aca72a7ba1b6a2 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 16 Jan 2018 06:32:54 +0000 Subject: [PATCH] Build: Bump grunt-sass to v2.0.0 from v1.2.1 for Node 8.x support. Changes: https://github.com/sindresorhus/grunt-sass/compare/v1.2.1...v2.0.0 Props netweb. See #35105. Fixes #43097. git-svn-id: https://develop.svn.wordpress.org/trunk@42463 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a6ca725d3..d9ca160aff 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-postcss": "~0.7.1", "grunt-replace": "~1.0.1", "grunt-rtlcss": "~2.0.1", - "grunt-sass": "~1.2.1", + "grunt-sass": "2.0.0", "ink-docstrap": "^1.3.0", "grunt-webpack": "^3.0.2", "matchdep": "~1.0.0",