Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"js-beautify": "^1.9.1",
"klaw": "^1.x",
"lodash": "^4.17.11",
"nunjucks": "^3.2.0",
"nunjucks": "^3.2.1",
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The package.json has been updated to nunjucks 3.2.1, but the package-lock.json file still references nunjucks 3.2.0 (line 3708-3709 in package-lock.json). This means that npm install will still install version 3.2.0, leaving the security vulnerability unpatched. The package-lock.json must be updated manually to ensure the correct version is installed. Run npm install after this change to regenerate the package-lock.json with the correct version.

Copilot uses AI. Check for mistakes.
"pg": "^7.10.0",
"pg-structure": "^4.2.2",
"winston": "^2.4.4"
Expand Down