This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 85f2f6c83 Bump cross-env from 7.0.3 to 10.1.0 (#758)
85f2f6c83 is described below
commit 85f2f6c83ef9845d9ac53538e0cfe8c49a96197d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 12:01:57 2026 +0100
Bump cross-env from 7.0.3 to 10.1.0 (#758)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to
10.1.0.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
-
[Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.3...v10.1.0)
---
updated-dependencies:
- dependency-name: cross-env
dependency-version: 10.1.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index d318c2089..5e3cfe7b4 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
- "cross-env": "^7.0.3",
+ "cross-env": "^10.1.0",
"hugo-extended": "0.154.3",
"postcss-cli": "^11.0.0",
"rtlcss": "^4.3.0"