Skip to content

Commit f30cb62

Browse files
chore(deps): update dependency cross-env to v10
1 parent 6cc8a8e commit f30cb62

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

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,11 @@
12731273
dependencies:
12741274
"@jridgewell/trace-mapping" "0.3.9"
12751275

1276+
"@epic-web/invariant@^1.0.0":
1277+
version "1.0.0"
1278+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1279+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1280+
12761281
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
12771282
version "4.7.0"
12781283
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
@@ -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.0.0:
3594+
version "10.0.0"
3595+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
3596+
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
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)