[pull] master from apify:master#205
Merged
Merged
Conversation
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.5 to 0.2.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raszi/node-tmp/commit/41f71598d03f104a67e0448a7cb9bd4efcdd5980"><code>41f7159</code></a> Bump up the version</li> <li><a href="https://github.com/raszi/node-tmp/commit/efa4a06f24374797ae32ab2b6ae39b7a611ae429"><code>efa4a06</code></a> Merge commit from fork</li> <li><a href="https://github.com/raszi/node-tmp/commit/7ef2728ce0211b8110b2033dfe62eaf030341acf"><code>7ef2728</code></a> Check for relative values</li> <li>See full diff in <a href="https://github.com/raszi/node-tmp/compare/v0.2.5...v0.2.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apify/crawlee/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) ## Summary Refreshes the three lockfiles to pull in security-fix versions of transitive deps. A few source-of-truth tweaks are needed to enable / stabilize the lockfile moves: - `lerna` `^9.0.0` → `^9.0.7` (dev) — drops literal pins on vulnerable `minimatch@3.0.5` and `js-yaml@4.1.0` via newer nx - Adds `"resolutions": { "tmp": "^0.2.6" }` to root — necessary because nx 22 (pulled in by the lerna bump) literally pins `tmp@0.2.4`, which is still vulnerable. nx intentionally [froze transitive versions in #35159](nrwl/nx#35159) for supply-chain hardening, so the override is the only way around it. All dev-scope. - `playwright` `1.58.2` → `1.60.0` (root + `@playwright/browser-*` test helpers + `@crawlee/stagehand` devDep) — the lockfile refresh re-resolved `@browserbasehq/stagehand`s `playwright: ^1.52.0` range to a fresh 1.60.0 as a separate copy, and the new `Page` type had extra methods that broke our 1.58.2 cast sites. Consolidating everything on 1.60.0 fixes it. - `@browserbasehq/stagehand` `^3.0.7` → exact `3.0.7` (dev in `packages/stagehand-crawler`) — stagehand silently became ESM-only in 3.4.0, which breaks our CJS `@crawlee/stagehand` build. Exact pin prevents the next `yarn install` from re-resolving the caret to the ESM-only version. ## Alert disposition Of the 47 open Dependabot alerts: - **34** will auto-close once Dependabot re-scans the merged lockfiles (turbo, tmp, ws, lodash-es, path-to-regexp, brace-expansion, picomatch, tar, minimatch, svgo, bn.js, ajv, glob, js-yaml). - **13** were dismissed on GitHub with per-alert evidence-based reasoning after verifying the vulnerable code paths are not reachable in our usage: - **qs (4 alerts)** — express/body-parser call `qs.parse` only, never `qs.stringify`; the parse DoS is reachable but express is dev-only and bound to `HOSTNAME=127.0.0.1` in tests / runs only during `yarn start` for the website. - **ip-address (1)** — `express-rate-limit` calls only `is4()`/`to4().correctForm()`/`startAddress().correctForm()`, never the vulnerable HTML-emitting methods. - **langsmith (4)** — only runs when `LANGSMITH_TRACING_V2`/`LANGCHAIN_TRACING_V2` env vars are set; none are. Pulled in via an optional dev-only `@crawlee/stagehand` chain. - **serialize-javascript (1)** — build-time only inside Docusaurus webpack plugins, processing trusted git source. - **elliptic (1)** — `crypto-browserify` is a dep but nothing in the website source imports `crypto`, so the polyfill is never bundled. - **uuid (2)** — advisory affects only `v3()`/`v5()`/`v6()` with explicit `buf`; we use v4 transitively. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )