From 5c9b2911c327336a3ebde0cd9694e1af3be234b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:12:03 +0000 Subject: [PATCH] build(deps): bump sass from 1.77.3 to 1.77.8 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.3 to 1.77.8. - [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.77.3...1.77.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... 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 fb32ff20f..ce57fca75 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-dom": "^17.0.2", "react-feather": "^2.0.10", "rehype-autolink-headings": "^7.1.0", - "sass": "^1.77.3", + "sass": "^1.77.8", "use-undo": "^1.1.1", "winston": "^3.13.0", "yup": "1.4.0" diff --git a/yarn.lock b/yarn.lock index c1b9272a8..80ec38117 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18735,10 +18735,10 @@ sass-loader@^14.2.1: dependencies: neo-async "^2.6.2" -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== +sass@^1.77.8: + version "1.77.8" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd" + integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"