From 533fa7a696be3c4130483b0298b7e8cd8b101a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:04:17 +0200 Subject: [PATCH] Bump sass from 1.79.5 to 1.80.3 in /ui (#673) Bumps [sass](https://github.com/sass/dart-sass) from 1.79.5 to 1.80.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.79.5...1.80.3) --- 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 | 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 b91d5a30b..6d4b49f2e 100644 --- a/ui/core/package.json +++ b/ui/core/package.json @@ -38,7 +38,7 @@ "js-sha3": "^0.9.3", "moment": "^2.30.1", "popper.js": "^1.14.4", - "sass": "^1.79.5", + "sass": "^1.80.3", "sortablejs": "^1.15.3", "tippy.js": "^6.3.7", "underscore": "^1.13.7", diff --git a/ui/wallet/package.json b/ui/wallet/package.json index c94d22ba2..26063f6c1 100644 --- a/ui/wallet/package.json +++ b/ui/wallet/package.json @@ -29,7 +29,7 @@ "js-sha3": "^0.9.3", "moment": "^2.30.1", "popper.js": "^1.14.4", - "sass": "^1.79.5", + "sass": "^1.80.3", "sortablejs": "^1.15.3", "tippy.js": "^6.3.7", "truffle-assertions": "^0.9.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5da9530f4..10e3c7614 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -10725,10 +10725,10 @@ sass-loader@^10.1.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.79.5: - version "1.79.5" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.5.tgz#646c627601cd5f84c64f7b1485b9292a313efae4" - integrity sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g== +sass@^1.80.3: + version "1.80.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.3.tgz#3f63dd527647d2b3de35f36acb971bda80517423" + integrity sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA== dependencies: "@parcel/watcher" "^2.4.1" chokidar "^4.0.0"