Bump sass from 1.27.0 to 1.27.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.27.0 to 1.27.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.27.0...1.27.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-29 04:32:36 +00:00 committed by GitHub
parent 889915bfcd
commit 6c3b11132a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "aniwatch-plus",
"version": "0.2.1-beta.0",
"version": "0.3.0-beta",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -10870,9 +10870,9 @@
"dev": true
},
"sass": {
"version": "1.27.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.27.0.tgz",
"integrity": "sha512-0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig==",
"version": "1.27.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.27.1.tgz",
"integrity": "sha512-Co5i3s4kN0AgXe8ZFfIl4pfjHjPgotT81O68m3buwdj7v3oHjYiWNqp0oXTKXnEqyKU30KAYC5u8uUF4x+BKfw==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"

View file

@ -63,7 +63,7 @@
"gulp-zip": "^5.0.2",
"merge-stream": "^2.0.0",
"postcss": "^8.1.4",
"sass": "^1.27.0",
"sass": "^1.27.1",
"terser": "^5.3.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"