File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 28
28
"@netlify/eslint-config-node" : " ^5.1.8" ,
29
29
"@types/jest" : " ^29.0.0" ,
30
30
"babel-preset-gatsby-package" : " ^3.0.0" ,
31
- "cross-env" : " ^7 .0.3 " ,
31
+ "cross-env" : " ^10 .0.0 " ,
32
32
"gatsby" : " ^5.0.0" ,
33
33
"gatsby-plugin-utils" : " ^4.0.0" ,
34
34
"jest" : " ^29.0.0" ,
Original file line number Diff line number Diff line change 1400
1400
dependencies:
1401
1401
"@jridgewell/trace-mapping" "0.3.9"
1402
1402
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
+
1403
1408
"@eslint-community/eslint-utils@^4.2.0":
1404
1409
version "4.8.0"
1405
1410
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:
4819
4824
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
4820
4825
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
4821
4826
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:
4823
4836
version "7.0.3"
4824
4837
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
4825
4838
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
You can’t perform that action at this time.
0 commit comments