Add package.json with pinned exact versions and fix brace-expansion vulnerability#1132
Merged
Add package.json with pinned exact versions and fix brace-expansion vulnerability#1132
Conversation
…ion vulnerability Agent-Logs-Url: https://github.com/Hack23/homepage/sessions/d1e3add4-58e6-47d8-ae19-2098dfb4b5a6 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix all versions in package.json dependencies
Add package.json with pinned exact versions and fix brace-expansion vulnerability
Mar 27, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This repo had no
package.json— npm tools were installed globally in CI without pinned versions. Introduces a proper manifest with all dependencies locked to exact versions and apackage-lock.jsonfor reproducible installs.Dependencies
All 12
devDependenciespinned exactly (no^/~):htmlhint1.9.2html-validate10.11.2linkinator7.6.1html-minifier-terser7.2.0clean-css-cli5.6.3terser5.46.1glob13.0.6npm-check-updates19.6.6@modelcontextprotocol/server-filesystem2026.1.14@modelcontextprotocol/server-memory2026.1.26@modelcontextprotocol/server-sequential-thinking2025.12.18@playwright/mcp0.0.68Vulnerability Fix
clean-css-cliand@modelcontextprotocol/server-filesystemboth pull inbrace-expansion < 5.0.5(GHSA-f886-m6hf-6m8v — zero-step sequence causes process hang/OOM). Fixed viaoverrides:Result:
npm auditreports 0 vulnerabilities.npx npm-check-updatesconfirms all deps are at latest..gitignore
Removed
package.jsonandpackage-lock.jsonfrom.gitignore— they were pre-emptively excluded before this manifest existed.⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.