diff --git a/package-lock.json b/package-lock.json index ffef6723..be5bc5b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^1.5.4", "@vue/tsconfig": "^0.5.1", - "sass": "^1.89.1", + "sass": "^1.89.2", "typescript": "^5.8.3", "vite": "^6.3.5" }, @@ -9912,9 +9912,9 @@ } }, "node_modules/sass": { - "version": "1.89.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", - "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "dev": true, "license": "MIT", "dependencies": { @@ -18550,9 +18550,9 @@ } }, "sass": { - "version": "1.89.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", - "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 8bdc574d..880959f9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^1.5.4", "@vue/tsconfig": "^0.5.1", - "sass": "^1.89.1", + "sass": "^1.89.2", "typescript": "^5.8.3", "vite": "^6.3.5" }