From ed0cc12b6f30a709afadede5e031d06c140897f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:22:30 +0200 Subject: [PATCH] Bump sass from 1.68.0 to 1.69.4 in /ui (#390) Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 to 1.69.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.68.0...1.69.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/core/package.json | 6 +++--- ui/wallet/package.json | 6 +++--- ui/yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/core/package.json b/ui/core/package.json index d9ce8e262..63f1b941b 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -38,9 +38,9 @@ "js-sha3": "^0.9.3", "moment": "^2.30.1", "popper.js": "^1.14.4", - "sass": "^1.70.0", - "sortablejs": "^1.15.2", - "tippy.js": "^6.3.7", + "sass": "^1.69.4", + "sortablejs": "^1.7.0", + "tippy.js": "^2.5.4", "underscore": "^1.8.3", "v-tooltip": "^2.0.0-rc.33", "velocity-animate": "^1.5.1", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index 945a93024..bf4411eef 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -29,9 +29,9 @@ "js-sha3": "^0.9.3", "moment": "^2.30.1", "popper.js": "^1.14.4", - "sass": "^1.70.0", - "sortablejs": "^1.15.2", - "tippy.js": "^6.3.7", + "sass": "^1.69.4", + "sortablejs": "^1.7.0", + "tippy.js": "^2.5.4", "truffle-assertions": "^0.9.1", "typeahead": "^0.2.2", "underscore": "^1.8.3", diff --git a/ui/yarn.lock b/ui/yarn.lock index a2e614c1b..9fc16c378 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9882,10 +9882,10 @@ sass-loader@^10.1.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.66.1: - version "1.68.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669" - integrity sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA== +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== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"