1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:08:27 -04:00

📦 npm: Bump node-fetch from 3.2.4 to 3.2.5

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.4...v3.2.5)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-01 22:46:21 +00:00 committed by Jake Jarvis
parent 33c210aacf
commit 946cf87af4
2 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
"next-mdx-remote": "^4.0.3",
"next-seo": "^5.4.0",
"next-transpile-modules": "^9.0.0",
"node-fetch": "^3.2.4",
"node-fetch": "^3.2.5",
"p-map": "^5.4.0",
"p-retry": "^5.1.1",
"prop-types": "^15.8.1",

View File

@ -4796,10 +4796,10 @@ node-fetch@2.6.7, node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"
node-fetch@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.4.tgz#3fbca2d8838111048232de54cb532bd3cf134947"
integrity sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==
node-fetch@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.5.tgz#7d31da657804db5185540ddac7ddd516a9a2bd26"
integrity sha512-u7zCHdJp8JXBwF09mMfo2CL6kp37TslDl1KP3hRGTlCInBtag+UO3LGVy+NF0VzvnL3PVMpA2hXh1EtECFnyhQ==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"