From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 12:35:10 +0000 (+0300) Subject: Bump node-sass from 4.13.1 to 4.14.0 (#30667) X-Git-Tag: v5.0.0-alpha1~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7d31f820dedd4d7dabfedd09ac7331f2a83d77;p=thirdparty%2Fbootstrap.git Bump node-sass from 4.13.1 to 4.14.0 (#30667) Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 4.14.0. - [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/v4.13.1...v4.14.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index 6b11adc309..5d07ea72e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8134,9 +8134,9 @@ "dev": true }, "node-sass": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz", - "integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.14.0.tgz", + "integrity": "sha512-AxqU+DFpk0lEz95sI6jO0hU0Rwyw7BXVEv6o9OItoXLyeygPeaSpiV4rwQb10JiTghHaa0gZeD21sz+OsQluaw==", "dev": true, "requires": { "async-foreach": "^0.1.3", diff --git a/package.json b/package.json index 250b949a90..b33d362819 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "karma-rollup-preprocessor": "^7.0.5", "linkinator": "^2.0.6", "lockfile-lint": "^4.2.2", - "node-sass": "^4.13.1", + "node-sass": "^4.14.0", "nodemon": "^2.0.3", "npm-run-all": "^4.1.5", "popper.js": "^1.16.0",