diff --git a/package-lock.json b/package-lock.json index 31e063f..e17010e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "astro-icon": "^1.1.4", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "tailwindcss": "^3.4.16", "typescript": "^5.7.2" }, @@ -6456,9 +6456,9 @@ } }, "node_modules/sass": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", - "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 905df38..85426ce 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "astro-icon": "^1.1.4", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "tailwindcss": "^3.4.16", "typescript": "^5.7.2" },