chore(deps): update dependency sass to v1.80.7

This commit is contained in:
Renovate
2024-11-12 23:59:55 +00:00
committed by Joakim Olsson
parent e6c8cf26cf
commit d5152326a5
2 changed files with 12 additions and 10 deletions
+11 -9
View File
@@ -42,7 +42,7 @@
"eslint-plugin-vue": "9.31.0",
"nuxt": "3.14.159",
"postcss-html": "1.7.0",
"sass": "1.80.6",
"sass": "1.80.7",
"stylelint": "16.10.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",
@@ -17066,13 +17066,14 @@
"dev": true
},
"node_modules/sass": {
"version": "1.80.6",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.80.6.tgz",
"integrity": "sha512-ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg==",
"version": "1.80.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.80.7.tgz",
"integrity": "sha512-MVWvN0u5meytrSjsU7AWsbhoXi1sc58zADXFllfZzbsBT1GHjjar6JwBINYPRrkx/zqnQ6uqbQuHgE95O+C+eQ==",
"devOptional": true,
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0",
"immutable": "^4.0.0",
"immutable": "^5.0.2",
"source-map-js": ">=0.6.2 <2.0.0"
},
"bin": {
@@ -17086,10 +17087,11 @@
}
},
"node_modules/sass/node_modules/immutable": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz",
"integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==",
"devOptional": true
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.2.tgz",
"integrity": "sha512-1NU7hWZDkV7hJ4PJ9dur9gTNQ4ePNPN4k9/0YhwjzykTi/+3Q5pF93YU5QoVj8BuOnhLgaY8gs0U2pj4kSYVcw==",
"devOptional": true,
"license": "MIT"
},
"node_modules/schema-utils": {
"version": "4.2.0",
+1 -1
View File
@@ -34,7 +34,7 @@
"eslint-plugin-vue": "9.31.0",
"nuxt": "3.14.159",
"postcss-html": "1.7.0",
"sass": "1.80.6",
"sass": "1.80.7",
"stylelint": "16.10.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.1",