Bump sass from 1.24.4 to 1.24.5

Bumps [sass](https://github.com/sass/dart-sass) from 1.24.4 to 1.24.5.
- [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.4...1.24.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-17 07:28:38 +00:00
committed by GitHub
parent 41595b2159
commit ef2651bf07
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8186,9 +8186,9 @@
"dev": true
},
"sass": {
"version": "1.24.4",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.24.4.tgz",
"integrity": "sha512-SqizkIEEcVPzmK1tYdlNRl/RSXMEwGcifL9GD+S2p9rEPdj6ycRbk4PWZs0jwlajNSyBPo/SXRB81i22SG0jmw==",
"version": "1.24.5",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.24.5.tgz",
"integrity": "sha512-vVtXAVGAcR2ZSwxi8poB1+sj8yQo6GfB1gNHeBRJtxpT7JqN8uXWpJorC1yGQN8ScBbcccGENwyfEwIBGudV3w==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"

View File

@@ -19,7 +19,7 @@
"laravel-mix": "^5.0.1",
"laravel-mix-purgecss": "^4.2.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.24.4",
"sass": "^1.24.5",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.1.4",
"vue-template-compiler": "^2.6.11"