Skip to content

Commit 651b35f

Browse files
fix(deps): update dependency node-fetch to v2.6.13 (#804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d2c072 commit 651b35f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-react": "7.35.2",
4141
"jest": "24.9.0",
4242
"jest-cli": "24.9.0",
43-
"node-fetch": "2.6.7",
43+
"node-fetch": "2.6.13",
4444
"node-sass": "4.14.1",
4545
"react": "16.14.0",
4646
"react-dom": "16.14.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9497,10 +9497,10 @@ node-fetch-npm@^2.0.2:
94979497
json-parse-better-errors "^1.0.0"
94989498
safe-buffer "^5.1.1"
94999499

9500-
9501-
version "2.6.7"
9502-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
9503-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
9500+
9501+
version "2.6.13"
9502+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.13.tgz#a20acbbec73c2e09f9007de5cda17104122e0010"
9503+
integrity sha512-StxNAxh15zr77QvvkmveSQ8uCQ4+v5FkvNTj0OESmiHu+VRi/gXArXtkWMElOsOUNLtUEvI4yS+rdtOHZTwlQA==
95049504
dependencies:
95059505
whatwg-url "^5.0.0"
95069506

0 commit comments

Comments
 (0)