From a350b8300872783cf2b1ae8a40dafcd416c61eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 14:02:38 +0000 Subject: [PATCH] chore(deps-dev): bump cross-env from 10.0.0 to 10.1.0 (#2017) Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 10.0.0 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/v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: cross-env dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 dac5ab0..7c737b2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react": "18.2.20", "@types/react-dom": "18.2.7", "axios": "1.13.2", - "cross-env": "10.0.0", + "cross-env": "10.1.0", "eslint": "8.57.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0",