faas-js-runtime icon indicating copy to clipboard operation
faas-js-runtime copied to clipboard

[Snyk] Upgrade cloudevents from 8.0.0 to 8.0.2

Open lholmquist opened this issue 7 months ago • 0 comments

snyk-top-banner

Snyk has created this PR to upgrade cloudevents from 8.0.0 to 8.0.2.

:information_source: 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 2 versions ahead of your current version.

  • The recommended version was released 8 months ago.

Release notes
Package name: cloudevents
  • 8.0.2 - 2024-07-22

    8.0.2 (2024-07-22)

    Bug Fixes

    • creating an event does not error when the event attribute name is too long (#593) (6977113)
  • 8.0.1 - 2024-06-12

    8.0.1 (2024-06-12)

    Bug Fixes

    Miscellaneous

    • Update compatible node version (#573) (245bae9)
    • updated check mark symbol to show some green checkboxes (#582) (c65afe9)
  • 8.0.0 - 2023-07-24

    8.0.0 (2023-07-24)

    ⚠ BREAKING CHANGES

    • use string instead of enum for Version (#561) (15f6505)
      TypeScript does not consider enum values equivalent, even if the string
      representation is the same. So, when a module imports cloudevents and
      also has a dependency on cloudevents this can cause conflicts where
      the CloudEvent.version attribute is not considered equal when, in
      fact, it is.

    Miscellaneous

    • add npm run build:schema to the doc generation action (#557) (fa388f7)
    • modify release-please to use Signed-Off-By on commits (#559) (089520a)
    • release 8.0.0 (#563) (1ed43c8)
from cloudevents GitHub release notes

[!IMPORTANT]

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

lholmquist avatar Mar 20 '25 08:03 lholmquist