diff --git a/package-lock.json b/package-lock.json index 7101dd6..2ac819c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-jsx-a11y": "^6", "glob": "^11.0.0", "rimraf": "^6", - "sass": "^1.82.0", + "sass": "^1.83.0", "tsup": "^8", "typescript-eslint": "^8.17.0" }, @@ -5126,9 +5126,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 6df03c2..89ac75f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-plugin-jsx-a11y": "^6", "glob": "^11.0.0", "rimraf": "^6", - "sass": "^1.82.0", + "sass": "^1.83.0", "tsup": "^8", "typescript-eslint": "^8.17.0" },