diff --git a/package-lock.json b/package-lock.json index bfa7acc1..438931fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "minimatch": "^10.0.1", "quickchart-js": "^3.1.3", "sanitize-filename": "^1.6.3", - "sass": "^1.83.0", + "sass": "^1.93.2", "typescript-eslint": "^8.15.0", "vitepress": "^1.3.4", "vue": "^3.5.21", @@ -5663,10 +5663,11 @@ } }, "node_modules/sass": { - "version": "1.83.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", - "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", + "version": "1.93.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", + "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 2e68a89b..b9c9d6d7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "minimatch": "^10.0.1", "quickchart-js": "^3.1.3", "sanitize-filename": "^1.6.3", - "sass": "^1.83.0", + "sass": "^1.93.2", "typescript-eslint": "^8.15.0", "vitepress": "^1.3.4", "vue": "^3.5.21",