fix: Workflow Bot -- Update ALL Dependencies (main) #892
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.
action-src/package.json | 8 +-
.../node_modules/@octokit/auth-token/package.json | 20 +-
.../node_modules/@octokit/core/dist-node/index.js | 2 +-
.../node_modules/@octokit/core/dist-src/version.js | 2 +-
.../node_modules/@octokit/core/dist-web/index.js | 2 +-
action/node_modules/@octokit/core/package.json | 16 +-
.../@octokit/endpoint/dist-node/index.js | 2 +-
.../@octokit/endpoint/dist-src/version.js | 2 +-
.../@octokit/endpoint/dist-web/index.js | 2 +-
action/node_modules/@octokit/endpoint/package.json | 22 +--
action/node_modules/@octokit/graphql/README.md | 2 +-
.../@octokit/graphql/dist-node/index.js | 2 +-
.../@octokit/graphql/dist-src/version.js | 2 +-
.../@octokit/graphql/dist-web/index.js | 2 +-
action/node_modules/@octokit/graphql/package.json | 22 +--
.../@octokit/openapi-types/package.json | 4 +-
.../plugin-paginate-rest/dist-node/index.js | 4 +-
.../dist-src/generated/paginating-endpoints.js | 5 +-
.../plugin-paginate-rest/dist-src/version.js | 2 +-
.../plugin-paginate-rest/dist-web/index.js | 7 +-
.../@octokit/plugin-paginate-rest/package.json | 4 +-
.../dist-node/index.js | 11 +-
.../dist-src/generated/endpoints.js | 23 +++
.../dist-src/version.js | 2 +-
.../plugin-rest-endpoint-methods/dist-web/index.js | 25 ++-
.../plugin-rest-endpoint-methods/package.json | 4 +-
.../@octokit/request-error/package.json | 22 +--
.../@octokit/request/dist-node/index.js | 2 +-
.../@octokit/request/dist-src/version.js | 2 +-
.../@octokit/request/dist-web/index.js | 2 +-
action/node_modules/@octokit/request/package.json | 4 +-
.../node_modules/@octokit/rest/dist-node/index.js | 2 +-
.../node_modules/@octokit/rest/dist-src/version.js | 2 +-
.../node_modules/@octokit/rest/dist-web/index.js | 2 +-
action/node_modules/@octokit/rest/package.json | 16 +-
.../node_modules/@octokit/types/dist-node/index.js | 2 +-
.../@octokit/types/dist-src/VERSION.js | 2 +-
.../node_modules/@octokit/types/dist-web/index.js | 2 +-
action/node_modules/@octokit/types/package.json | 6 +-
action/node_modules/@types/node/README.md | 2 +-
action/node_modules/@types/node/package.json | 4 +-
action/package.json | 6 +-
package.json | 4 +-
yarn.lock | 220 +++++++++++----------
44 files changed, 281 insertions(+), 220 deletions(-)