Skip to content

Commit 5a3db7f

Browse files
chore(deps): update dependency cross-env to v10
1 parent 83b96f6 commit 5a3db7f

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@typescript-eslint/parser": "^8.54.0",
7171
"@vitejs/plugin-vue": "^6.0.3",
7272
"adm-zip": "^0.5.16",
73-
"cross-env": "^7.0.3",
73+
"cross-env": "^10.0.0",
7474
"czg": "^1.12.0",
7575
"dpdm": "^3.14.0",
7676
"eslint": "^9.39.2",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
dependencies:
7070
tslib "^2.4.0"
7171

72+
"@epic-web/invariant@^1.0.0":
73+
version "1.0.0"
74+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
75+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
76+
7277
"@esbuild/aix-ppc64@0.27.2":
7378
version "0.27.2"
7479
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz#521cbd968dcf362094034947f76fa1b18d2d403c"
@@ -1340,14 +1345,15 @@ core-js-compat@^3.46.0:
13401345
dependencies:
13411346
browserslist "^4.28.1"
13421347

1343-
cross-env@^7.0.3:
1344-
version "7.0.3"
1345-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz"
1346-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
1348+
cross-env@^10.0.0:
1349+
version "10.1.0"
1350+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
1351+
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
13471352
dependencies:
1348-
cross-spawn "^7.0.1"
1353+
"@epic-web/invariant" "^1.0.0"
1354+
cross-spawn "^7.0.6"
13491355

1350-
cross-spawn@^7.0.1, cross-spawn@^7.0.6:
1356+
cross-spawn@^7.0.6:
13511357
version "7.0.6"
13521358
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz"
13531359
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==

0 commit comments

Comments
 (0)