Skip to content

Commit fdd8f4c

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 4343cc7 commit fdd8f4c

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

modules/jsdom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/parse5": "6.0.3",
4242
"canvas": "^2.11.0",
4343
"clone-deep": "4.0.1",
44-
"cross-fetch": "3.1.4",
44+
"cross-fetch": "3.1.5",
4545
"fetch-readablestream": "0.2.0",
4646
"jsdom": "16.6.0",
4747
"react": "17.0.2",

yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -5701,12 +5701,12 @@ [email protected]:
57015701
dependencies:
57025702
cross-spawn "^7.0.1"
57035703

5704-
5705-
version "3.1.4"
5706-
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
5707-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
5704+
5705+
version "3.1.5"
5706+
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
5707+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
57085708
dependencies:
5709-
node-fetch "2.6.1"
5709+
node-fetch "2.6.7"
57105710

57115711
cross-spawn@^6.0.0:
57125712
version "6.0.5"
@@ -11058,6 +11058,13 @@ [email protected]:
1105811058
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1105911059
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1106011060

11061+
11062+
version "2.6.7"
11063+
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
11064+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
11065+
dependencies:
11066+
whatwg-url "^5.0.0"
11067+
1106111068
node-fetch@^2.5.0, node-fetch@^2.6.7, node-fetch@~2.6.1:
1106211069
version "2.6.9"
1106311070
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6"

0 commit comments

Comments
 (0)