diff --git a/package-lock.json b/package-lock.json index 04d5d90..e8f8dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "prettier": "^3.8.0", "prettier-plugin-svelte": "^3.4.1", "prettier-plugin-tailwindcss": "^0.7.2", - "sass": "^1.97.2", + "sass": "^1.97.3", "svelte": "^5.47.1", "svelte-check": "^4.3.5", "terser": "^5.46.0", @@ -1827,9 +1827,9 @@ } }, "node_modules/sass": { - "version": "1.97.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", - "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", + "version": "1.97.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz", + "integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1d5b8d0..d3ed3f0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "prettier": "^3.8.0", "prettier-plugin-svelte": "^3.4.1", "prettier-plugin-tailwindcss": "^0.7.2", - "sass": "^1.97.2", + "sass": "^1.97.3", "svelte": "^5.47.1", "svelte-check": "^4.3.5", "terser": "^5.46.0",