From c4138bbb0f51f95d12640bf465269048a9929dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:02:31 +0000 Subject: [PATCH] build(deps-dev): bump cross-env from 7.0.3 to 10.1.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c8739d..78304ad 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@u-wave/react-translate-example": "file:example", "@u-wave/translate": "^1.1.0", "@vitest/coverage-v8": "^3.0.2", - "cross-env": "^7.0.2", + "cross-env": "^10.1.0", "eslint": "^8.3.0", "eslint-config-airbnb": "^19.0.0", "eslint-plugin-import": "^2.21.2",