From 694455ce98b47238b7544f86b60fb91bd5761f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 03:01:13 +0000 Subject: [PATCH] build(deps): Bump sass from 1.52.3 to 1.53.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.52.3 to 1.53.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.52.3...1.53.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc8458c55..1953d0279 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react-dom": "^17.0.2", "react-feather": "^2.0.10", "rehype-autolink-headings": "^6.1.0", - "sass": "^1.52.3", + "sass": "^1.53.0", "use-undo": "^1.1.0", "winston": "^3.7.2", "yup": "^0.32.11" diff --git a/yarn.lock b/yarn.lock index 5ad3f34d3..286005699 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15839,10 +15839,10 @@ sass-loader@^10.2.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.52.3: - version "1.52.3" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb" - integrity sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA== +sass@^1.53.0: + version "1.53.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.53.0.tgz#eab73a7baac045cc57ddc1d1ff501ad2659952eb" + integrity sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"