diff --git a/package-lock.json b/package-lock.json index b4a47ec8..4f83be43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.0", "@vue/tsconfig": "^0.8.1", - "sass": "^1.96.0", + "sass": "^1.97.2", "vite": "^7.1.12" }, "engines": { @@ -8466,9 +8466,9 @@ } }, "node_modules/sass": { - "version": "1.96.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.96.0.tgz", - "integrity": "sha512-8u4xqqUeugGNCYwr9ARNtQKTOj4KmYiJAVKXf2CTIivTCR51j96htbMKWDru8H5SaQWpyVgTfOF8Ylyf5pun1Q==", + "version": "1.97.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", + "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cd8e4a18..b5f88279 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nextcloud/typings": "^1.10.0", "@nextcloud/vite-config": "^2.5.0", "@vue/tsconfig": "^0.8.1", - "sass": "^1.96.0", + "sass": "^1.97.2", "vite": "^7.1.12" }, "engines": {