Skip to content

chore(deps): pnpm security bump 11.8.0 → 11.11.0 - #1398

Open
apify-deps[bot] wants to merge 1 commit into
masterfrom
chore/deps-sweep
Open

chore(deps): pnpm security bump 11.8.0 → 11.11.0#1398
apify-deps[bot] wants to merge 1 commit into
masterfrom
chore/deps-sweep

Conversation

@apify-deps

@apify-deps apify-deps Bot commented Sep 7, 2026

Copy link
Copy Markdown

Summary

Dependency sweep — targeted security bumps only (this repo has lockfileRefresh: false, so no broad freshening pass):

package.json's packageManager field was already pnpm@11.11.0, but devEngines.packageManager.version was still 11.8.0 — pnpm uses the latter to resolve its own packageManagerDependencies pin in the lockfile, so the vulnerable 11.8.0 stayed locked despite the top-level field being current. Aligned both to 11.11.0, which regenerates the pin. pnpm-workspace.yaml already carries a minimumReleaseAgeExclude entry for pnpm@11.11.0 (added by Renovate), so the supply-chain policy check passes.

🧹 Pruned overrides (no longer needed)

  • tar (pinned to 7.5.16) — no longer present anywhere in the dependency tree (pnpm why tar -r is empty); the pin was a no-op. Removing it only produces peer-key bookkeeping churn in the lockfile, no version changes.

🤖 Generated with Claude Code

…ar override

Fixes GHSA advisory for pnpm < 11.11.0 (alerts #276-278) by aligning
devEngines.packageManager with the already-bumped packageManager field,
which regenerates the packageManagerDependencies pins in the lockfile.

Also drops the pnpm-workspace.yaml `tar` override: tar is no longer present
in the dependency tree, so the pin was a no-op.
@apify-deps apify-deps Bot added the adhoc Ad-hoc unplanned task added during the sprint. label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants