Bump @hey-api/openapi-ts from 0.85.2 to 0.97.3 in the npm_and_yarn group across 1 directory - #3
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [@hey-api/openapi-ts](https://github.com/hey-api/hey-api/tree/HEAD/packages/openapi-ts). Updates `@hey-api/openapi-ts` from 0.85.2 to 0.97.3 - [Release notes](https://github.com/hey-api/hey-api/releases) - [Changelog](https://github.com/hey-api/hey-api/blob/main/packages/openapi-ts/CHANGELOG.md) - [Commits](https://github.com/hey-api/hey-api/commits/@hey-api/openapi-ts@0.97.3/packages/openapi-ts) --- updated-dependencies: - dependency-name: "@hey-api/openapi-ts" dependency-version: 0.97.3 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
| version "4.3.1" | ||
| resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.1.tgz#01216c001d67f48e2cd560d708c7af21090a3848" | ||
| integrity sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ== | ||
| js-yaml@4.1.1: |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 983 lists a dependency (js-yaml) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of js-yaml are vulnerable to Inefficient Algorithmic Complexity. An attacker can supply a YAML document containing a large !!omap sequence, which js-yaml resolves with a linear duplicate-key scan inside its per-element loop. Resolution is therefore quadratic in the number of entries, so a modestly sized document consumes disproportionate CPU inside the load call and blocks the event loop, resulting in a denial of service.
References: GHSA
To resolve this comment:
Check if you are using js-yaml on the CLI.
- If you're affected, upgrade this dependency to at least version 4.3.1 at yarn.lock.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
If this violation is related to a license issue (MPL, GPL, LGPL, etc.), please reach out in #ask-legal to have the legal team review the offending package and ensure we fulfill our legal obligations around licensing software.
You can view more details on this finding in the Semgrep AppSec Platform here.
| version "4.3.1" | ||
| resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.3.1.tgz#01216c001d67f48e2cd560d708c7af21090a3848" | ||
| integrity sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ== | ||
| js-yaml@4.1.1: |
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 983 lists a dependency (js-yaml) with a known High severity vulnerability.
ℹ️ Why this matters
Affected versions of js-yaml are vulnerable to Inefficient Algorithmic Complexity / Uncontrolled Resource Consumption. An attacker can supply a YAML document containing a chain of mappings that each merge the previous one via the merge key (<<), causing js-yaml to spend quadratic CPU time while parsing input whose size grows only linearly, resulting in a denial of service.
To resolve this comment:
Check if you are using js-yaml on the CLI.
- If you're affected, upgrade this dependency to at least version 4.3.0 at yarn.lock.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
If this violation is related to a license issue (MPL, GPL, LGPL, etc.), please reach out in #ask-legal to have the legal team review the offending package and ensure we fulfill our legal obligations around licensing software.
You can view more details on this finding in the Semgrep AppSec Platform here.
Bumps the npm_and_yarn group with 1 update in the / directory: @hey-api/openapi-ts.
Updates
@hey-api/openapi-tsfrom 0.85.2 to 0.97.3Release notes
Sourced from @hey-api/openapi-ts's releases.
... (truncated)
Changelog
Sourced from @hey-api/openapi-ts's changelog.
... (truncated)
Commits
d833f73ci: release4987bc3docs: add changesets30498ceMerge branch 'main' of https://github.com/hey-api/openapi-ts into feat/tansta...9be7e7fchore: one more try4c5916dchore: one more try83b4464chore: one more try597e151Merge branch 'main' into pullfrog/3914-zod-discriminated-union-empty-object462c2e9Merge branch 'main' into feat/transformers-temporal3367e64Merge branch 'main' into fix/sse-iterator-treturn-miswiringe6d4416refactor: valibot pluginMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@hey-api/openapi-tssince your current version.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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.