From c868a6374de6f345b51786a30310f67ec6fce63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 07:20:53 +0000 Subject: [PATCH] Bump sass from 1.26.11 to 1.27.0 in /frontend Bumps [sass](https://github.com/sass/dart-sass) from 1.26.11 to 1.27.0. - [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.11...1.27.0) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 596ae2b1f2..c8dcc2c305 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7869,9 +7869,9 @@ "dev": true }, "sass": { - "version": "1.26.11", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.26.11.tgz", - "integrity": "sha512-W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.27.0.tgz", + "integrity": "sha512-0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig==", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/frontend/package.json b/frontend/package.json index 06b62cac4b..8d7fa1c6db 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "laravel-mix-bundle-analyzer": "^1.0.5", "lodash": "^4.17.20", "resolve-url-loader": "^3.1.0", - "sass": "^1.26.11", + "sass": "^1.27.0", "sass-loader": "^10.0.3", "vue": "^2.6.12", "vue-i18n": "^8.21.1",