Skip to content

Commit b6c50af

Browse files
Bump cross-fetch from 3.1.4 to 3.1.5
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: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfac9c8 commit b6c50af

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/jsdom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"btoa": "1.2.1",
3030
"canvas": "2.8.0",
3131
"clone-deep": "4.0.1",
32-
"cross-fetch": "3.1.4",
32+
"cross-fetch": "3.1.5",
3333
"fetch-readablestream": "0.2.0",
3434
"jsdom": "16.6.0",
3535
"react": "17.0.2",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -5638,12 +5638,12 @@ [email protected]:
56385638
dependencies:
56395639
cross-spawn "^7.0.1"
56405640

5641-
5642-
version "3.1.4"
5643-
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
5644-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
5641+
5642+
version "3.1.5"
5643+
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
5644+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
56455645
dependencies:
5646-
node-fetch "2.6.1"
5646+
node-fetch "2.6.7"
56475647

56485648
cross-os@^1.3.0:
56495649
version "1.5.0"
@@ -10876,7 +10876,7 @@ [email protected]:
1087610876
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1087710877
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1087810878

10879-
node-fetch@^2.5.0, node-fetch@^2.6.7, node-fetch@~2.6.1:
10879+
node-fetch@2.6.7, node-fetch@^2.5.0, node-fetch@^2.6.7, node-fetch@~2.6.1:
1088010880
version "2.6.7"
1088110881
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1088210882
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)