From 261cdf47f3e11ebfd9fe1059049a52dc5cc3aec2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 06:57:37 +0000 Subject: [PATCH] Bump sass from 1.26.9 to 1.26.10 Bumps [sass](https://github.com/sass/dart-sass) from 1.26.9 to 1.26.10. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.26.9...1.26.10) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8491ccf8e..896fa5625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8155,9 +8155,9 @@ } }, "sass": { - "version": "1.26.9", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.9.tgz", - "integrity": "sha512-t8AkRVi+xvba4yZiLWkJdgJHBFCB3Dh4johniQkPy9ywkgFHNasXFEFP+RG/F6LhQ+aoE4aX+IorIWQjS0esVw==", + "version": "1.26.10", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.10.tgz", + "integrity": "sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw==", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/package.json b/package.json index 40438111e..e627bbd41 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "preact": "^10.4.5", "resize-observer-polyfill": "^1.5.1", "rimraf": "^3.0.2", - "sass": "^1.26.9", + "sass": "^1.26.10", "sass-loader": "^9.0.1", "stylelint": "^13.6.1", "stylelint-config-rational-order": "^0.1.2",