From dc861afdf615ad53085c15d19f36c7c0c5807d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:53:22 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.69.7 to 1.71.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.71.0. - [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.69.7...1.71.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 6123170..4d83078 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/tailwind": "^4.0.0", "astro": "^2.0.17", "flowbite": "^2.2.1", - "sass": "^1.69.7", + "sass": "^1.71.0", "tailwind-scrollbar": "^3.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 8d4dffe..ef68b16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3414,10 +3414,10 @@ sass-formatter@^0.7.5: dependencies: suf-log "^2.5.3" -sass@^1.69.7: - version "1.69.7" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7" - integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ== +sass@^1.71.0: + version "1.71.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.71.0.tgz#b3085759b9b2ab503a977aecb7e91153bf941117" + integrity sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"