Skip to content

🛡️ Security: Fix outdated dependencies#5

Open
TheRealAshik wants to merge 1 commit into
masterfrom
security/fix-dependencies-202606200402
Open

🛡️ Security: Fix outdated dependencies#5
TheRealAshik wants to merge 1 commit into
masterfrom
security/fix-dependencies-202606200402

Conversation

@TheRealAshik

Copy link
Copy Markdown
Owner

I've updated dependencies to fix known vulnerabilities found by npm audit. 📦✨

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hsc Ready Ready Preview, Comment Jun 20, 2026 4:03am

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several dependencies in the package-lock.json file, including upgrading astro to version 6.4.8, esbuild to 0.28.1, and vite to 7.3.5. The review feedback highlights that duplicate versions of @astrojs/markdown-remark and @astrojs/prism have been introduced in the lockfile, and recommends running npm dedupe or npm update to consolidate these dependencies and keep the lockfile clean.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread package-lock.json
Comment on lines +2246 to +2248
"node_modules/astro/node_modules/@astrojs/markdown-remark": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.2.0.tgz",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are duplicate versions of @astrojs/markdown-remark and @astrojs/prism introduced in the lockfile. Currently, the top level has @astrojs/markdown-remark at 7.1.1 and @astrojs/prism at 4.0.1, while astro has nested duplicates at 7.2.0 and 4.0.2 respectively. Since @astrojs/starlight depends on @astrojs/markdown-remark: ^7.1.1, both can be resolved to the latest 7.2.0 version at the top level. Running npm dedupe or npm update will consolidate these dependencies, eliminating the duplicate nested packages and keeping the lockfile clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant