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 @@ -28,7 +28,7 @@
"date-fns": "^2.30.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.10.2",
"patch-package": "^6.5.1",
"patch-package": "^8.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update the pnpm lockfile for this upgrade

This repo installs JavaScript dependencies with pnpm, and the CI workflows run pnpm install --frozen-lockfile; pnpm's help for that flag says it does not generate a lockfile and fails when an update is needed. Since this change updates only package.json while pnpm-lock.yaml still records patch-package with specifier ^6.5.1 and version 6.5.1, frozen installs will reject the stale lockfile and lockfile-based installs still won't receive the security upgrade. Please regenerate and commit pnpm-lock.yaml for patch-package 8.x.

Useful? React with 👍 / 👎.

"postinstall-postinstall": "^2.1.0",
"sass": "1.77.6",
Comment on lines 29 to 33
"sass-loader": "^13.3.3",
Expand Down
Loading