From b2f29d6ca5022e405d19dddc8c7db4bc77c18129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 21:46:32 +0000 Subject: [PATCH] chore(deps-dev): bump cross-env from 5.2.1 to 10.0.0 Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.1 to 10.0.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/v5.2.1...v10.0.0) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc79dbf..eb1ccf6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/react-dom": "^18.0.3", "@types/warning": "^3.0.0", "cheerio": "1.0.0-rc.12", - "cross-env": "^5.2.0", + "cross-env": "^10.0.0", "dumi": "^2.2.17", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.15.6",