From 2e969e684bba9e2c66cbd15b74ae0b572b1b56fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 10:56:31 +0000 Subject: [PATCH] Bump sass from 1.76.0 to 1.77.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.76.0 to 1.77.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.76.0...1.77.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb04ab2..49b5048 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-signature-pad-wrapper": "^3.4.0", "react-unity-webgl": "^9.5.2", "reactstrap": "^9.2.2", - "sass": "^1.76.0", + "sass": "^1.77.3", "short-unique-id": "^4.4.4", "socket.io-client": "^4.7.5" }, diff --git a/yarn.lock b/yarn.lock index 44e2154..5043643 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8280,10 +8280,10 @@ sass-loader@^12.3.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.76.0: - version "1.76.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.76.0.tgz#fe15909500735ac154f0dc7386d656b62b03987d" - integrity sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw== +sass@^1.77.3: + version "1.77.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.3.tgz#4e93f6197786c05cab2c795c3f0f243470d94836" + integrity sha512-WJHo+jmFp0dwRuymPmIovuxHaBntcCyja5hCB0yYY9wWrViEp4kF5Cdai98P72v6FzroPuABqu+ddLMbQWmwzA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"