diff --git a/package-lock.json b/package-lock.json index d9f14eb094053..5951500330a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6775,9 +6775,9 @@ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, "sass": { - "version": "1.35.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz", - "integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==", + "version": "1.35.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.35.2.tgz", + "integrity": "sha512-jhO5KAR+AMxCEwIH3v+4zbB2WB0z67V1X0jbapfVwQQdjHZUGUyukpnoM6+iCMfsIUC016w9OPKQ5jrNOS9uXw==", "requires": { "chokidar": ">=3.0.0 <4.0.0" } diff --git a/package.json b/package.json index 673a541b6d392..b23042356dc82 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.3.5", - "sass": "^1.35.1", + "sass": "^1.35.2", "semver": "^7.3.5", "strftime": "^0.10.0" },