diff --git a/package-lock.json b/package-lock.json index 2ae3a81..9552c09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "^3.5.1", "@astrojs/tailwind": "^5.1.5", "astro": "^5.13.4", - "sass": "^1.89.2", + "sass": "^1.91.0", "tailwindcss": "^3.4.17" }, "devDependencies": { @@ -5313,9 +5313,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.91.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.91.0.tgz", + "integrity": "sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index d7fc492..d1f1a65 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.5.1", "@astrojs/tailwind": "^5.1.5", "astro": "^5.13.4", - "sass": "^1.89.2", + "sass": "^1.91.0", "tailwindcss": "^3.4.17" }, "devDependencies": {