Skip to content

Commit d4ed5b7

Browse files
build(deps-dev): bump node-fetch from 3.2.9 to 3.2.10 (#6307)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.9 to 3.2.10. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v3.2.9...v3.2.10) --- 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 51473c7 commit d4ed5b7

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.9",
114+
"node-fetch": "^3.2.10",
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
@@ -8704,10 +8704,10 @@ node-fetch@^2.6.7:
87048704
dependencies:
87058705
whatwg-url "^5.0.0"
87068706

8707-
node-fetch@^3.2.9:
8708-
version "3.2.9"
8709-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.9.tgz#3f6070bf854de20f21b9fe8479f823462e615d7d"
8710-
integrity sha512-/2lI+DBecVvVm9tDhjziTVjo2wmTsSxSk58saUYP0P/fRJ3xxtfMDY24+CKTkfm0Dlhyn3CSXNL0SoRiCZ8Rzg==
8707+
node-fetch@^3.2.10:
8708+
version "3.2.10"
8709+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.10.tgz#e8347f94b54ae18b57c9c049ef641cef398a85c8"
8710+
integrity sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==
87118711
dependencies:
87128712
data-uri-to-buffer "^4.0.0"
87138713
fetch-blob "^3.1.4"

0 commit comments

Comments
 (0)