Skip to content

Commit 88e4ceb

Browse files
chore(deps): update dependency cross-env to v10 (#1187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97c2c17 commit 88e4ceb

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
@@ -44,7 +44,7 @@
4444
"@typescript-eslint/parser": "8.46.3",
4545
"babel-jest": "28.1.3",
4646
"bob-the-bundler": "7.0.1",
47-
"cross-env": "7.0.3",
47+
"cross-env": "10.1.0",
4848
"eslint": "9.39.1",
4949
"eslint-plugin-import": "2.32.0",
5050
"graphql": "16.12.0",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,11 @@
12651265
dependencies:
12661266
"@jridgewell/trace-mapping" "0.3.9"
12671267

1268+
"@epic-web/invariant@^1.0.0":
1269+
version "1.0.0"
1270+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1271+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1272+
12681273
"@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0":
12691274
version "4.9.0"
12701275
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
@@ -3585,12 +3590,13 @@ create-require@^1.1.0:
35853590
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
35863591
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
35873592

3588-
cross-env@7.0.3:
3589-
version "7.0.3"
3590-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
3591-
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
3593+
cross-env@10.1.0:
3594+
version "10.1.0"
3595+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
3596+
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
35923597
dependencies:
3593-
cross-spawn "^7.0.1"
3598+
"@epic-web/invariant" "^1.0.0"
3599+
cross-spawn "^7.0.6"
35943600

35953601
[email protected], cross-fetch@^3.1.5:
35963602
version "3.2.0"
@@ -3606,7 +3612,7 @@ [email protected]:
36063612
dependencies:
36073613
tslib "^2.4.0"
36083614

3609-
cross-spawn@^7.0.1, cross-spawn@^7.0.3, cross-spawn@^7.0.5, cross-spawn@^7.0.6:
3615+
cross-spawn@^7.0.3, cross-spawn@^7.0.5, cross-spawn@^7.0.6:
36103616
version "7.0.6"
36113617
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
36123618
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==

0 commit comments

Comments
 (0)