From 3d7b7961550f3db10caf609a1b8138f24425e280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:39:10 +0000 Subject: [PATCH] [skip netlify]: Bump sass from 1.62.1 to 1.67.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.62.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.62.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 bb3bcf38..791c7391 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "qunit-dom": "^2.0.0", "release-it": "^15.10.3", "release-it-lerna-changelog": "^5.0.0", - "sass": "^1.62.1", + "sass": "^1.67.0", "webpack": "^5.83.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 8077e3d2..b16ad793 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12527,10 +12527,10 @@ sane@^5.0.1: minimist "^1.1.1" walker "~1.0.5" -sass@^1.62.1: - version "1.62.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.62.1.tgz#caa8d6bf098935bc92fc73fa169fb3790cacd029" - integrity sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A== +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"