From 382a10d1d209f5ab9ecdf47cb4a811da73c682a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:50:12 +0000 Subject: [PATCH] build(deps): bump sass from 1.66.1 to 1.67.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.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.66.1...1.67.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 e5979a0e..6f6cb53a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "lefthook": "1.4.1", "openapi-types": "12.1.3", "rollup-plugin-visualizer": "5.9.2", - "sass": "1.66.1", + "sass": "1.67.0", "semantic-release": "21.1.1", "tailwindcss": "3.3.2", "typescript": "4.9.5", diff --git a/yarn.lock b/yarn.lock index 2f6d59a7..c8209f36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9476,10 +9476,10 @@ sass-lookup@^3.0.0: dependencies: commander "^2.16.0" -sass@1.66.1: - version "1.66.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.66.1.tgz#04b51c4671e4650aa393740e66a4e58b44d055b1" - integrity sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA== +sass@1.67.0: + version "1.67.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.67.0.tgz#fed84d74b9cd708db603b1380d6dc1f71bb24f6f" + integrity sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"