From ea1787c8ba655d3c061d50efedf57844b93c8323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 15:20:39 +0000 Subject: [PATCH] Bump sass from 1.75.0 to 1.77.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.75.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.75.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 431eb2c..5766f3e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "esbuild": "^0.21.4", "govuk-frontend": "^5.3.0", - "sass": "^1.75.0" + "sass": "^1.77.3" }, "scripts": { "build:css": "sass ./app/assets/stylesheets/main.scss:./app/assets/builds/main.css --no-source-map --load-path=node_modules --quiet-deps", diff --git a/yarn.lock b/yarn.lock index fbace1e..77f5018 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -sass@^1.75.0: - version "1.75.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.75.0.tgz#91bbe87fb02dfcc34e052ddd6ab80f60d392be6c" - integrity sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw== +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"