Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 6ba554a

Browse files
fix: bump node-fetch from 3.3.1 to 3.3.2
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](node-fetch/node-fetch@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>
1 parent df38f9e commit 6ba554a

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
@@ -43,7 +43,7 @@
4343
"@honeybadger-io/js": "^6.1.1",
4444
"chalk": "^4.1.2",
4545
"fetch-cookie": "^2.1.0",
46-
"node-fetch": "^3.3.1",
46+
"node-fetch": "^3.3.2",
4747
"node-html-parser": "^6.1.12",
4848
"nodemailer": "^6.9.8",
4949
"sleep-promise": "^9.1.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3123,10 +3123,10 @@ node-fetch@^2.6.1:
31233123
dependencies:
31243124
whatwg-url "^5.0.0"
31253125

3126-
node-fetch@^3.3.1:
3127-
version "3.3.1"
3128-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
3129-
integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==
3126+
node-fetch@^3.3.2:
3127+
version "3.3.2"
3128+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
3129+
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
31303130
dependencies:
31313131
data-uri-to-buffer "^4.0.0"
31323132
fetch-blob "^3.1.4"

0 commit comments

Comments
 (0)