diff --git a/package-lock.json b/package-lock.json index 90f72fc8b4..574ec705cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9120,9 +9120,9 @@ "dev": true }, "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==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" diff --git a/package.json b/package.json index 092daf6961..5ea6abf160 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "rollup": "^2.52.8", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.2.1", - "sass": "^1.35.1", + "sass": "^1.35.2", "shelljs": "^0.8.4", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.1",