Skip to content

Commit 1d62075

Browse files
chore(deps-dev): 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] <[email protected]>
1 parent 7813ff9 commit 1d62075

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"autoprefixer": "^10.0.2",
25-
"node-fetch": "^2.6.1",
25+
"node-fetch": "^2.6.7",
2626
"postcss": "^8.2.10",
2727
"postcss-cli": "^8.3.0",
2828
"prettier": "^2.2.0",

yarn.lock

+24-4
Original file line numberDiff line numberDiff line change
@@ -4659,10 +4659,12 @@ node-emoji@^1.8.1:
46594659
dependencies:
46604660
lodash.toarray "^4.4.0"
46614661

4662-
node-fetch@^2.6.1:
4663-
version "2.6.1"
4664-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4665-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4662+
node-fetch@^2.6.7:
4663+
version "2.6.7"
4664+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4665+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4666+
dependencies:
4667+
whatwg-url "^5.0.0"
46664668

46674669
node-forge@^0.10.0:
46684670
version "0.10.0"
@@ -7125,6 +7127,11 @@ [email protected]:
71257127
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
71267128
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
71277129

7130+
tr46@~0.0.3:
7131+
version "0.0.3"
7132+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
7133+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
7134+
71287135
tree-kill@^1.2.2:
71297136
version "1.2.2"
71307137
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -7368,6 +7375,11 @@ wbuf@^1.1.0, wbuf@^1.7.3:
73687375
dependencies:
73697376
minimalistic-assert "^1.0.0"
73707377

7378+
webidl-conversions@^3.0.0:
7379+
version "3.0.1"
7380+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7381+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
7382+
73717383
webpack-cli@^3.3.12:
73727384
version "3.3.12"
73737385
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a"
@@ -7509,6 +7521,14 @@ websocket-extensions@>=0.1.1:
75097521
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
75107522
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
75117523

7524+
whatwg-url@^5.0.0:
7525+
version "5.0.0"
7526+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7527+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
7528+
dependencies:
7529+
tr46 "~0.0.3"
7530+
webidl-conversions "^3.0.0"
7531+
75127532
which-module@^2.0.0:
75137533
version "2.0.0"
75147534
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)