From 74691704592697bf74365b6655ee7c3747668693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:42:16 +0200 Subject: [PATCH] Bump sass from 1.69.5 to 1.70.0 (#199) Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.70.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.69.5...1.70.0) --- 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> Co-authored-by: Vygandas Pliasas --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 27c8bc0..0791cb0 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "prettier": "^3.1.0", "react-refresh": "^0.14.0", "react-test-renderer": "18.2.0", - "sass": "1.69.5", + "sass": "1.70.0", "supertest": "^6.3.3", "ts-auto-mock": "^3.7.1", "ts-jest": "^29.1.1", diff --git a/yarn.lock b/yarn.lock index 538672a..789f2ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15619,10 +15619,10 @@ sass-loader@^12.2.0: klona "^2.0.4" neo-async "^2.6.2" -sass@1.69.5, sass@^1.42.1: - version "1.69.5" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde" - integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== +sass@1.70.0, sass@^1.42.1: + version "1.70.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.70.0.tgz#761197419d97b5358cb25f9dd38c176a8a270a75" + integrity sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"