From ec60bbbbc0dbc732689c4e955f6c7b9107c221c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:31:52 +0000 Subject: [PATCH] chore(deps): update dependency sass to ^1.83.3 (#3587) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94e6495aa5e4..b7eee2d91b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "prettier-plugin-packagejson": "^2.5.6", "react-test-renderer": "^18.3.1", "rimraf": "6.0.1", - "sass": "^1.83.2", + "sass": "^1.83.3", "source-map-support": "^0.5.21", "stylelint": "^16.13.1", "stylelint-config-recommended-scss": "^14.1.0", @@ -26887,9 +26887,9 @@ } }, "node_modules/sass": { - "version": "1.83.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.2.tgz", - "integrity": "sha512-1evIZT01aymzDxc72k8vjTa2wkPfkso4x3lVlZvWr388X7zNzVK4Xaz12rGC1E+8fGmoJW+suF3+kK7+NNwQXQ==", + "version": "1.83.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.3.tgz", + "integrity": "sha512-t4gb+nTrUeaPb+xzdqDmaMyi8evP0QuUB8o57dYHZF/lIGniqZ/PR/iWGcWoS8vr46F9V7buXFv290fMV6vTIQ==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 520e01bd6b39..ec0aa9e5a29b 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "prettier-plugin-packagejson": "^2.5.6", "react-test-renderer": "^18.3.1", "rimraf": "6.0.1", - "sass": "^1.83.2", + "sass": "^1.83.3", "source-map-support": "^0.5.21", "stylelint": "^16.13.1", "stylelint-config-recommended-scss": "^14.1.0",