Skip to content

Commit

Permalink
fix(deps): bump node-fetch and @types/node-fetch
Browse files Browse the repository at this point in the history
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) and [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch). These dependencies needed to be updated together.

Updates `node-fetch` from 2.6.11 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.11...v2.7.0)

Updates `@types/node-fetch` from 2.6.4 to 2.6.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/node-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 6e6a1e0 commit a8911c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
"@types/glob": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^10.17.28",
"@types/node-fetch": "^2.6.4",
"@types/node-fetch": "^2.6.11",
"@types/vscode": "^1.43.0",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand All @@ -513,7 +513,7 @@
"annotatedtext-remark": "^0.8.0",
"execa": "^5.0.0",
"glob": "^8.1.0",
"node-fetch": "^2.6.11",
"node-fetch": "^2.7.0",
"portfinder": "^1.0.32"
}
}

0 comments on commit a8911c4

Please sign in to comment.