chore(deps-dev): Bump astro from 4.16.19 to 7.2.8 - #24235
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.19 to 7.2.8. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
0aec107 to
0a1530e
Compare
| @@ -18429,18 +18303,18 @@ js-tokens@^9.0.1: | |||
| resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-9.0.1.tgz#2ec43964658435296f6761b34e10671c2d9527f4" | |||
| integrity sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ== | |||
|
|
|||
| js-yaml@^3.13.0, js-yaml@^3.13.1: | |||
| js-yaml@^3.13.1: | |||
There was a problem hiding this comment.
High severity vulnerability may affect your project—review required:
Line 18306 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. js-yaml is vulnerable to CPU exhaustion when parsing untrusted YAML: the maxTotalMergeKeys budget is only charged for keys that a merge (<<) source actually contributes, so empty mappings cost nothing against the limit. A small document that merges a long sequence of empty mappings repeatedly forces O(N*K) work while the counter stays flat, stalling the process. Merge keys are part of the default schema for every load entrypoint (load, loadAll, and the 3.x safeLoad/safeLoadAll), and lowering maxTotalMergeKeys does not mitigate it.
References: https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-69712, GHSA, CVE
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 3.15.2 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
You can view more details on this finding in the Semgrep AppSec Platform here.
Bumps astro from 4.16.19 to 7.2.8.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
7cadf10[ci] release (#17826)ecb4082Update Sharp to 0.35.4 (#17837)8bf6f1achore: split v5/v6 changelogs (#17825)db7c53bchore(deps): replace "find-process" with a smaller, lighter alternative (#17786)eface15[ci] release (#17815)633855bUse workerd's compatibility date for Cloudflare defaults (#17819)55d38c8Deserialize each route once when loading the manifest (#17415)a0d2fe3Pass file path to SVGO soprefixIdsgenerates unique per-file prefixes (#17...ae26d18Handle GET and HEAD request bodies during rewrites (#17813)023b48bNormalize request paths before route matching (#17772)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for astro since your current version.