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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"file-type": "20.0.0",
"flat": "^6.0.1",
"github-slugger": "^2.0.0",
"glob": "11.0.0",
"glob": "12.0.0",

Choose a reason for hiding this comment

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

critical

While the dependency versions are updated here, the package-lock.json file has not been updated. To ensure these security fixes are applied consistently across all environments, please run npm install and commit the updated package-lock.json file. This is a critical step to guarantee reproducible builds and that the patched versions are actually installed.

"got": "^14.4.2",
"gray-matter": "^4.0.3",
"hast-util-from-parse5": "^8.0.1",
Expand All @@ -284,7 +284,7 @@
"html-entities": "^2.5.2",
"http-proxy-middleware": "3.0.3",
"imurmurhash": "^0.1.4",
"is-svg": "5.0.0",
"is-svg": "6.0.0",
"javascript-stringify": "^2.1.0",
"js-cookie": "^3.0.1",
"js-yaml": "^4.1.0",
Expand Down Expand Up @@ -388,7 +388,7 @@
"nock": "^14.0.0",
"nodemon": "3.1.3",
"prettier": "^3.3.2",
"rimraf": "^6.0.0",
"rimraf": "^6.1.1",
"robots-parser": "^3.0.0",
"sass": "^1.77.1",
"start-server-and-test": "^2.0.3",
Expand Down