From 4fa722f3b657dccfe903de8dd34dc1eae610b363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 04:47:40 +0000 Subject: [PATCH] Bump sass from 1.52.2 to 1.52.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.52.2 to 1.52.3. - [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.2...1.52.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ee20e79..bf7c4d4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@nuxt/postcss8": "^1.1.3", "@nuxt/types": "^2.15.8", "nuxt": "3.0.0-rc.3", - "sass": "^1.52.1", + "sass": "^1.52.3", "sass-loader": "^13.0.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index fc0524c..f22cd2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3939,9 +3939,9 @@ sass-loader@^13.0.0: klona "^2.0.4" neo-async "^2.6.2" -sass@^1.52.1: - version "1.52.2" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.2.tgz#cd1f03e0e7be5bb2cebcf1c34d735f087d790936" +sass@^1.52.3: + version "1.52.3" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb" dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"