From b81d718b7ec91e86d84e10b8123adb167e117fc2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 12:15:24 -0700 Subject: [PATCH] Bump sass from 1.23.0 to 1.23.1 (#154) Bumps [sass](https://github.com/sass/dart-sass) from 1.23.0 to 1.23.1. - [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.23.0...1.23.1) 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 d228b88f..9d62d2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10138,9 +10138,9 @@ } }, "sass": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.0.tgz", - "integrity": "sha512-W4HT8+WE31Rzk3EPQC++CXjD5O+lOxgYBIB8Ohvt7/zeE2UzYW+TOczDrRU3KcEy3+xwXXbmDsOZFkoqgD4TKw==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.1.tgz", + "integrity": "sha512-zQzJ3UETUWOMd/pJJGH/zvRsBVO97m11RcpfUhcQUHEXf0yHUBgOIE/Nw8aK0m1XyVJPeq228iIK7gVxsJ/Puw==", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/package.json b/package.json index 78bc3971..51659f16 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "node-fetch": "^2.6.0", "parcel-bundler": "^1.12.4", "prettier": "^1.18.2", - "sass": "^1.23.0", + "sass": "^1.23.1", "vue-hot-reload-api": "^2.3.4", "vue-jest": "^3.0.5", "vue-template-compiler": "^2.6.10"