From a6fdf8850a08d0653a5b697bac0ebc0309bd5eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:54:35 +0000 Subject: [PATCH] build(deps): bump the prod group with 2 updates Bumps the prod group with 2 updates: [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) and [ts-loader](https://github.com/TypeStrong/ts-loader). Updates `mini-css-extract-plugin` from 2.10.1 to 2.10.2 - [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.1...v2.10.2) Updates `ts-loader` from 9.5.4 to 9.5.7 - [Release notes](https://github.com/TypeStrong/ts-loader/releases) - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.5.4...v9.5.7) --- updated-dependencies: - dependency-name: mini-css-extract-plugin dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: ts-loader dependency-version: 9.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5150546..6d54b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,14 +31,14 @@ "html-webpack-plugin": "5.6.6", "less": "4.5.1", "less-loader": "12.3.2", - "mini-css-extract-plugin": "2.10.1", + "mini-css-extract-plugin": "2.10.2", "mini-svg-data-uri": "1.4.4", "rimraf": "6.1.3", "sass": "1.97.3", "sass-loader": "16.0.7", "style-loader": "4.0.0", "terser-webpack-plugin": "5.4.0", - "ts-loader": "9.5.4", + "ts-loader": "9.5.7", "tsconfig-paths-webpack-plugin": "4.2.0", "tslib": "2.8.1", "typescript": "5.9.3", @@ -14437,9 +14437,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.1.tgz", - "integrity": "sha512-k7G3Y5QOegl380tXmZ68foBRRjE9Ljavx835ObdvmZjQ639izvZD8CS7BkWw1qKPPzHsGL/JDhl0uyU1zc2rJw==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.10.2.tgz", + "integrity": "sha512-AOSS0IdEB95ayVkxn5oGzNQwqAi2J0Jb/kKm43t7H73s8+f5873g0yuj0PNvK4dO75mu5DHg4nlgp4k6Kga8eg==", "license": "MIT", "dependencies": { "schema-utils": "^4.0.0", @@ -18047,9 +18047,9 @@ } }, "node_modules/ts-loader": { - "version": "9.5.4", - "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.4.tgz", - "integrity": "sha512-nCz0rEwunlTZiy6rXFByQU1kVVpCIgUpc/psFiKVrUwrizdnIbRFu8w7bxhUF0X613DYwT4XzrZHpVyMe758hQ==", + "version": "9.5.7", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-9.5.7.tgz", + "integrity": "sha512-/ZNrKgA3K3PtpMYOC71EeMWIloGw3IYEa5/t1cyz2r5/PyUwTXGzYJvcD3kfUvmhlfpz1rhV8B2O6IVTQ0avsg==", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index b302ba1..f12870f 100644 --- a/package.json +++ b/package.json @@ -94,14 +94,14 @@ "html-webpack-plugin": "5.6.6", "less": "4.5.1", "less-loader": "12.3.2", - "mini-css-extract-plugin": "2.10.1", + "mini-css-extract-plugin": "2.10.2", "mini-svg-data-uri": "1.4.4", "rimraf": "6.1.3", "sass": "1.97.3", "sass-loader": "16.0.7", "style-loader": "4.0.0", "terser-webpack-plugin": "5.4.0", - "ts-loader": "9.5.4", + "ts-loader": "9.5.7", "tsconfig-paths-webpack-plugin": "4.2.0", "tslib": "2.8.1", "typescript": "5.9.3",