From 67811c693dce4262c26860aa0779ba0e3f5880ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:03:59 +0000 Subject: [PATCH] [TASK]: Bump sass from 1.63.3 to 1.63.4 in /Resources/Private/Frontend Bumps [sass](/~https://github.com/sass/dart-sass) from 1.63.3 to 1.63.4. - [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.63.3...1.63.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Resources/Private/Frontend/package.json | 2 +- Resources/Private/Frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json index fe4332cb..acb8e0c0 100644 --- a/Resources/Private/Frontend/package.json +++ b/Resources/Private/Frontend/package.json @@ -41,7 +41,7 @@ "ignore-emit-webpack-plugin": "^2.0.6", "mini-css-extract-plugin": "^2.7.6", "npm-run-all": "^4.1.5", - "sass": "^1.63.3", + "sass": "^1.63.4", "sass-loader": "^13.3.2", "source-map-loader": "^4.0.1", "stylelint": "^14.16.1", diff --git a/Resources/Private/Frontend/yarn.lock b/Resources/Private/Frontend/yarn.lock index 41fcf8e7..9108719a 100644 --- a/Resources/Private/Frontend/yarn.lock +++ b/Resources/Private/Frontend/yarn.lock @@ -3528,10 +3528,10 @@ sass-loader@^13.3.2: dependencies: neo-async "^2.6.2" -sass@^1.63.3: - version "1.63.3" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.3.tgz#527746aa43bf2e4eac1ab424f67f6f18a081061a" - integrity sha512-ySdXN+DVpfwq49jG1+hmtDslYqpS7SkOR5GpF6o2bmb1RL/xS+wvPmegMvMywyfsmAV6p7TgwXYGrCZIFFbAHg== +sass@^1.63.4: + version "1.63.4" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.4.tgz#caf60643321044c61f6a0fe638a07abbd31cfb5d" + integrity sha512-Sx/+weUmK+oiIlI+9sdD0wZHsqpbgQg8wSwSnGBjwb5GwqFhYNwwnI+UWZtLjKvKyFlKkatRK235qQ3mokyPoQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"