From df4467de15f487ad2c9f4e39911087445d302bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:39:12 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.77.2 to 1.77.3 in /docs-site Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.3. - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.2...1.77.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs-site/package.json | 2 +- docs-site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-site/package.json b/docs-site/package.json index a366546c5..9e4e6c615 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -33,7 +33,7 @@ "raw-loader": "^4.0.2", "react-app-rewired": "^2.2.1", "react-scripts": "5.0.1", - "sass": "^1.77.2" + "sass": "^1.77.3" }, "resolutions": { "strip-ansi": "6.0.1" diff --git a/docs-site/yarn.lock b/docs-site/yarn.lock index f8fe34667..ba214a64d 100644 --- a/docs-site/yarn.lock +++ b/docs-site/yarn.lock @@ -7816,10 +7816,10 @@ sass-loader@^12.3.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.77.2: - version "1.77.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.2.tgz#18d4ed2eefc260cdc8099c5439ec1303fd5863aa" - integrity sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA== +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"