diff --git a/package-lock.json b/package-lock.json index 2c2c12f447506..1a83428cb41a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6654,9 +6654,9 @@ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" }, "sass": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.29.0.tgz", - "integrity": "sha512-ZpwAUFgnvAUCdkjwPREny+17BpUj8nh5Yr6zKPGtLNTLrmtoRYIjm7njP24COhjJldjwW1dcv52Lpf4tNZVVRA==", + "version": "1.32.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.7.tgz", + "integrity": "sha512-C8Z4bjqGWnsYa11o8hpKAuoyFdRhrSHcYjCr+XAWVPSIQqC8mp2f5Dx4em0dKYehPzg5XSekmCjqJnEZbIls9A==", "requires": { "chokidar": ">=2.0.0 <4.0.0" } diff --git a/package.json b/package.json index 8bde4d371b223..43f76856f7f24 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.1.14", - "sass": "^1.29.0", + "sass": "^1.32.7", "semver": "^7.3.4", "strftime": "^0.10.0" },