Skip to content

Commit f1e08fb

Browse files
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0bced3 commit f1e08fb

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"logrocket": "^1.0.15",
2828
"markdown-it-vuepress-code-snippet-enhanced": "^1.0.1",
2929
"moment": "^2.29.1",
30-
"node-fetch": "^2.6.1",
30+
"node-fetch": "^2.6.7",
3131
"remove": "^0.1.5",
3232
"request": "^2.88.2",
3333
"request-promise": "^4.2.6",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5290,10 +5290,12 @@ no-case@^2.2.0:
52905290
dependencies:
52915291
lower-case "^1.1.1"
52925292

5293-
node-fetch@^2.6.0, node-fetch@^2.6.1:
5294-
version "2.6.1"
5295-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
5296-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
5293+
node-fetch@^2.6.0, node-fetch@^2.6.7:
5294+
version "2.6.7"
5295+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
5296+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
5297+
dependencies:
5298+
whatwg-url "^5.0.0"
52975299

52985300
node-forge@^0.10.0:
52995301
version "0.10.0"
@@ -7446,6 +7448,11 @@ tough-cookie@^2.3.3, tough-cookie@~2.5.0:
74467448
psl "^1.1.28"
74477449
punycode "^2.1.1"
74487450

7451+
tr46@~0.0.3:
7452+
version "0.0.3"
7453+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7454+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
7455+
74497456
traverse@>=0.2.4:
74507457
version "0.6.6"
74517458
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -7956,6 +7963,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
79567963
dependencies:
79577964
minimalistic-assert "^1.0.0"
79587965

7966+
webidl-conversions@^3.0.0:
7967+
version "3.0.1"
7968+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7969+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7970+
79597971
webpack-chain@^4.9.0:
79607972
version "4.12.1"
79617973
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-4.12.1.tgz#6c8439bbb2ab550952d60e1ea9319141906c02a6"
@@ -8102,6 +8114,14 @@ websocket-extensions@>=0.1.1:
81028114
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
81038115
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
81048116

8117+
whatwg-url@^5.0.0:
8118+
version "5.0.0"
8119+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
8120+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
8121+
dependencies:
8122+
tr46 "~0.0.3"
8123+
webidl-conversions "^3.0.0"
8124+
81058125
when@~3.6.x:
81068126
version "3.6.4"
81078127
resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e"

0 commit comments

Comments
 (0)