From b1be42e578045b06cca93c08cfc83b72c1aad1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:03:31 +0000 Subject: [PATCH] Bump sass from 1.82.0 to 1.83.0 in /frontend/aashub Bumps [sass](https://github.com/sass/dart-sass) from 1.82.0 to 1.83.0. - [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.82.0...1.83.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/aashub/package.json | 2 +- frontend/aashub/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index defc5de..585eb9e 100644 --- a/frontend/aashub/package.json +++ b/frontend/aashub/package.json @@ -30,7 +30,7 @@ "globals": "^15.13.0", "pinia": "^2.3.0", "prettier": "^3.4.2", - "sass": "1.82.0", + "sass": "1.83.0", "typescript": "^5.6.3", "typescript-eslint": "^8.18.0", "unplugin-fonts": "^1.3.1", diff --git a/frontend/aashub/yarn.lock b/frontend/aashub/yarn.lock index 083fc12..1f701a8 100644 --- a/frontend/aashub/yarn.lock +++ b/frontend/aashub/yarn.lock @@ -1600,10 +1600,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -sass@1.82.0: - version "1.82.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.82.0.tgz#30da277af3d0fa6042e9ceabd0d984ed6d07df70" - integrity sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q== +sass@1.83.0: + version "1.83.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.0.tgz#e36842c0b88a94ed336fd16249b878a0541d536f" + integrity sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw== dependencies: chokidar "^4.0.0" immutable "^5.0.2"