Merge pull request #4026 from firefly-iii/dependabot/npm_and_yarn/frontend/develop/sass-1.28.0

Bump sass from 1.27.0 to 1.28.0 in /frontend
This commit is contained in:
James Cole 2020-11-02 08:24:27 +01:00 committed by GitHub
commit 70b8a10e94
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 "dev": true
}, },
"sass": { "sass": {
"version": "1.27.0", "version": "1.28.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.27.0.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.28.0.tgz",
"integrity": "sha512-0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig==", "integrity": "sha512-9FWX/0wuE1KxwfiP02chZhHaPzu6adpx9+wGch7WMOuHy5npOo0UapRI3FNSHva2CczaYJu2yNUBN8cCSqHz/A==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": ">=2.0.0 <4.0.0" "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", "lodash": "^4.17.20",
"node-forge": ">=0.10.0", "node-forge": ">=0.10.0",
"resolve-url-loader": "^3.1.2", "resolve-url-loader": "^3.1.2",
"sass": "^1.27.0", "sass": "^1.28.0",
"sass-loader": "^10.0.4", "sass-loader": "^10.0.4",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-i18n": "^8.22.1", "vue-i18n": "^8.22.1",