chore(deps): update dependency sass to v1.99.0
All checks were successful
Build Test / build (pull_request) Successful in 25s
JS Unit Tests / test (pull_request) Successful in 22s
PHP Unit Tests / test (pull_request) Successful in 55s

This commit is contained in:
2026-05-07 03:08:44 +00:00
parent a98ea3b1da
commit 224d2a9eeb
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"eslint-plugin-vue": "10.9.1", "eslint-plugin-vue": "10.9.1",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"prettier": "3.8.3", "prettier": "3.8.3",
"sass": "1.97.3", "sass": "1.99.0",
"sass-loader": "16.0.7", "sass-loader": "16.0.7",
"typescript": "5.9.3", "typescript": "5.9.3",
"typescript-eslint": "^8.59.0", "typescript-eslint": "^8.59.0",
@@ -5392,14 +5392,14 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.97.3", "version": "1.99.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz",
"integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==", "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==",
"devOptional": true, "devOptional": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chokidar": "^4.0.0", "chokidar": "^4.0.0",
"immutable": "^5.0.2", "immutable": "^5.1.5",
"source-map-js": ">=0.6.2 <2.0.0" "source-map-js": ">=0.6.2 <2.0.0"
}, },
"bin": { "bin": {

View File

@@ -52,7 +52,7 @@
"eslint-plugin-vue": "10.9.1", "eslint-plugin-vue": "10.9.1",
"jsdom": "^28.1.0", "jsdom": "^28.1.0",
"prettier": "3.8.3", "prettier": "3.8.3",
"sass": "1.97.3", "sass": "1.99.0",
"sass-loader": "16.0.7", "sass-loader": "16.0.7",
"typescript": "5.9.3", "typescript": "5.9.3",
"typescript-eslint": "^8.59.0", "typescript-eslint": "^8.59.0",