Skip to content

Commit 0e18dc4

Browse files
Bump cross-fetch in /packages/remix-graphql/examples/jokes-tutorial
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e861288 commit 0e18dc4

File tree

1 file changed

+9
-14
lines changed
  • packages/remix-graphql/examples/jokes-tutorial

1 file changed

+9
-14
lines changed

packages/remix-graphql/examples/jokes-tutorial/yarn.lock

+9-14
Original file line numberDiff line numberDiff line change
@@ -1997,11 +1997,11 @@ create-require@^1.1.0:
19971997
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
19981998

19991999
cross-fetch@^3.0.4, cross-fetch@^3.0.6:
2000-
version "3.1.4"
2001-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
2002-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
2000+
version "3.1.5"
2001+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
2002+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
20032003
dependencies:
2004-
node-fetch "2.6.1"
2004+
node-fetch "2.6.7"
20052005

20062006
cross-undici-fetch@^0.0.20:
20072007
version "0.0.20"
@@ -4418,15 +4418,10 @@ [email protected]:
44184418
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
44194419
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
44204420

4421-
4422-
version "2.6.1"
4423-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4424-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4425-
4426-
node-fetch@^2.6.1, node-fetch@^2.6.5:
4427-
version "2.6.6"
4428-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
4429-
integrity sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==
4421+
[email protected], node-fetch@^2.6.1, node-fetch@^2.6.5:
4422+
version "2.6.7"
4423+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4424+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
44304425
dependencies:
44314426
whatwg-url "^5.0.0"
44324427

@@ -5033,7 +5028,7 @@ remedial@^1.0.7:
50335028
integrity sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==
50345029

50355030
remix-graphql@../..:
5036-
version "0.1.0"
5031+
version "0.6.6-alpha.4"
50375032
dependencies:
50385033
graphql-helix "^1.11.0"
50395034

0 commit comments

Comments
 (0)