From abcf6f360476eca6294000013ff990fec9d4413f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:17:54 +0100 Subject: [PATCH] Bump sass from 1.69.4 to 1.69.5 in /ui (#407) Bumps [sass](https://github.com/sass/dart-sass) from 1.69.4 to 1.69.5. - [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.69.4...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/core/package.json | 2 +- ui/wallet/package.json | 2 +- ui/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/core/package.json b/ui/core/package.json index eb358a8d7..ac2600d25 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -38,7 +38,7 @@ "js-sha3": "^0.7.0", "moment": "^2.29.4", "popper.js": "^1.14.4", - "sass": "^1.69.4", + "sass": "^1.69.5", "sortablejs": "^1.7.0", "tippy.js": "^6.3.7", "underscore": "^1.8.3", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index 7b6b4dab6..ed8a6d20f 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -29,7 +29,7 @@ "js-sha3": "^0.7.0", "moment": "^2.29.4", "popper.js": "^1.14.4", - "sass": "^1.69.4", + "sass": "^1.69.5", "sortablejs": "^1.7.0", "tippy.js": "^6.3.7", "truffle-assertions": "^0.9.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 0f5c95b42..491fbe459 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -10037,10 +10037,10 @@ sass-loader@^10.1.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.69.4: - version "1.69.4" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.4.tgz#10c735f55e3ea0b7742c6efa940bce30e07fbca2" - integrity sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA== +sass@^1.69.5: + version "1.69.5" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" + integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"