diff --git a/gulpfile.js b/gulpfile.js index 53f9f85d..ccccce9a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,8 +44,8 @@ const createSass = }) .pipe( sass({ - outputStyle: production ? "compressed" : "expanded", - includePaths: ["node_modules"], + style: production ? "compressed" : "expanded", + loadPaths: ["node_modules"], }).on("error", sass.logError) ) .pipe(postcss()) diff --git a/package-lock.json b/package-lock.json index a6265978..5d220f68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "gulp": "^5.0.0", "gulp-header": "^2.0.9", "gulp-postcss": "^10.0.0", - "gulp-sass": "^5.1.0", + "gulp-sass": "^6.0.0", "gulp-shell": "^0.8.0", "husky": "^9.1.7", "jsdom": "^25.0.1", @@ -31901,9 +31901,9 @@ } }, "node_modules/gulp-sass": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-5.1.0.tgz", - "integrity": "sha512-7VT0uaF+VZCmkNBglfe1b34bxn/AfcssquLKVDYnCDJ3xNBaW7cUuI3p3BQmoKcoKFrs9jdzUxyb+u+NGfL4OQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-6.0.0.tgz", + "integrity": "sha512-FGb4Uab4jnH2GnSfBGd6uW3+imvNodAGfsjGcUhEtpNYPVx+TK2tp5uh7MO0sSR7aIf1Sm544werc+zV7ejHHw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 03444846..ebd1285e 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "gulp": "^5.0.0", "gulp-header": "^2.0.9", "gulp-postcss": "^10.0.0", - "gulp-sass": "^5.1.0", + "gulp-sass": "^6.0.0", "gulp-shell": "^0.8.0", "husky": "^9.1.7", "jsdom": "^25.0.1",