Skip to content

Commit eb7f4de

Browse files
chore(deps): update dependency cross-env to v10
1 parent eda8548 commit eb7f4de

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@netlify/eslint-config-node": "^5.1.8",
2929
"@types/jest": "^29.0.0",
3030
"babel-preset-gatsby-package": "^3.0.0",
31-
"cross-env": "^7.0.3",
31+
"cross-env": "^10.0.0",
3232
"gatsby": "^5.0.0",
3333
"gatsby-plugin-utils": "^4.0.0",
3434
"jest": "^29.0.0",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,11 @@
14001400
dependencies:
14011401
"@jridgewell/trace-mapping" "0.3.9"
14021402

1403+
"@epic-web/invariant@^1.0.0":
1404+
version "1.0.0"
1405+
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
1406+
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
1407+
14031408
"@eslint-community/eslint-utils@^4.2.0":
14041409
version "4.8.0"
14051410
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.8.0.tgz#0e3b5e45566d1bce1ec47d8aae2fc2ad77ad0894"
@@ -4819,7 +4824,15 @@ create-require@^1.1.0:
48194824
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
48204825
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
48214826

4822-
cross-env@^7.0.2, cross-env@^7.0.3:
4827+
cross-env@^10.0.0:
4828+
version "10.0.0"
4829+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.0.0.tgz#ba25823cfa1ed6af293dcded8796fa16cd162456"
4830+
integrity sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==
4831+
dependencies:
4832+
"@epic-web/invariant" "^1.0.0"
4833+
cross-spawn "^7.0.6"
4834+
4835+
cross-env@^7.0.2:
48234836
version "7.0.3"
48244837
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
48254838
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==

0 commit comments

Comments
 (0)