This is an automated email from the ASF dual-hosted git repository.
davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 6bf92be Bump mini-css-extract-plugin from 2.9.2 to 2.9.4
6bf92be is described below
commit 6bf92be06122f8597f696defd2ba877b73417591
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 00:02:19 2025 +0000
Bump mini-css-extract-plugin from 2.9.2 to 2.9.4
Bumps
[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)
from 2.9.2 to 2.9.4.
- [Release
notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
-
[Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.2...v2.9.4)
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-version: 2.9.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index dc5602e..450d34e 100644
--- a/package.json
+++ b/package.json
@@ -85,7 +85,7 @@
"esbuild": "^0.25.0",
"fast-xml-parser": "^4.5.2",
"glob": "8.1.0",
- "mini-css-extract-plugin": "^2.7.6",
+ "mini-css-extract-plugin": "^2.9.4",
"mocha": "11.5.0",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.6",
diff --git a/yarn.lock b/yarn.lock
index 9a7128a..89d1162 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3441,10 +3441,10 @@ min-indent@^1.0.0:
resolved
"https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity
sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
-mini-css-extract-plugin@^2.7.6:
- version "2.9.2"
- resolved
"https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz#966031b468917a5446f4c24a80854b2947503c5b"
- integrity
sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==
+mini-css-extract-plugin@^2.9.4:
+ version "2.9.4"
+ resolved
"https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz#cafa1a42f8c71357f49cd1566810d74ff1cb0200"
+ integrity
sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==
dependencies:
schema-utils "^4.0.0"
tapable "^2.2.1"