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 packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"strip-ansi": "6.0.0",
"style-loader": "4.0.0",
"superstruct": "1.0.3",
"tar": "7.5.11",
"tar": "7.5.16",

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 lockfile with the tar bump

This changes the packages/next manifest to require tar@7.5.16, but pnpm-lock.yaml still records the packages/next importer with tar specifier/version 7.5.11. In CI workflows that run pnpm install/pnpm install --frozen-lockfile, pnpm treats the lockfile as frozen and will reject the out-of-sync manifest instead of installing, so this dependency bump will block clean installs until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"taskr": "1.1.0",
"terser": "5.27.0",
"terser-webpack-plugin": "5.3.9",
Expand Down