From a67ad79c75df05741bedab87e145a2c2fe43fcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:52:02 +0000 Subject: [PATCH] Bump sass from 1.69.3 to 1.69.7 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.3 to 1.69.7. - [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.7) --- 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 82a9d71..c767a55 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "nodemon": "^3.0.1", "postcss": "^8.4.31", "postcss-cli": "^10.1.0", - "sass": "^1.69.3" + "sass": "^1.69.7" }, "scripts": { "build": "node esbuild.config.mjs", diff --git a/yarn.lock b/yarn.lock index 6301bee..494dd11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -703,10 +703,10 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -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.7: + version "1.69.7" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7" + integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"