From ef96586970ff151af027830495e187eb5eab1eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:09:55 +0000 Subject: [PATCH] chore(deps): bump sass from 1.69.3 to 1.69.4 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.4. - [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.3...1.69.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... 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 3c58ab9..c8b8768 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cross-env": "^7.0.3", "normalize.css": "^8.0.1", "nuxt": "^2.17.1", - "sass": "^1.69.3", + "sass": "^1.69.4", "sass-loader": "^10.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 5a4f8f3..5933119 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8047,10 +8047,10 @@ sass-resources-loader@^2.2.4: glob "^7.1.6" loader-utils "^2.0.0" -sass@^1.69.3: - version "1.69.3" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.3.tgz#f8a0c488697e6419519834a13335e7b65a609c11" - integrity sha512-X99+a2iGdXkdWn1akFPs0ZmelUzyAQfvqYc2P/MPTrJRuIRoTffGzT9W9nFqG00S+c8hXzVmgxhUuHFdrwxkhQ== +sass@^1.69.4: + version "1.69.4" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.4.tgz#10c735f55e3ea0b7742c6efa940bce30e07fbca2" + integrity sha512-+qEreVhqAy8o++aQfCJwp0sklr2xyEzkm9Pp/Igu9wNPoe7EZEQ8X/MBvvXggI2ql607cxKg/RKOwDj6pp2XDA== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"