[Snyk] Upgrade: , universal-user-agent, , , node-fetch #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@octokit/types
from 8.0.0 to 8.2.1 | 4 versions ahead of your current version | 2 years ago
on 2023-01-20
universal-user-agent
from 6.0.0 to 6.0.1 | 1 version ahead of your current version | 10 months ago
on 2023-11-04
@octokit/endpoint
from 7.0.3 to 7.0.6 | 3 versions ahead of your current version | a year ago
on 2023-06-09
@octokit/request-error
from 3.0.2 to 3.0.3 | 1 version ahead of your current version | 2 years ago
on 2023-01-20
node-fetch
from 2.6.7 to 2.7.0 | 7 versions ahead of your current version | a year ago
on 2023-08-23
Release notes
Package name: @octokit/types
-
8.2.1 - 2023-01-20
- revert "feat: many unreleased endpoint updates (#499)" (fcbd164)
-
8.2.0 - 2023-01-20
- many unreleased endpoint updates (#499) (d952319)
-
8.1.1 - 2023-01-13
- Revert "feat: remove previews (#491)" (#495) (4a8998e), closes #491 #495
-
8.1.0 - 2023-01-11
- remove previews (#491) (cb0835b)
-
8.0.0 - 2022-10-12
- feat: publish new GitHub Enterprise Cloud (GHEC) specific
- feat: add support for new "Get a Dependabot alert" API (
- feat: add support for new "Update a Dependabot alert" API (
- feat: add support for new "List Dependabot alerts for a repository" API (
-
- feat: add support for new "List organization secret" (
- feat: add support for new "Get an organization public key" (
- feat: add support for new "Get an organization secret" (
- feat: adds support for new "Create or update an organization secret" (
- feat: add support for new "Delete an organization secret" (
- feat: add support for new "List selected repositories for an organization secret" (
- feat: add support for new "Set selected repositories for an organization secret" (
- feat: add support for new "Add selected repository to an organization secret" (
- feat: add support for new "Remove selected repository from an organization secret" (
- feat: add support for
- feat: add support for new
- deps: update
- fix: tweak documentation for repo starring related APIs (
- fix: tweak documentation for "Get community profile metrics" API (
- fix: document the
- fix: document that APIs can return
- fix: document
- fix: document
from @octokit/types GitHub release notes8.2.1 (2023-01-20)
Bug Fixes
8.2.0 (2023-01-20)
Features
8.1.1 (2023-01-13)
Reverts
8.1.0 (2023-01-11)
Features
8.0.0 (2022-10-12)
BREAKING CHANGES
@ octokit/typesno longer include endpoint types for GHECFeatures
@ octokit/openapi-types-ghecpackage, plus lots of API changes (29539cf)GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number})PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number})GET /repos/{owner}/{repo}/dependabot/alerts)GET /organizations/{org}/codespaces/secrets) Codespaces APIGET /organizations/{org}/codespaces/secrets/public-key) Codespaces APIGET /organizations/{org}/codespaces/secrets/{secret_name}) Codespaces APIPUT /organizations/{org}/codespaces/secrets/{secret_name}) Codespaces APIDELETE /organizations/{org}/codespaces/secrets/{secret_name}) Codespaces APIGET /organizations/{org}/codespaces/secrets/{secret_name}/repositories) Codespaces APIPUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories) Codespaces APIPUT /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}) Codespaces APIDELETE /organizations/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}) Codespaces APIresolution_commentattribute returned on secret scanning alertsscopeattribute returned by the "Get a diff of the dependencies between commits" (GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}) API@ octokit/openapi-typesto v14 (#463) (7bf7e20)### Fixes
GET /repos/{owner}/{repo}/stargazers,GET /users/{username}/starredandGET /user/starred) to clarify whatAcceptheader to send to get information about when stars were createdGET /repos/{owner}/{repo}/community/profile) to clarify that it only works with public repos which are not forkssizeattribute returned on repos across the API422errors when an endpoint has been spammed with many requests301status returned by labels-related APIs if the repo has been renamed or moved404 Not Foundstatus returned by labels-related APIsPackage name: universal-user-agent
-
6.0.1 - 2023-11-04
- handle
-
6.0.0 - 2020-07-16
- use same code for all environments (#57) (a52f688)
- no longer uses os-name in Node environment. The platform
from universal-user-agent GitHub release notes6.0.1 (2023-11-04)
Bug Fixes
process.versionset toundefined(#78) (#80) (8619fad)6.0.0 (2020-07-16)
Bug Fixes
BREAKING CHANGES
release version is no longer included. For example "Node.js/10.21.0 (Linux 4.15; x64)" is now `"Node.js/10.21.0 (Linux; x64)"
Package name: @octokit/endpoint
-
7.0.6 - 2023-06-09
- build: switch to esbuild instead of pika (#421) (7fd20a0)
-
7.0.5 - 2023-01-23
- type cast empty array to fix a typescript error (#382) (90b6705)
-
7.0.4 - 2023-01-20
- deps: update dependency @ octokit/types to v9 (#394) (c2dc837)
-
7.0.3 - 2022-10-13
- deps: update dependency @ octokit/types to v8 (5dfa5f9)
from @octokit/endpoint GitHub release notes7.0.6 (2023-06-09)
Bug Fixes
7.0.5 (2023-01-23)
Bug Fixes
7.0.4 (2023-01-20)
Bug Fixes
7.0.3 (2022-10-13)
Bug Fixes
Package name: @octokit/request-error
-
3.0.3 - 2023-01-20
- deps: update dependency @ octokit/types to v9 (#307) (82c78fc)
-
3.0.2 - 2022-10-13
- deps: update dependency @ octokit/types to v8 (4cabbec)
from @octokit/request-error GitHub release notes3.0.3 (2023-01-20)
Bug Fixes
3.0.2 (2022-10-13)
Bug Fixes
Package name: node-fetch
-
2.7.0 - 2023-08-23
-
2.6.13 - 2023-08-18
- Remove the default connection close header (#1765) (65ae25a), closes #1735 #1473 #1736
-
2.6.12 - 2023-06-29
- socket variable testing for undefined (#1726) (8bc3a7c)
-
2.6.11 - 2023-05-09
- Revert "fix: handle bom in text and json (#1739)" (#1741) (afb36f6), closes #1739 #1741
-
2.6.10 - 2023-05-08
- handle bom in text and json (#1739) (29909d7)
-
2.6.9 - 2023-01-30
- "global is not defined" (#1704) (70f592d)
-
2.6.8 - 2023-01-13
- headers: don't forward secure headers on protocol change (#1605) (fddad0e), closes #1599
- premature close with chunked transfer encoding and for async iterators in Node 12 (#1172) (50536d1), closes #1064 /github.com/node-fetch/node-fetch/pull/1064#issuecomment-849167400
- prevent hoisting of the undefined
-
2.6.7 - 2022-01-16
from node-fetch GitHub release notes2.7.0 (2023-08-23)
Features
AbortError(#1744) (9b9d458)2.6.13 (2023-08-18)
Bug Fixes
2.6.12 (2023-06-29)
Bug Fixes
2.6.11 (2023-05-09)
Reverts
2.6.10 (2023-05-08)
Bug Fixes
2.6.9 (2023-01-30)
Bug Fixes
2.6.8 (2023-01-13)
Bug Fixes
globalvariable inbrowser.js(#1534) (8bb6e31)Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: