diff --git a/package-lock.json b/package-lock.json index 14290067..e18dda71 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.0", "typescript-eslint": "^8.7.0", "vitepress": "^1.3.4", "vue": "^3.5.21", @@ -5141,10 +5141,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.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", + "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index c70db8ae..d8589610 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.0", "typescript-eslint": "^8.7.0", "vitepress": "^1.3.4", "vue": "^3.5.21",