From a2277fb1a163af6d1e4d415e587f36064f7577bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:06:21 +0000 Subject: [PATCH] build(deps-dev): bump sass from 1.83.1 to 1.83.4 Bumps [sass](https://github.com/sass/dart-sass) from 1.83.1 to 1.83.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.83.1...1.83.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27bb3d5..44f7431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "happy-dom": "^16.5.3", "rimraf": "^6.0.1", "rollup-plugin-visualizer": "^5.14.0", - "sass": "^1.83.1", + "sass": "^1.83.4", "stylelint": "^16.13.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.5.0", @@ -4406,9 +4406,9 @@ } }, "node_modules/sass": { - "version": "1.83.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.1.tgz", - "integrity": "sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==", + "version": "1.83.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", + "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "dev": true, "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index bf37312..bbee465 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "happy-dom": "^16.5.3", "rimraf": "^6.0.1", "rollup-plugin-visualizer": "^5.14.0", - "sass": "^1.83.1", + "sass": "^1.83.4", "stylelint": "^16.13.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-config-recommended-vue": "^1.5.0",