From 1f059becd8b27075e4b8b48634bbcfccfb3e6784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:19:24 -0700 Subject: [PATCH] Bump sass from 1.57.1 to 1.75.0 (#7) Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.75.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.57.1...1.75.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 69d0193..431d06e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "html-webpack-plugin": "^5.6.0", "husky": "^8.0.1", "mini-css-extract-plugin": "^2.6.1", - "sass": "^1.57.1", + "sass": "^1.75.0", "sass-loader": "^13.2.0", "style-loader": "^3.3.1", "stylelint": "^14.12.1", diff --git a/yarn.lock b/yarn.lock index 1df5c49..cb3faf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7126,10 +7126,10 @@ sass-loader@^13.2.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.57.1: - version "1.57.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.57.1.tgz#dfafd46eb3ab94817145e8825208ecf7281119b5" - integrity sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw== +sass@^1.75.0: + version "1.75.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.75.0.tgz#91bbe87fb02dfcc34e052ddd6ab80f60d392be6c" + integrity sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"