From e417da85b39d44d08b21a5b008ed411359ac6903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 21:01:59 +0000 Subject: [PATCH] [TASK]: Bump sass from 1.63.5 to 1.63.6 in /Resources/Private/Frontend Bumps [sass](https://github.com/sass/dart-sass) from 1.63.5 to 1.63.6. - [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.5...1.63.6) --- 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 2d7421f7..98cbd914 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.5", + "sass": "^1.63.6", "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 cebcf96e..f5844e42 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.5: - version "1.63.5" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.5.tgz#6e1900b12576e3e74a8ab0a9d8607cacbe584ef1" - integrity sha512-Q6c5gs482oezdAp+0fWF9cRisvpy7yfYb64knID0OE8AnMgtkluRPfpGMFjeD4/+M4+6QpJZCU6JRSxbjiktkg== +sass@^1.63.6: + version "1.63.6" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.63.6.tgz#481610e612902e0c31c46b46cf2dad66943283ea" + integrity sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"