Bump sass from 1.39.2 to 1.41.1 in /admin

Bumps [sass](https://github.com/sass/dart-sass) from 1.39.2 to 1.41.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.39.2...1.41.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-17 17:00:49 +00:00 committed by Giuseppe Criscione
parent 9894ad20a1
commit f354e0c3a1
2 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@
"eslint": "^7.32.0",
"onchange": "^7.0.2",
"rollup": "^2.56.3",
"sass": "^1.39.2",
"sass": "^1.41.1",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard": "^22.0.0",
@ -3308,9 +3308,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.39.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.39.2.tgz",
"integrity": "sha512-4/6Vn2RPc+qNwSclUSKvssh7dqK1Ih3FfHBW16I/GfH47b3scbYeOw65UIrYG7PkweFiKbpJjgkf5CV8EMmvzw==",
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz",
"integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==",
"dev": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0"
@ -6615,9 +6615,9 @@
"dev": true
},
"sass": {
"version": "1.39.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.39.2.tgz",
"integrity": "sha512-4/6Vn2RPc+qNwSclUSKvssh7dqK1Ih3FfHBW16I/GfH47b3scbYeOw65UIrYG7PkweFiKbpJjgkf5CV8EMmvzw==",
"version": "1.41.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.41.1.tgz",
"integrity": "sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"

View File

@ -30,7 +30,7 @@
"eslint": "^7.32.0",
"onchange": "^7.0.2",
"rollup": "^2.56.3",
"sass": "^1.39.2",
"sass": "^1.41.1",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard": "^22.0.0",