From 0d23c8dd760350f7ff9a85ea99495ff4ffb68465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 00:32:37 +0300 Subject: [PATCH] chore(deps): bump sass from 1.32.8 to 1.32.10 (#3460) Bumps [sass](https://github.com/sass/dart-sass) from 1.32.8 to 1.32.10. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.8...1.32.10) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 62392d59..2d4c96bb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-dom": "17.0.2", "react-scripts": "4.0.3", "roughjs": "4.3.1", - "sass": "1.32.8", + "sass": "1.32.10", "socket.io-client": "2.3.1", "typescript": "4.2.4" }, diff --git a/yarn.lock b/yarn.lock index 32523e88..16088904 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3564,7 +3564,7 @@ check-types@^11.1.1: version "11.1.2" resolved "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz" -"chokidar@>=2.0.0 <4.0.0", chokidar@^3.0.2, chokidar@^3.4.1: +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.0.2, chokidar@^3.4.1: version "3.5.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a" dependencies: @@ -10938,11 +10938,12 @@ sass-loader@^10.0.5: schema-utils "^3.0.0" semver "^7.3.2" -sass@1.32.8: - version "1.32.8" - resolved "https://registry.npmjs.org/sass/-/sass-1.32.8.tgz" +sass@1.32.10: + version "1.32.10" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.32.10.tgz#d40da4e20031b450359ee1c7e69bc8cc89569241" + integrity sha512-Nx0pcWoonAkn7CRp0aE/hket1UP97GiR1IFw3kcjV3pnenhWgZEWUf0ZcfPOV2fK52fnOcK3JdC/YYZ9E47DTQ== dependencies: - chokidar ">=2.0.0 <4.0.0" + chokidar ">=3.0.0 <4.0.0" sax@~1.2.4: version "1.2.4"