From 287d6223db29f672ac7477415af9576aeb74f383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:52:50 +0000 Subject: [PATCH] Bump sass from 1.101.0 to 1.102.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.101.0 to 1.102.0. - [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.101.0...1.102.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.102.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 641b884..763a8cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "markdown-it-anchor": "^9.2.1", "markdown-it-attrs": "^5.0.0", "markdown-it-github-alerts": "~0.3.2", - "sass": "^1.101.0", + "sass": "^1.102.0", "string-strip-html": "~8.5.0" } }, @@ -1927,9 +1927,9 @@ } }, "node_modules/sass": { - "version": "1.101.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", - "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz", + "integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==", "license": "MIT", "dependencies": { "chokidar": "^5.0.0", diff --git a/package.json b/package.json index 2803186..872d455 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "markdown-it-anchor": "^9.2.1", "markdown-it-attrs": "^5.0.0", "markdown-it-github-alerts": "~0.3.2", - "sass": "^1.101.0", + "sass": "^1.102.0", "string-strip-html": "~8.5.0" } }