From 7c927db03d74ec9a5992adb1ee2eb7aeb8f5451a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:30:21 +0000 Subject: [PATCH] Bump sass from 1.77.2 to 1.77.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 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.77.2...1.77.3) --- 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 84953c9652..d55cb36de3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "esbuild": "^0.21.4", "govuk-country-and-territory-autocomplete": "^1.0.2", "govuk-frontend": "^5.4.0", - "sass": "^1.77.2" + "sass": "^1.77.3" }, "scripts": { "build": "esbuild app/javascript/*.* --bundle --sourcemap --target=es6 --outdir=app/assets/builds", diff --git a/yarn.lock b/yarn.lock index c9e0c7b17e..7d509c3053 100644 --- a/yarn.lock +++ b/yarn.lock @@ -326,10 +326,10 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -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"