chore(deps): update dependency sass to v1.98.0 (#2821)
dancefinder-app / build (push) Successful in 5m13s
dancefinder-app / deploy-prod (push) Successful in 1m36s

This commit was merged in pull request #2821.
This commit is contained in:
2026-03-10 23:09:18 +00:00
parent ff45af2bef
commit ddc5a5ae17
2 changed files with 13 additions and 20 deletions
+12 -19
View File
@@ -42,7 +42,7 @@
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.97.3",
"sass": "1.98.0",
"stylelint": "17.4.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
@@ -146,13 +146,6 @@
"graphql": "*"
}
},
"node_modules/@ardatan/relay-compiler/node_modules/immutable": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
"integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
"dev": true,
"license": "MIT"
},
"node_modules/@auth0/auth0-spa-js": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.11.0.tgz",
@@ -12872,6 +12865,13 @@
"dev": true,
"license": "MIT"
},
"node_modules/immutable": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.5.tgz",
"integrity": "sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==",
"dev": true,
"license": "MIT"
},
"node_modules/import-fresh": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
@@ -17830,14 +17830,14 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz",
"integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==",
"version": "1.98.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz",
"integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==",
"dev": true,
"license": "MIT",
"dependencies": {
"chokidar": "^4.0.0",
"immutable": "^5.0.2",
"immutable": "^5.1.5",
"source-map-js": ">=0.6.2 <2.0.0"
},
"bin": {
@@ -17850,13 +17850,6 @@
"@parcel/watcher": "^2.4.1"
}
},
"node_modules/sass/node_modules/immutable": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
"integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
"dev": true,
"license": "MIT"
},
"node_modules/sax": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
+1 -1
View File
@@ -34,7 +34,7 @@
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.97.3",
"sass": "1.98.0",
"stylelint": "17.4.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",