Skip to content
Merged
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 @@ -30,7 +30,7 @@
"@vitest/coverage-v8": "^2.0.4",
"esbuild": "^0.23.0",
"fetch-mock": "^10.1.1",
"glob": "^11.0.0",
"glob": "^11.1.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The package-lock.json file has not been updated to reflect the new version of glob. This is a critical issue, as it could lead to the vulnerable version of the package being installed, defeating the purpose of this security upgrade. Please run npm install to update the lock file and commit the changes.

"prettier": "3.3.3",
"semantic-release": "^24.0.0",
"typescript": "^5.3.0",
Expand Down
Loading