Bump node-fetch from 3.3.1 to 3.3.2 in /dependencies (#4537)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  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>
This commit is contained in:
dependabot[bot] 2023-08-09 19:17:30 +00:00 committed by GitHub
parent bcba9b942f
commit f5bda4b18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
dependencies/package-lock.json generated vendored
View file

@ -36,7 +36,7 @@
"markdownlint-cli": "^0.35.0",
"next": "^13.4.12",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.0",
@ -10153,9 +10153,9 @@
}
},
"node_modules/node-fetch": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
"integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",

View file

@ -31,7 +31,7 @@
"markdownlint-cli": "^0.35.0",
"next": "^13.4.12",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^11.1.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.0",