From 8ce9bd21afdce9779a27b7de930008726c02ef41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:12:38 +0000 Subject: [PATCH] Bump sass from 1.77.7 to 1.77.8 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.7 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.7...1.77.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 0408288ad21..73ebcec3407 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "octokit": "3.2.1", "ps-tree": "1.2.0", "raw-loader": "4.0.2", - "sass": "1.77.7", + "sass": "1.77.8", "sass-loader": "14.2.1", "ts-jest": "29.2.2", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index 92f1a016351..600c24eec8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11418,10 +11418,10 @@ sass-resources-loader@^2.2.5: glob "^7.1.6" loader-utils "^2.0.0" -sass@1.77.7: - version "1.77.7" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.7.tgz#ef3520edc8f59da089f25891d8a6bebf93668ee0" - integrity sha512-9ywH75cO+rLjbrZ6en3Gp8qAMwPGBapFtlsMJoDTkcMU/bSe5a6cjKVUn5Jr4Gzg5GbP3HE8cm+02pLCgcoMow== +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"