diff --git a/packages/devextreme-cli/package-lock.json b/packages/devextreme-cli/package-lock.json index 0b549f84f..2e1b0023b 100644 --- a/packages/devextreme-cli/package-lock.json +++ b/packages/devextreme-cli/package-lock.json @@ -15,7 +15,7 @@ "minimist": "^1.2.8", "mustache": "^3.2.1", "prompts": "^2.4.2", - "sass": "^1.89.2", + "sass": "^1.90.0", "semver": "^5.7.2", "strip-bom": "^4.0.0" }, @@ -8429,9 +8429,9 @@ } }, "node_modules/sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.90.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz", + "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -15527,9 +15527,9 @@ } }, "sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.90.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz", + "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==", "requires": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", diff --git a/packages/devextreme-cli/package.json b/packages/devextreme-cli/package.json index a61bbff06..b9bea63ac 100644 --- a/packages/devextreme-cli/package.json +++ b/packages/devextreme-cli/package.json @@ -43,7 +43,7 @@ "minimist": "^1.2.8", "mustache": "^3.2.1", "prompts": "^2.4.2", - "sass": "^1.89.2", + "sass": "^1.90.0", "semver": "^5.7.2", "strip-bom": "^4.0.0" },