From 2927b6ecdc4c1632578ae751635e926b50a93bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:17:46 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group Bumps the dev-dependencies group in /client with 1 update: [sass](https://github.com/sass/dart-sass). - [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.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 4c4f8807..494eaba0 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "react-test-renderer": "^18.2.0", - "sass": "^1.68.0" + "sass": "^1.69.0" }, "scripts": { "start": "react-scripts start", diff --git a/client/yarn.lock b/client/yarn.lock index 1bd07ff3..0f589970 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -7143,9 +7143,9 @@ sass-loader@^12.3.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.68.0: - version "1.68.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.68.0.tgz#0034b0cc9a50248b7d1702ac166fd25990023669" +sass@^1.69.0: + version "1.69.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.0.tgz#5195075371c239ed556280cf2f5944d234f42679" dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"