From 8a6323a5ee714e1c332bdd4d6177eca426ae22e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 03:01:17 +0000 Subject: [PATCH] Bump sass from 1.54.7 to 1.54.8 Bumps [sass](https://github.com/sass/dart-sass) from 1.54.7 to 1.54.8. - [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.54.7...1.54.8) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... 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 e8819227..80881b39 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "pnp-webpack-plugin": "^1.7.0", "propagating-hammerjs": "^2.0.1", "rails-erb-loader": "^5.5.2", - "sass": "^1.54.7", + "sass": "^1.54.8", "sass-loader": "^13.0.2", "shakapacker": "6.5.1", "sortablejs": "^1.15.0", diff --git a/yarn.lock b/yarn.lock index 1dd5fdc5..671a0f26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3820,10 +3820,10 @@ sass-loader@^13.0.2: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.54.7: - version "1.54.7" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.7.tgz#a93fb1690472b161fab8f4ab34a66a0f3000c478" - integrity sha512-3q7MQz7sCpVG6TLhUfZwGOcd2/sm2ghYN2JEdRjNiW04ILdvahdo9GuAs+bxsxZ3hDCKv+wUT5w0iFWGU0CxlA== +sass@^1.54.8: + version "1.54.8" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.8.tgz#4adef0dd86ea2b1e4074f551eeda4fc5f812a996" + integrity sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"