From b896178cc8b77d355c078629436d65d96017ca47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:36:36 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.81.0 to 1.81.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.81.0 to 1.81.1. - [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.81.0...1.81.1) --- 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 9ccab7f..c55a324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "jotai": "2.10.3", "postcss": "8.4.49", "postcss-cli": "11.0.0", - "sass": "1.81.0", + "sass": "1.81.1", "stylelint": "16.11.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", @@ -8411,9 +8411,9 @@ } }, "node_modules/sass": { - "version": "1.81.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", - "integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", + "version": "1.81.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.1.tgz", + "integrity": "sha512-VNLgf4FC5yFyKwAumAAwwNh8X4SevlVREq3Y8aDZIkm0lI/zO1feycMXQ4hn+eB6FVhRbleSQ1Yb/q8juSldTA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ff8adcc..e6f52b7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jotai": "2.10.3", "postcss": "8.4.49", "postcss-cli": "11.0.0", - "sass": "1.81.0", + "sass": "1.81.1", "stylelint": "16.11.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0",