From 2fd2fd827a69871f7172e9a9e2592ed5ba7c6ef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:07:07 +0000 Subject: [PATCH] fix(deps): update dependency sass to ^1.89.2 --- packages/devextreme-cli/package-lock.json | 14 +++++++------- packages/devextreme-cli/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/devextreme-cli/package-lock.json b/packages/devextreme-cli/package-lock.json index fd9b635ba..0025991e2 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.88.0", + "sass": "^1.89.2", "semver": "^5.7.2", "strip-bom": "^4.0.0" }, @@ -8426,9 +8426,9 @@ } }, "node_modules/sass": { - "version": "1.88.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.88.0.tgz", - "integrity": "sha512-sF6TWQqjFvr4JILXzG4ucGOLELkESHL+I5QJhh7CNaE+Yge0SI+ehCatsXhJ7ymU1hAFcIS3/PBpjdIbXoyVbg==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", @@ -15523,9 +15523,9 @@ } }, "sass": { - "version": "1.88.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.88.0.tgz", - "integrity": "sha512-sF6TWQqjFvr4JILXzG4ucGOLELkESHL+I5QJhh7CNaE+Yge0SI+ehCatsXhJ7ymU1hAFcIS3/PBpjdIbXoyVbg==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "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 7183a576b..1e5c124c8 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.88.0", + "sass": "^1.89.2", "semver": "^5.7.2", "strip-bom": "^4.0.0" },