chore(deps-dev): bump cross-env from 7.0.3 to 10.0.0 (#13360)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 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/v7.0.3...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-07-28 10:53:54 +02:00 committed by GitHub
parent 9fb2e5a207
commit 30368f0807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 10 deletions

View file

@ -147,7 +147,7 @@
"@typescript-eslint/parser": "^8.38.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/eslint-plugin": "^1.3.4",
"cross-env": "7.0.3",
"cross-env": "10.0.0",
"dts-for-context-bridge": "0.7.1",
"electron": "37.2.4",
"electron-builder": "26.0.12",

View file

@ -213,8 +213,8 @@ importers:
specifier: ^1.3.4
version: 1.3.4(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.16.5)(jiti@2.4.2)(jsdom@26.1.0)(lightningcss@1.30.1)(msw@2.10.4(@types/node@22.16.5)(typescript@5.8.3))(terser@5.36.0)(tsx@4.20.3)(yaml@2.8.0))
cross-env:
specifier: 7.0.3
version: 7.0.3
specifier: 10.0.0
version: 10.0.0
dts-for-context-bridge:
specifier: 0.7.1
version: 0.7.1
@ -855,8 +855,8 @@ importers:
specifier: ^10.4.21
version: 10.4.21(postcss@8.5.6)
cross-env:
specifier: 7.0.3
version: 7.0.3
specifier: 10.0.0
version: 10.0.0
eslint-plugin-storybook:
specifier: 9.0.18
version: 9.0.18(eslint@9.32.0(jiti@2.4.2))(storybook@9.0.15(@testing-library/dom@10.4.1)(prettier@3.6.2))(typescript@5.8.3)
@ -2431,6 +2431,9 @@ packages:
'@emnapi/wasi-threads@1.0.2':
resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==}
'@epic-web/invariant@1.0.0':
resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==}
'@esbuild/aix-ppc64@0.25.5':
resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==}
engines: {node: '>=18'}
@ -5694,9 +5697,9 @@ packages:
crc@3.8.0:
resolution: {integrity: sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==}
cross-env@7.0.3:
resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==}
engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'}
cross-env@10.0.0:
resolution: {integrity: sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==}
engines: {node: '>=20'}
hasBin: true
cross-spawn@7.0.6:
@ -14341,6 +14344,8 @@ snapshots:
tslib: 2.8.1
optional: true
'@epic-web/invariant@1.0.0': {}
'@esbuild/aix-ppc64@0.25.5':
optional: true
@ -17970,8 +17975,9 @@ snapshots:
buffer: 5.7.1
optional: true
cross-env@7.0.3:
cross-env@10.0.0:
dependencies:
'@epic-web/invariant': 1.0.0
cross-spawn: 7.0.6
cross-spawn@7.0.6:

View file

@ -31,7 +31,7 @@
"@tsconfig/svelte": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"autoprefixer": "^10.4.21",
"cross-env": "7.0.3",
"cross-env": "10.0.0",
"eslint-plugin-storybook": "9.0.18",
"eslint-plugin-svelte": "^3.11.0",
"postcss": "^8.5.6",