Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @vercel/blob from 0.22.3 to 0.23.2 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented May 21, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @vercel/blob from 0.22.3 to 0.23.2.

ℹ️ 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.


  • The recommended version is 5 versions ahead of your current version.

  • The recommended version was released a month ago, on 2024-04-18.

Release notes
Package name: @vercel/blob
  • 0.23.2 - 2024-04-18

    Patch Changes

    • e63f125: chore(blob): Allow using the alternative API. No new feature, no bugfix here.
  • 0.23.1 - 2024-04-18

    Patch Changes

    • 1cad24c: fix(blob): export all user facing errors
  • 0.23.0 - 2024-04-17

    Minor Changes

    • 261319e: # Add abortSignal

      Adds abortSignal option to all methods. This allows users to cancel requests using an AbortController and passing its signal to the operation.

      Here's how to use it:

      const abortController = new AbortController();

      vercelBlob
      .put('canceled.txt', 'test', {
      access: 'public',
      abortSignal: abortController.signal,
      })
      .then((blob) => {
      console.log('Blob created:', blob);
      });

      setTimeout(function () {
      // Abort the upload
      abortController.abort();
      }, 100);

  • 0.23.0-f6147d74-20240411135804 - 2024-04-11
  • 0.23.0-a6b0ece4-20240411134808 - 2024-04-11
  • 0.22.3 - 2024-04-08

    Patch Changes

    • 5b9b53d: Remove dependency pins in package.json.
from @vercel/blob GitHub release notes

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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Snyk has created this PR to upgrade @vercel/blob from 0.22.3 to 0.23.2.

See this package in npm:
@vercel/blob

See this project in Snyk:
https://app.snyk.io/org/hawthorne001/project/85750b58-dd69-4c03-8be7-765b8d0103d7?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Copy link

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link

github-actions bot commented May 23, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Formatting

See workflow summary for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants