fix: Workflow Bot -- Update ALL Dependencies (main) #1118
Merged
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 | 4 +-
.../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 +-
.../node_modules/node-fetch/LICENSE.md (gone) | 22 -
.../node_modules/node-fetch/README.md (gone) | 633 -------
.../node_modules/node-fetch/browser.js (gone) | 25 -
.../node_modules/node-fetch/lib/index.es.js (gone) | 1776 -------------------
.../node_modules/node-fetch/lib/index.js (gone) | 1785 --------------------
.../node_modules/node-fetch/lib/index.mjs (gone) | 1774 -------------------
.../node_modules/node-fetch/package.json (gone) | 89 -
action/node_modules/fastq/package.json | 2 +-
action/node_modules/fastq/queue.js | 6 +
action/node_modules/fastq/test/promise.js | 27 +
action/node_modules/node-fetch/README.md | 43 +
action/node_modules/node-fetch/browser.js | 14 +-
action/node_modules/node-fetch/lib/index.es.js | 92 +-
action/node_modules/node-fetch/lib/index.js | 92 +-
action/node_modules/node-fetch/lib/index.mjs | 92 +-
action/node_modules/node-fetch/package.json | 19 +-
package.json | 8 +-
yarn.lock | 233 ++-
23 files changed, 495 insertions(+), 6253 deletions(-)