From c3571a4ede5b375ccac5c49abc242227f687be12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 07:06:32 +0000 Subject: [PATCH] build(deps-dev): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) and [sass](https://github.com/sass/dart-sass). Updates `mini-css-extract-plugin` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/mini-css-extract-plugin/compare/v2.10.0...v2.10.1) Updates `sass` from 1.97.3 to 1.98.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.97.3...1.98.0) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-version: 2.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.98.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 549f05f..01c5395 100644 --- a/package.json +++ b/package.json @@ -40,13 +40,13 @@ "jest-environment-jsdom": "30.3.0", "jest-junit": "16.0.0", "jsdoc": "4.0.5", - "mini-css-extract-plugin": "2.10.0", + "mini-css-extract-plugin": "2.10.1", "node-fetch": "3.3.2", "npm-run-all": "4.1.5", "postcss": "8.5.8", "postcss-loader": "8.2.1", "postcss-preset-env": "11.2.0", - "sass": "1.97.3", + "sass": "1.98.0", "sass-loader": "16.0.7", "webpack": "5.105.4", "webpack-cli": "6.0.1",