From 3ef50a43c3c43735a9d41f76a3f5e42d8fb4602e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 00:26:22 +0300 Subject: [PATCH] Bump sass from 1.52.2 to 1.52.3 in /webui/frontend (#422) Bumps [sass](https://github.com/sass/dart-sass) from 1.52.2 to 1.52.3. - [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.52.2...1.52.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webui/frontend/package.json | 2 +- webui/frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webui/frontend/package.json b/webui/frontend/package.json index d3baafa9..511da257 100644 --- a/webui/frontend/package.json +++ b/webui/frontend/package.json @@ -35,7 +35,7 @@ "mutationobserver-shim": "^0.3.7", "popper.js": "^1.16.1", "portal-vue": "^2.1.7", - "sass": "^1.52.2", + "sass": "^1.52.3", "sass-loader": "^13.0.0", "typescript": "~4.7.3", "vue-cli-plugin-bootstrap-vue": "~0.8.2", diff --git a/webui/frontend/yarn.lock b/webui/frontend/yarn.lock index bcb18fe2..f9ed14b3 100644 --- a/webui/frontend/yarn.lock +++ b/webui/frontend/yarn.lock @@ -7955,10 +7955,10 @@ sass-loader@^13.0.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.52.2: - version "1.52.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.2.tgz#cd1f03e0e7be5bb2cebcf1c34d735f087d790936" - integrity sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ== +sass@^1.52.3: + version "1.52.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb" + integrity sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"