build(deps): bump the website-minor-patch group in /website with 3 updates - #958
Conversation
Bumps the website-minor-patch group in /website with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator). Updates `@biomejs/biome` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.8/packages/@biomejs/biome) Updates `astro` from 7.2.0 to 7.2.2 - [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.2/packages/astro) Updates `starlight-links-validator` from 0.25.2 to 0.25.3 - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases) - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.25.3/packages/starlight-links-validator) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website-minor-patch - dependency-name: astro dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website-minor-patch - dependency-name: starlight-links-validator dependency-version: 0.25.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
| "starlight-blog": "^0.28.0", | ||
| "starlight-image-zoom": "^0.15.0", | ||
| "starlight-links-validator": "^0.25.2", | ||
| "starlight-links-validator": "^0.25.3", |
There was a problem hiding this comment.
Semgrep identified an issue, but thinks it may be safe to ignore.
Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use package-lock.json for a specific version of the package.
Why this might be safe to ignore:
This low-confidence rule is matching a normal semver range in package.json, not evidence of an exploitable vulnerability in application code. Using a caret version for a public dependency is common and this finding alone does not meaningfully improve security without additional supply-chain risk context.
To resolve this comment:
🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods.
💬 Ignore this finding
Reply with Semgrep commands to ignore this finding.
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by package-dependencies-check.
You can view more details about this finding in the Semgrep AppSec Platform.
| "@types/react": "^19.2.18", | ||
| "@types/react-dom": "^19.2.4", | ||
| "astro": "^7.2.0", | ||
| "astro": "^7.2.2", |
There was a problem hiding this comment.
Semgrep identified an issue, but thinks it may be safe to ignore.
Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Better to specify an exact version or use package-lock.json for a specific version of the package.
Why this might be safe to ignore:
This is a low-confidence dependency version pinning finding in package.json, and the matched caret range is standard package manager usage rather than a directly exploitable issue by itself. Without evidence that installs occur without a lockfile or from an untrusted registry, this does not meaningfully indicate a security vulnerability.
To resolve this comment:
🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods.
💬 Ignore this finding
Reply with Semgrep commands to ignore this finding.
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Alternatively, triage in Semgrep AppSec Platform to ignore the finding created by package-dependencies-check.
You can view more details about this finding in the Semgrep AppSec Platform.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the website-minor-patch group in /website with 3 updates: @biomejs/biome, astro and starlight-links-validator.
Updates
@biomejs/biomefrom 2.5.7 to 2.5.8Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
6b8f09cci: release (#11236)23c0369feat(lint): nursery noInvalidPropertyInitValue (#11187)52b44d6feat(lint/html): addnoSvelteLegacyConst(#11247)0a0fbc1feat(lint/js): adduseReactCompiler(#10710)Updates
astrofrom 7.2.0 to 7.2.2Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
14f8f87[ci] release (#17673)93beeccFix page directory boundary detection (#17690)2378221fix(content): apply prerenderConflictBehavior to content collection duplicate...fd1d9eefix(build): Optimize incremental builds with shared content graph hashing (#1...8df416atest: skip type check tests in ecosystem-ci (#17587)09f0dc7Detect stale dev server lock files after PID reuse (#17671)2267eeefix: preserve restored image transforms when merging adapter-collected images...4cdf128fix(assets): prevent EMFILE errors on large image builds with concurrency lim...90c6ea4fix(fonts): strip volatile server address from incremental build hash (#17659)9bc3207fix(dev): apply the dev CSS plugin to the fallback Astro environment (#17611)Updates
starlight-links-validatorfrom 0.25.2 to 0.25.3Release notes
Sourced from starlight-links-validator's releases.
Changelog
Sourced from starlight-links-validator's changelog.
Commits
e9dc678ci: release (#174)7f9c3b7fix: redirect validation with a base and under the Bun runtime (#173)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 conditions