Skip to content

chore(deps): bump @netlify/blobs from 10.7.8 to 10.7.10 in the npm-minor-patch group across 1 directory - #20

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-ff30c355e7
Closed

chore(deps): bump @netlify/blobs from 10.7.8 to 10.7.10 in the npm-minor-patch group across 1 directory#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-patch-ff30c355e7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 1 update in the / directory: @netlify/blobs.

Updates @netlify/blobs from 10.7.8 to 10.7.10

Release notes

Sourced from @​netlify/blobs's releases.

blobs: v10.7.10

10.7.10 (2026-07-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/dev-utils bumped from 4.4.6 to 4.4.7
      • @​netlify/otel bumped from ^6.0.3 to ^6.0.4

blobs: v10.7.9

10.7.9 (2026-05-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/dev-utils bumped from 4.4.5 to 4.4.6
      • @​netlify/otel bumped from ^6.0.2 to ^6.0.3
Changelog

Sourced from @​netlify/blobs's changelog.

10.7.10 (2026-07-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/dev-utils bumped from 4.4.6 to 4.4.7
      • @​netlify/otel bumped from ^6.0.3 to ^6.0.4

10.7.9 (2026-05-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​netlify/dev-utils bumped from 4.4.5 to 4.4.6
      • @​netlify/otel bumped from ^6.0.2 to ^6.0.3
Commits

Dependabot compatibility score

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor-patch group with 1 update in the / directory: [@netlify/blobs](https://github.com/netlify/primitives/tree/HEAD/packages/blobs).


Updates `@netlify/blobs` from 10.7.8 to 10.7.10
- [Release notes](https://github.com/netlify/primitives/releases)
- [Changelog](https://github.com/netlify/primitives/blob/main/packages/blobs/CHANGELOG.md)
- [Commits](https://github.com/netlify/primitives/commits/blobs-v10.7.10/packages/blobs)

---
updated-dependencies:
- dependency-name: "@netlify/blobs"
  dependency-version: 10.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
kengu added a commit that referenced this pull request Jul 29, 2026
Dependabot's npm PR (#20) proposed @netlify/blobs 10.7.8 -> 10.7.10, but
its lockfile was resolved against an older main and no longer applies:
`npm install --package-lock-only` on current main reproduces today's
lockfile unchanged, and `npm update @netlify/blobs` reports "up to date"
because netlify-cli's subtree pins 10.7.8 exactly and npm hoists that to
the root.

Worth getting past, because this is a security update rather than a
cosmetic patch. Every advisory in the production tree came in through the
root @netlify/blobs:

  * 5 moderate — @opentelemetry/core, unbounded memory allocation in W3C
    Baggage propagation, via @netlify/otel. Fixed by blobs 10.7.11, which
    moves @netlify/dev-utils 4.4.5 -> 4.4.7 and otel ^6.0.2 -> ^6.0.4.
  * 1 high — tmp <0.2.6, path traversal via unsanitized prefix/postfix,
    via dev-utils -> tmp-promise. Still present at blobs 10.7.11, since
    tmp-promise 3.0.3 resolves tmp 0.2.5 while accepting ^0.2.0. An
    `overrides` entry pins it to ^0.2.6 (resolves 0.2.7) within a range
    tmp-promise already allows.

Raising the floor to ^10.7.11 lets npm keep the patched copy at the root
and nest 10.7.8 for netlify-cli's own subtree, so the deploy tool is
untouched. `npm audit --omit=dev` now reports zero, and all 145 function
tests pass.

The 22 remaining advisories are all in netlify-cli 26.0.2's dev tree and
are not addressed here: the fix is netlify-cli 27, a major bump of the
tool CI deploys production with, which deserves its own change.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @netlify/blobs is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 29, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-patch-ff30c355e7 branch July 29, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants