-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump the website-minor-patch group across 1 directory with 6 updates #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,12 +18,12 @@ | |
| "@astrojs/partytown": "^2.1.7", | ||
| "@astrojs/react": "^5.0.7", | ||
| "@astrojs/sitemap": "^3.7.3", | ||
| "@astrojs/starlight": "^0.41.5", | ||
| "@biomejs/biome": "^2.5.6", | ||
| "@astrojs/starlight": "^0.41.7", | ||
| "@biomejs/biome": "^2.5.7", | ||
| "@tailwindcss/vite": "^4.3.3", | ||
| "@types/react": "^19.2.17", | ||
| "@types/react-dom": "^19.2.3", | ||
| "astro": "^7.1.6", | ||
| "@types/react": "^19.2.18", | ||
| "@types/react-dom": "^19.2.4", | ||
| "astro": "^7.2.0", | ||
| "react": "^19.2.8", | ||
| "react-dom": "^19.2.8", | ||
| "starlight-blog": "^0.28.0", | ||
|
|
@@ -32,7 +32,7 @@ | |
| "starlight-videos": "^0.5.0", | ||
| "tailwindcss": "^4.2.4", | ||
| "typescript": "^6.0.3", | ||
| "vite": "^8.2.0" | ||
| "vite": "^8.2.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Semgrep identified an issue, but thinks it may be safe to ignore. Why this might be safe to ignore:
To resolve this comment: 🔧 No guidance has been designated for this issue. Fix according to your organization's approved methods. 💬 Ignore this findingReply with Semgrep commands to ignore this finding.
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. |
||
| }, | ||
| "overrides": { | ||
| "vite": "$vite" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
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 reasonsAlternatively, 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.