Skip to content

Commit 65414d3

Browse files
fix(deps): bump node-fetch from 3.3.0 to 3.3.1 (#635)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52442ca commit 65414d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"kbpgp": "^2.1.15",
3333
"lodash": "^4.17.21",
3434
"netrc-parser": "^3.1.6",
35-
"node-fetch": "^3.3.0",
35+
"node-fetch": "^3.3.1",
3636
"sha256-file": "^1.0.0",
3737
"uuid": "^8.3.2"
3838
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6357,10 +6357,10 @@ node-domexception@^1.0.0:
63576357
resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
63586358
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
63596359

6360-
node-fetch@*, node-fetch@^3.3.0:
6361-
version "3.3.0"
6362-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.0.tgz#37e71db4ecc257057af828d523a7243d651d91e4"
6363-
integrity sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==
6360+
node-fetch@*, node-fetch@^3.3.1:
6361+
version "3.3.1"
6362+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e"
6363+
integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==
63646364
dependencies:
63656365
data-uri-to-buffer "^4.0.0"
63666366
fetch-blob "^3.1.4"

0 commit comments

Comments
 (0)