diff --git a/package-lock.json b/package-lock.json index a67705f..6c3388b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11357,9 +11357,9 @@ "dev": true }, "sass": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.30.0.tgz", - "integrity": "sha512-26EUhOXRLaUY7+mWuRFqGeGGNmhB1vblpTENO1Z7mAzzIZeVxZr9EZoaY1kyGLFWdSOZxRMAufiN2mkbO6dAlw==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.0.tgz", + "integrity": "sha512-fhyqEbMIycQA4blrz/C0pYhv2o4x2y6FYYAH0CshBw3DXh5D5wyERgxw0ptdau1orc/GhNrhF7DFN2etyOCEng==", "dev": true, "requires": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/package.json b/package.json index 4ba59c4..bdde13c 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "gulp-zip": "^5.0.2", "merge-stream": "^2.0.0", "postcss": "^8.2.2", - "sass": "^1.30.0", + "sass": "^1.32.0", "terser": "^5.5.1", "tsify": "^5.0.2", "typescript": "^4.1.3",