Skip to content

Commit b06f41f

Browse files
authoredJul 19, 2022
build(deps-dev): bump node-fetch from 3.2.8 to 3.2.9 (#6284)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.8 to 3.2.9. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v3.2.8...v3.2.9) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea671a6 commit b06f41f

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
@@ -111,7 +111,7 @@
111111
"mini-css-extract-plugin": "^2.6.1",
112112
"mkdirp": "^1.0.4",
113113
"modularscale-sass": "^3.0.3",
114-
"node-fetch": "^3.2.8",
114+
"node-fetch": "^3.2.9",
115115
"npm-run-all": "^4.1.1",
116116
"postcss": "^8.4.14",
117117
"postcss-loader": "^7.0.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9141,10 +9141,10 @@ node-fetch@^2.6.7:
91419141
dependencies:
91429142
whatwg-url "^5.0.0"
91439143

9144-
node-fetch@^3.2.8:
9145-
version "3.2.8"
9146-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.8.tgz#0d9516dcf43a758d78d6dbe538adf0b1f6a4944e"
9147-
integrity sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==
9144+
node-fetch@^3.2.9:
9145+
version "3.2.9"
9146+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.9.tgz#3f6070bf854de20f21b9fe8479f823462e615d7d"
9147+
integrity sha512-/2lI+DBecVvVm9tDhjziTVjo2wmTsSxSk58saUYP0P/fRJ3xxtfMDY24+CKTkfm0Dlhyn3CSXNL0SoRiCZ8Rzg==
91489148
dependencies:
91499149
data-uri-to-buffer "^4.0.0"
91509150
fetch-blob "^3.1.4"

1 commit comments

Comments
 (1)

vercel[bot] commented on Jul 19, 2022

@vercel[bot]
Please sign in to comment.