diff --git a/package-lock.json b/package-lock.json index dea6a242a..3469e96e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-scss": "^4.0.1", "sass": "^1.97.2", - "sass-loader": "^16.0.6", + "sass-loader": "^17.0.0", "semantic-release": "^25.0.2", "semantic-release-npm-github": "^6.0.0", "style-loader": "^4.0.0", @@ -27354,16 +27354,13 @@ } }, "node_modules/sass-loader": { - "version": "16.0.8", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.8.tgz", - "integrity": "sha512-hcov4ZwZJIGbEuyNr9EmiTmZueyrxSToE6GOzoZnq5JM7ecRO7ttyvilPn+VmRsqiP16+VYZzVnGZj/hzZgKBA==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-17.0.0.tgz", + "integrity": "sha512-0Ybm8ohBQ9LcrycVrFQp/KQBNX5a3Wda9/smS0mE/xLffzEnwvV8nykOzrbiSWNzTE3IB/jiXx8O4QmDPG2+Gw==", "dev": true, "license": "MIT", - "dependencies": { - "neo-async": "^2.6.2" - }, "engines": { - "node": ">= 18.12.0" + "node": ">= 22.11.0" }, "funding": { "type": "opencollective", @@ -27371,7 +27368,6 @@ }, "peerDependencies": { "@rspack/core": "0.x || ^1.0.0 || ^2.0.0-0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "sass": "^1.3.0", "sass-embedded": "*", "webpack": "^5.0.0" @@ -27380,9 +27376,6 @@ "@rspack/core": { "optional": true }, - "node-sass": { - "optional": true - }, "sass": { "optional": true }, diff --git a/package.json b/package.json index e59056529..4818d441d 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-scss": "^4.0.1", "sass": "^1.97.2", - "sass-loader": "^16.0.6", + "sass-loader": "^17.0.0", "semantic-release": "^25.0.2", "semantic-release-npm-github": "^6.0.0", "style-loader": "^4.0.0",