Skip to content

[pull] master from apify:master#205

Merged
pull[bot] merged 2 commits into
threatcode:masterfrom
apify:master
May 28, 2026
Merged

[pull] master from apify:master#205
pull[bot] merged 2 commits into
threatcode:masterfrom
apify:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 28, 2026

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 : )

dependabot Bot and others added 2 commits May 28, 2026 08:27
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmp&package-manager=npm_and_yarn&previous-version=0.2.5&new-version=0.2.6)](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>
@pull pull Bot locked and limited conversation to collaborators May 28, 2026
@pull pull Bot added the ⤵️ pull label May 28, 2026
@pull pull Bot merged commit 46df390 into threatcode:master May 28, 2026
@pull pull Bot had a problem deploying to github-pages May 28, 2026 10:19 Failure
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant