From e15b3533620176c9050330c51f9ca3bf0b06a2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:24:47 +0000 Subject: [PATCH] build(deps-dev): bump sass in /src/microsoft-trydotnet-styles Bumps [sass](https://github.com/sass/dart-sass) from 1.102.0 to 1.103.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.102.0...1.103.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.103.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/microsoft-trydotnet-styles/package-lock.json | 9 +++++---- src/microsoft-trydotnet-styles/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/microsoft-trydotnet-styles/package-lock.json b/src/microsoft-trydotnet-styles/package-lock.json index 0882506f9..56376f15e 100644 --- a/src/microsoft-trydotnet-styles/package-lock.json +++ b/src/microsoft-trydotnet-styles/package-lock.json @@ -13,7 +13,7 @@ "github-markdown-css": "^5.9.0", "lodash": "4.18.1", "mkdirp": "3.0.1", - "sass": "^1.102.0", + "sass": "^1.103.1", "tar": "^7.5.22" } }, @@ -497,10 +497,11 @@ } }, "node_modules/sass": { - "version": "1.102.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz", - "integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==", + "version": "1.103.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.103.1.tgz", + "integrity": "sha512-9icZURbP51S6S0QGoyaeqk9uB06GNWxsFYWfH5RgpFgqK5FA8tJcM3AdVxrZEVJ7dz+L87nG95gBKf4VuaMHGw==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^5.0.0", "immutable": "^5.1.5", diff --git a/src/microsoft-trydotnet-styles/package.json b/src/microsoft-trydotnet-styles/package.json index eacf0f0b9..01b4da806 100644 --- a/src/microsoft-trydotnet-styles/package.json +++ b/src/microsoft-trydotnet-styles/package.json @@ -20,7 +20,7 @@ "github-markdown-css": "^5.9.0", "lodash": "4.18.1", "mkdirp": "3.0.1", - "sass": "^1.102.0", + "sass": "^1.103.1", "tar": "^7.5.22" } }