From 24491369819a83052deb17c25cb779261979e520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:02:56 -0400 Subject: [PATCH] Bump sass from 1.68.0 to 1.69.5 in /ui (#239) Bumps [sass](https://github.com/sass/dart-sass) from 1.68.0 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.68.0...1.69.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 37e4c86..febb309 100644 --- a/ui/package.json +++ b/ui/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "devDependencies": { - "sass": "^1.68.0", + "sass": "^1.69.5", "vite": "^4.5.0" }, "dependencies": { diff --git a/ui/yarn.lock b/ui/yarn.lock index 039fec9..452b011 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -301,10 +301,10 @@ rollup@^3.27.1: optionalDependencies: fsevents "~2.3.2" -sass@^1.68.0: - version "1.68.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669" - integrity sha512-Lmj9lM/fef0nQswm1J2HJcEsBUba4wgNx2fea6yJHODREoMFnwRpZydBnX/RjyXw2REIwdkbqE4hrTo4qfDBUA== +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"