From 08571b75c62e4ce06a21be417e78d4c6b636e76e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 07:44:40 +0000 Subject: [PATCH] Bump sass from 1.24.5 to 1.25.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.24.5 to 1.25.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.24.5...1.25.0) 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 4455c09..8938156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8186,9 +8186,9 @@ "dev": true }, "sass": { - "version": "1.24.5", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.24.5.tgz", - "integrity": "sha512-vVtXAVGAcR2ZSwxi8poB1+sj8yQo6GfB1gNHeBRJtxpT7JqN8uXWpJorC1yGQN8ScBbcccGENwyfEwIBGudV3w==", + "version": "1.25.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.25.0.tgz", + "integrity": "sha512-uQMjye0Y70SEDGO56n0j91tauqS9E1BmpKHtiYNQScXDHeaE9uHwNEqQNFf4Bes/3DHMNinB6u79JsG10XWNyw==", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/package.json b/package.json index 2fb68b4..406210b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "laravel-mix": "^5.0.1", "laravel-mix-purgecss": "^4.2.0", "resolve-url-loader": "^3.1.1", - "sass": "^1.24.5", + "sass": "^1.25.0", "sass-loader": "^8.0.2", "tailwindcss": "^1.1.4", "vue-template-compiler": "^2.6.11"