Bump sass from 1.27.0 to 1.28.0 in /frontend

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-02 06:03:39 +00:00 committed by GitHub
parent d6c7ccf62d
commit b40eaf7585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
frontend/package-lock.json generated Executable file → Normal file
View File

@ -7807,9 +7807,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.28.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.28.0.tgz",
"integrity": "sha512-9FWX/0wuE1KxwfiP02chZhHaPzu6adpx9+wGch7WMOuHy5npOo0UapRI3FNSHva2CczaYJu2yNUBN8cCSqHz/A==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"

2
frontend/package.json Executable file → Normal file
View File

@ -17,7 +17,7 @@
"lodash": "^4.17.20",
"node-forge": ">=0.10.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.27.0",
"sass": "^1.28.0",
"sass-loader": "^10.0.4",
"vue": "^2.6.12",
"vue-i18n": "^8.22.1",