From b19168d1bdd81d89f96a19347766f34a008a79a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 05:09:46 +0000 Subject: [PATCH] fix(deps): Bump cloudevents from 8.0.0 to 8.0.1 (#86) Bumps [cloudevents](https://github.com/cloudevents/sdk-javascript) from 8.0.0 to 8.0.1.
Release notes

Sourced from cloudevents's releases.

v8.0.1

8.0.1 (2024-06-12)

Bug Fixes

Miscellaneous

Changelog

Sourced from cloudevents's changelog.

8.0.1 (2024-06-12)

Bug Fixes

Miscellaneous

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cloudevents&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index abaaec6..963089f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,9 +26,6 @@ "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typescript": "^5.0.4" - }, - "peerDependencies": { - "cloudevents": ">= 8.0.0, < 9.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6309,9 +6306,9 @@ } }, "node_modules/cloudevents": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/cloudevents/-/cloudevents-8.0.0.tgz", - "integrity": "sha512-G1Z/r8QMFAsP+F1PuZSHzx1ocPy4vrdQMTHD3orjDaM5kccmPU6nMmpVrF07b53aaxcrLbORUmRepY/DgvdhVw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cloudevents/-/cloudevents-8.0.1.tgz", + "integrity": "sha512-E8BC4CpxF60q+6jqFctWG8pnFo9S9s3nVStyg9FgVUZ5v0DEdbT+gLYcxFNJBWc2ATNZmC8CUm4FaBWbgVj1Sw==", "dependencies": { "ajv": "^8.11.0", "ajv-formats": "^2.1.1", @@ -6321,7 +6318,7 @@ "uuid": "^8.3.2" }, "engines": { - "node": ">=16 <=20" + "node": ">=16 <=22" } }, "node_modules/cloudevents/node_modules/ajv": {