Skip to content

Commit 49488ef

Browse files
chore: update dependency cross-env to v10
1 parent 5922ec2 commit 49488ef

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@typescript-eslint/parser": "^8.56.1",
9090
"@vitest/coverage-istanbul": "~4.0.18",
9191
"@vitest/eslint-plugin": "^1.3.4",
92-
"cross-env": "^7.0.3",
92+
"cross-env": "^10.0.0",
9393
"eslint": "^10.0.2",
9494
"eslint-config-prettier": "^10.0.0",
9595
"eslint-import-resolver-typescript": "^4.4.3",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@
372372
dependencies:
373373
tslib "^2.4.0"
374374

375+
"@epic-web/invariant@^1.0.0":
376+
version "1.0.0"
377+
resolved "https://registry.npmjs.org/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
378+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
379+
375380
"@esbuild/aix-ppc64@0.21.5":
376381
version "0.21.5"
377382
resolved "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
@@ -3458,14 +3463,15 @@ cosmiconfig@^9.0.1:
34583463
js-yaml "^4.1.0"
34593464
parse-json "^5.2.0"
34603465

3461-
cross-env@^7.0.3:
3462-
version "7.0.3"
3463-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
3464-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
3466+
cross-env@^10.0.0:
3467+
version "10.1.0"
3468+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
3469+
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
34653470
dependencies:
3466-
cross-spawn "^7.0.1"
3471+
"@epic-web/invariant" "^1.0.0"
3472+
cross-spawn "^7.0.6"
34673473

3468-
cross-spawn@^7.0.1, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
3474+
cross-spawn@^7.0.3, cross-spawn@^7.0.6:
34693475
version "7.0.6"
34703476
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
34713477
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==

0 commit comments

Comments
 (0)