Skip to content

Commit 727afb7

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 d069c72 commit 727afb7

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-dom": "17.0.2",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -5442,12 +5442,12 @@ [email protected]:
54425442
dependencies:
54435443
cross-spawn "^7.0.1"
54445444

5445-
5446-
version "3.1.4"
5447-
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
5448-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
5445+
5446+
version "3.1.5"
5447+
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
5448+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
54495449
dependencies:
5450-
node-fetch "2.6.1"
5450+
node-fetch "2.6.7"
54515451

54525452
cross-os@^1.3.0:
54535453
version "1.5.0"
@@ -10435,7 +10435,7 @@ [email protected]:
1043510435
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1043610436
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1043710437

10438-
node-fetch@^2.5.0, node-fetch@^2.6.7, node-fetch@~2.6.1:
10438+
node-fetch@2.6.7, node-fetch@^2.5.0, node-fetch@^2.6.7, node-fetch@~2.6.1:
1043910439
version "2.6.7"
1044010440
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1044110441
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)