From 8a42b6e91849d3b06d94b6a5d07946f59fcd533e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:48:44 +0000 Subject: [PATCH] Update dependency sass to v1.69.1 [skip netlify] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a633d97..fcbfc81 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "rehype-inline": "2.0.0", "rehype-parse": "9.0.0", "rehype-stringify": "10.0.0", - "sass": "1.69.0", + "sass": "1.69.1", "stylelint": "15.10.3", "stylelint-config-prettier": "9.0.5", "stylelint-config-spaceninja": "14.0.0", diff --git a/yarn.lock b/yarn.lock index c8fa77b..79d53e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3307,10 +3307,10 @@ safe-regex-test@^1.0.0: get-intrinsic "^1.1.3" is-regex "^1.1.4" -sass@1.69.0: - version "1.69.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.0.tgz#5195075371c239ed556280cf2f5944d234f42679" - integrity sha512-l3bbFpfTOGgQZCLU/gvm1lbsQ5mC/WnLz3djL2v4WCJBDrWm58PO+jgngcGRNnKUh6wSsdm50YaovTqskZ0xDQ== +sass@1.69.1: + version "1.69.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.1.tgz#659b3b04452245dcf82f731684831e990ddb0c89" + integrity sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"