From 02681faed02e453321b4f77018c0a2db134ed3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:12:51 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.83.1 to 1.83.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.83.1 to 1.83.2. - [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.83.1...1.83.2) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b76df54..0cee8f00 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-vue": "^9.32.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "jest": "29.7.0", - "sass": "^1.83.1", + "sass": "^1.83.2", "sass-loader": "^16.0.4", "ts-jest": "^29.2.5", "typescript": "^5.7.3" diff --git a/yarn.lock b/yarn.lock index e44b2f4d..041b1ef3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10145,10 +10145,10 @@ sass-loader@^16.0.4: dependencies: neo-async "^2.6.2" -sass@^1.83.1: - version "1.83.1" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.1.tgz#dee1ab94b47a6f9993d3195d36f556bcbda64846" - integrity sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA== +sass@^1.83.2: + version "1.83.2" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.2.tgz#907ee2813ea8d2570311fa0d92dc1e1964fdbae8" + integrity sha512-1evIZT01aymzDxc72k8vjTa2wkPfkso4x3lVlZvWr388X7zNzVK4Xaz12rGC1E+8fGmoJW+suF3+kK7+NNwQXQ== dependencies: chokidar "^4.0.0" immutable "^5.0.2"