Update dependency sass-loader to v10.0.5 (#286)
Update dependency sass-loader to v10.0.5 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/286 Co-Authored-By: renovate <renovatebot@kolaente.de> Co-Committed-By: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
588b4f507a
commit
d69df24817
2 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@
|
||||||
"eslint": "7.12.1",
|
"eslint": "7.12.1",
|
||||||
"eslint-plugin-vue": "7.1.0",
|
"eslint-plugin-vue": "7.1.0",
|
||||||
"node-sass": "4.14.1",
|
"node-sass": "4.14.1",
|
||||||
"sass-loader": "10.0.4",
|
"sass-loader": "10.0.5",
|
||||||
"vue-flatpickr-component": "8.1.6",
|
"vue-flatpickr-component": "8.1.6",
|
||||||
"vue-multiselect": "2.1.6",
|
"vue-multiselect": "2.1.6",
|
||||||
"vue-notification": "1.3.20",
|
"vue-notification": "1.3.20",
|
||||||
|
|
|
@ -11495,10 +11495,10 @@ sass-graph@2.2.5:
|
||||||
scss-tokenizer "^0.2.3"
|
scss-tokenizer "^0.2.3"
|
||||||
yargs "^13.3.2"
|
yargs "^13.3.2"
|
||||||
|
|
||||||
sass-loader@10.0.4:
|
sass-loader@10.0.5:
|
||||||
version "10.0.4"
|
version "10.0.5"
|
||||||
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.4.tgz#ec7181096947d078d60a1d76d527f47c19b151d8"
|
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.5.tgz#f53505b5ddbedf43797470ceb34066ded82bb769"
|
||||||
integrity sha512-zhdZ8qvZM4iL5XjLVEjJLvKWvC+MB+hHgzL2x/Nf7UHpUNmPYsJvypW79bW39g4LZ603dH/dRSsRYzJJIljtdA==
|
integrity sha512-2LqoNPtKkZq/XbXNQ4C64GFEleSEHKv6NPSI+bMC/l+jpEXGJhiRYkAQToO24MR7NU4JRY2RpLpJ/gjo2Uf13w==
|
||||||
dependencies:
|
dependencies:
|
||||||
klona "^2.0.4"
|
klona "^2.0.4"
|
||||||
loader-utils "^2.0.0"
|
loader-utils "^2.0.0"
|
||||||
|
|
Loading…
Reference in a new issue