1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

Bump sass from 1.22.0 to 1.22.1 (#56)

Bumps [sass](https://github.com/sass/dart-sass) from 1.22.0 to 1.22.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.22.0...1.22.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-30 12:25:28 -07:00
committed by Amir Raminfar
parent 7586b350f3
commit a0769a3bdc
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9156,12 +9156,12 @@
}
},
"sass": {
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.22.0.tgz",
"integrity": "sha512-6BEkdLYPP26cKggrMuBjMWpguMFgeayW+35LGnzXqCipm86fUboSVAdRLFKRpk1ClMNzFZums6kKkjgWF00WoA==",
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.22.1.tgz",
"integrity": "sha512-VsWrNdfIzCLbD2TO2bq9tCaUzEE0UUSGtP3r9IhHi8ypAPCb3FOVP99kMRil+ZROEcTnKReZcQP9vk6ArV2eLw==",
"dev": true,
"requires": {
"chokidar": "^2.0.0"
"chokidar": ">=2.0.0 <4.0.0"
}
},
"sax": {

View File

@@ -49,7 +49,7 @@
"node-fetch": "^2.6.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2",
"sass": "^1.22.0",
"sass": "^1.22.1",
"vue-hot-reload-api": "^2.3.3",
"vue-jest": "^3.0.4",
"vue-template-compiler": "^2.6.10"