From f6209ae536819b7e1a489b223024c241c4374835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:17:42 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.32.13 to 1.40.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.32.13 to 1.40.1. - [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.32.13...1.40.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 78dfcd9..2077f86 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "nodemon": "^2.0.7", "parcel-bundler": "^1.12.5", "react-test-renderer": "^17.0.2", - "sass": "^1.32.13", + "sass": "^1.40.1", "typescript": "^4.2.4" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index f32ef47..63d08a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7237,9 +7237,10 @@ sane@^4.0.3: minimist "^1.1.1" walker "~1.0.5" -sass@^1.32.13: - version "1.32.13" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.13.tgz#8d29c849e625a415bce71609c7cf95e15f74ed00" +sass@^1.40.1: + version "1.40.1" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.40.1.tgz#55d3fc38fe9dc579e7324ce0eb9185bede7992a9" + integrity sha512-M6WskYLzTfdZdb09W9SftIScjudL8jNkhdh9z96U+olQaKIcw2Knb6QLL9bUhnuSm4VD+1yJVaO2/ENDPMTtAQ== dependencies: chokidar ">=3.0.0 <4.0.0"