Skip to content

Commit 6191536

Browse files
authored
fix(deps): update npm (#2142)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octokit/webhooks-types](https://togithub.com/octokit/webhooks) | [`7.0.1` -> `7.0.2`](https://renovatebot.com/diffs/npm/@octokit%2fwebhooks-types/7.0.1/7.0.2) | [![age](https://badges.renovateapi.com/packages/npm/@octokit%2fwebhooks-types/7.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@octokit%2fwebhooks-types/7.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@octokit%2fwebhooks-types/7.0.2/compatibility-slim/7.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@octokit%2fwebhooks-types/7.0.2/confidence-slim/7.0.1)](https://docs.renovatebot.com/merge-confidence/) | | [sigstore](https://togithub.com/sigstore/sigstore-js/tree/main/packages/client#readme) ([source](https://togithub.com/sigstore/sigstore-js)) | [`1.5.0` -> `1.5.2`](https://renovatebot.com/diffs/npm/sigstore/1.5.0/1.5.2) | [![age](https://badges.renovateapi.com/packages/npm/sigstore/1.5.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sigstore/1.5.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sigstore/1.5.2/compatibility-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sigstore/1.5.2/confidence-slim/1.5.0)](https://docs.renovatebot.com/merge-confidence/) | | [yaml](https://eemeli.org/yaml/) ([source](https://togithub.com/eemeli/yaml)) | [`2.2.2` -> `2.3.1`](https://renovatebot.com/diffs/npm/yaml/2.2.2/2.3.1) | [![age](https://badges.renovateapi.com/packages/npm/yaml/2.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yaml/2.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yaml/2.3.1/compatibility-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yaml/2.3.1/confidence-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>octokit/webhooks</summary> ### [`v7.0.2`](https://togithub.com/octokit/webhooks/releases/tag/v7.0.2) [Compare Source](https://togithub.com/octokit/webhooks/compare/v7.0.1...v7.0.2) ##### Bug Fixes - mark `action` as required in `secret_scanning_alert_location.created` event ([#&#8203;801](https://togithub.com/octokit/webhooks/issues/801)) ([39fb367](https://togithub.com/octokit/webhooks/commit/39fb3671d63abf656870c23d896c92d9112119a0)) </details> <details> <summary>sigstore/sigstore-js</summary> ### [`v1.5.2`](https://togithub.com/sigstore/sigstore-js/releases/tag/sigstore%401.5.2) [Compare Source](https://togithub.com/sigstore/sigstore-js/compare/sigstore@1.5.1...sigstore@1.5.2) ##### Patch Changes - [`2f89e43`](https://togithub.com/sigstore/sigstore-js/commit/2f89e43): Update Fulcio client to handle responses with detached SCTs ### [`v1.5.1`](https://togithub.com/sigstore/sigstore-js/releases/tag/sigstore%401.5.1) [Compare Source](https://togithub.com/sigstore/sigstore-js/compare/v1.5.0...sigstore@1.5.1) ##### Patch Changes - [`cab068e`](https://togithub.com/sigstore/sigstore-js/commit/cab068e): Propagate `retry`/`timeout` options to the Timestamp Authority client </details> <details> <summary>eemeli/yaml</summary> ### [`v2.3.1`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.1) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.3.0...v2.3.1) - Drop npm from package.json `"engines"` config ([#&#8203;476](https://togithub.com/eemeli/yaml/issues/476)) ### [`v2.3.0`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.0) [Compare Source](https://togithub.com/eemeli/yaml/compare/v2.2.2...v2.3.0) This release corresponds with the release of [`yaml-types`](https://togithub.com/eemeli/yaml-types) v0.2.0, an expanding library of custom tags or types for use with `yaml`. This release contains no changes from [v2.3.0-5](https://togithub.com/eemeli/yaml/releases/tag/v2.3.0-5), and the notes below include all changes from the v2.3.0-x prereleases. ##### Custom Tag Improvements - Add export of `createNode()` & `createPair()` to `'yaml/util'` ([#&#8203;457](https://togithub.com/eemeli/yaml/issues/457)) - Add static `from()` methods to simplify tag development, and otherwise make extending custom collections easier ([#&#8203;467](https://togithub.com/eemeli/yaml/issues/467)) ##### TypeScript Improvements - Add a second optional generic type argument `Strict` to `Document` instances. ([#&#8203;441](https://togithub.com/eemeli/yaml/issues/441)) - Add types exports for TypeScript ([#&#8203;463](https://togithub.com/eemeli/yaml/issues/463)) - Export `StringifyContext` type from `'yaml/util'` ([#&#8203;464](https://togithub.com/eemeli/yaml/issues/464)) ##### Other New Features - Add a `toJS(doc, options?)` method to nodes ([#&#8203;451](https://togithub.com/eemeli/yaml/issues/451), [#&#8203;458](https://togithub.com/eemeli/yaml/issues/458)) - Set explicit tag during `createNode()` for non-default tags ([#&#8203;464](https://togithub.com/eemeli/yaml/issues/464)) ##### Bugfixes - Use correct argument order when stringifying flow collection comments ([#&#8203;443](https://togithub.com/eemeli/yaml/issues/443)) - Improve first-line folding for block scalars ([#&#8203;422](https://togithub.com/eemeli/yaml/issues/422)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/slsa-framework/slsa-github-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTAyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent e4be53e commit 6191536

6 files changed

Lines changed: 470 additions & 359 deletions

File tree

0 commit comments

Comments
 (0)