From 5616c17b4166317f0ff0cb0094e70f7e00119e3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 00:46:53 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.65.1 to 1.69.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.65.1 to 1.69.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.65.1...1.69.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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 edd054d..e0cc389 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/eslint-parser": "^7.22.15", "eslint": "^8.0.0", "eslint-plugin-nuxt": "^4.0.0", - "sass": "^1.64.2", + "sass": "^1.69.3", "sass-loader": "^10.2.0" } } diff --git a/yarn.lock b/yarn.lock index 835ba8a..c15afab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8215,10 +8215,10 @@ sass-loader@^10.2.0: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.64.2: - version "1.65.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.65.1.tgz#8f283b0c26335a88246a448d22e1342ba2ea1432" - integrity sha512-9DINwtHmA41SEd36eVPQ9BJKpn7eKDQmUHmpI0y5Zv2Rcorrh0zS+cFrt050hdNbmmCNKTW3hV5mWfuegNRsEA== +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== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"