slsa-framework / slsa-github-generator

Language-agnostic SLSA provenance generation for Github Actions
Apache License 2.0
385 stars 115 forks source link

fix(deps): update npm #3647

Closed renovate-bot closed 4 weeks ago

renovate-bot commented 4 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/webhooks-types 7.3.1 -> 7.5.1 age adoption passing confidence
sigstore (source) 2.2.2 -> 2.3.0 age adoption passing confidence
yaml (source) 2.3.3 -> 2.4.2 age adoption passing confidence

Release Notes

octokit/webhooks (@​octokit/webhooks-types) ### [`v7.5.1`](https://togithub.com/octokit/webhooks/releases/tag/v7.5.1) [Compare Source](https://togithub.com/octokit/webhooks/compare/v7.5.0...v7.5.1) ##### Bug Fixes - **schema:** correct some schema IDs ([#​921](https://togithub.com/octokit/webhooks/issues/921)) ([babdb8a](https://togithub.com/octokit/webhooks/commit/babdb8a21566f1521007e8979c29cbeca2e358ed)) ### [`v7.5.0`](https://togithub.com/octokit/webhooks/releases/tag/v7.5.0) [Compare Source](https://togithub.com/octokit/webhooks/compare/v7.4.0...v7.5.0) ##### Features - **security:** Add provenance ([#​916](https://togithub.com/octokit/webhooks/issues/916)) ([b28ee22](https://togithub.com/octokit/webhooks/commit/b28ee220ca96db44a8555551ccd6cf06c8b37052)) ### [`v7.4.0`](https://togithub.com/octokit/webhooks/releases/tag/v7.4.0) [Compare Source](https://togithub.com/octokit/webhooks/compare/v7.3.2...v7.4.0) ##### Features - schema updates (adds custom_properties field) to branch_protection_rule, check_suite, code_scanning_alert, commit_comment, create, delete, dependabot_alert, deploy_key, deployment, deployment_review, deployment_status, discussion, disscussion_comment, fork, gollum, issue_comment, issues, label, member, merge_group, meta, milestone, package, page_build. ping, project, project_card, project_column, public, pull_request, pull_request_review, pull_request_review_comment, pull_request_review_thread, push, registry_package, release, repository, repository_dispatch, repository_import, repository_vulnerability_alert, secret_scanning_alert, star, status, team, team_add, watch, workflow_dispatch, workflow_job, workflow_run, branch_protection_configuration, common, custom_property, custom_property_values ([#​904](https://togithub.com/octokit/webhooks/issues/904)) ([bc5f6fd](https://togithub.com/octokit/webhooks/commit/bc5f6fd16b0df0e3058512e7d44dcba9ba3e0bb0)) ### [`v7.3.2`](https://togithub.com/octokit/webhooks/releases/tag/v7.3.2) [Compare Source](https://togithub.com/octokit/webhooks/compare/v7.3.1...v7.3.2) ##### Bug Fixes - add "cancelled" as possible conclusion of a completed workflow step ([#​892](https://togithub.com/octokit/webhooks/issues/892)) ([6df0bc4](https://togithub.com/octokit/webhooks/commit/6df0bc4cf83a86f170369263dfa1f2e104b93ff4))
sigstore/sigstore-js (sigstore) ### [`v2.3.0`](https://togithub.com/sigstore/sigstore-js/releases/tag/sigstore%402.3.0) [Compare Source](https://togithub.com/sigstore/sigstore-js/compare/sigstore@2.2.2...sigstore@2.3.0) ##### Minor Changes - [`ef7a2e6`](https://togithub.com/sigstore/sigstore-js/commit/ef7a2e6): Add support for verifying new v0.3 Sigstore bundles ##### Patch Changes - [`ef7a2e6`](https://togithub.com/sigstore/sigstore-js/commit/ef7a2e6): Bump [@​sigstore/protobuf-specs](https://togithub.com/sigstore/protobuf-specs) from 0.3.0 to 0.3.1 - [`ef7a2e6`](https://togithub.com/sigstore/sigstore-js/commit/ef7a2e6): Bump [@​sigstore/bundle](https://togithub.com/sigstore/bundle) from 2.2.0 to 2.3.1 - [`ef7a2e6`](https://togithub.com/sigstore/sigstore-js/commit/ef7a2e6): bump [@​sigstore/sign](https://togithub.com/sigstore/sign) from 2.2.3 to 2.3.0 - [`ef7a2e6`](https://togithub.com/sigstore/sigstore-js/commit/ef7a2e6): Bump [@​sigstore/verify](https://togithub.com/sigstore/verify) from 1.1.0 to 1.2.0
eemeli/yaml (yaml) ### [`v2.4.2`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.2) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.4.1...v2.4.2) - Restrict YAML 1.1 boolean strings to their explicit capitalization ([#​530](https://togithub.com/eemeli/yaml/issues/530)) - Add sponsorship by [Scipress](https://www.scipress.io/) ([#​536](https://togithub.com/eemeli/yaml/issues/536)) ### [`v2.4.1`](https://togithub.com/eemeli/yaml/compare/v2.4.0...4aa56d337dc5e286eb0c9111a3b370f21e321117) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.4.0...v2.4.1) ### [`v2.4.0`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.4...v2.4.0) - Add a command-line tool ([#​523](https://togithub.com/eemeli/yaml/issues/523)) - Use the `lineWidth` option for line breaking in flow collections ([#​522](https://togithub.com/eemeli/yaml/issues/522)) ### [`v2.3.4`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.4) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.3...v2.3.4) - Do not throw for carriage return in tag shorthand ([#​501](https://togithub.com/eemeli/yaml/issues/501))

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

forking-renovate[bot] commented 4 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.