Skip to content

build(deps): bump @xhmikosr/decompress and hugo-bin in /tests/integration/__fixtures__/hugo-site#8338

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tests/integration/__fixtures__/hugo-site/multi-829be51862
Open

build(deps): bump @xhmikosr/decompress and hugo-bin in /tests/integration/__fixtures__/hugo-site#8338
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tests/integration/__fixtures__/hugo-site/multi-829be51862

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @xhmikosr/decompress to 11.1.3 and updates ancestor dependency hugo-bin. These dependencies need to be updated together.

Updates @xhmikosr/decompress from 8.0.0 to 11.1.3

Release notes

Sourced from @​xhmikosr/decompress's releases.

v11.1.3

Security

Fixes a crafted archive being able to read or write files outside the extraction directory:

  • Validate symlink and hardlink targets against the output directory
  • Replace the prefix-based containment check with path.relative, fixing a sibling-directory bypass
  • Strip setuid, setgid, and sticky bits from extracted files

Advisory: GHSA-mp2f-45pm-3cg9 (CVE-2026-53486)

Other changes

  • Write regular files before hardlinks so a hardlink to an extracted file resolves
  • Internal refactoring of the extraction code

Full changelog: XhmikosR/decompress@v11.1.2...v11.1.3

v11.1.2

What's Changed

Full Changelog: XhmikosR/decompress@v11.1.1...v11.1.2

v10.2.1

Backport the v11.1.3 security fixes to v10.x:

  • Validate symlink and hardlink targets against the output directory
  • Replace the prefix-based containment check with path.relative, fixing a sibling-directory bypass
  • Strip setuid, setgid, and sticky bits from extracted files

Advisory: GHSA-mp2f-45pm-3cg9 (CVE-2026-53486)

Full Changelog: XhmikosR/decompress@v10.2.0...v10.2.1

v10.2.0

What's Changed

Full Changelog: XhmikosR/decompress@v10.1.0...v10.2.0

Commits
  • 921c957 11.1.3
  • 4a2e46f extractFile: write files before hardlinks
  • 44bc4be runPlugins: use Array.flat()
  • eab194d refactor: hoist umask and timestamp out of the extraction loop
  • 3796c87 Rename variables
  • 2612bd5 Settle all entries before propagating a failure
  • b7d1726 Resolve the output path once per extraction
  • 60b5299 Strip setuid/setgid/sticky bits from extracted files
  • 281cefa Validate link targets to prevent escaping the output directory
  • aca5aac Fix sibling-prefix path traversal via path.relative
  • Additional commits viewable in compare view

Updates hugo-bin from 0.108.0 to 0.161.0

Release notes

Sourced from hugo-bin's releases.

v0.161.0

What's Changed

  • Breaking: drop Node.js < 22 support
  • Update Hugo to v0.164.0
  • Add macOS .pkg installer support (#198)
  • This release should work on arm64 regardless of the OS

Full Changelog: fenneclab/hugo-bin@v0.149.2...v0.161.0

v0.149.2

No release notes provided.

v0.123.0

What's Changed

Note that if you still want to keep using Node.js 16 for the time being, you can stick to the previous version and instead set the hugoVersion to the new one, see https://github.com/fenneclab/hugo-bin#options.

With this release we are now down to 98 packages (at the time of the release). When this journey started after v0.30.0, we were at 345 packages, so this is a 71.5% reduction in packages!

Full Changelog: fenneclab/hugo-bin@v0.122.8...v0.123.0

v0.122.7

  • Update Hugo to the latest patch version 0.125.6
  • Add npm provenance

Full Changelog: fenneclab/hugo-bin@v0.122.5...v0.122.7

v0.122.0

What's Changed

Full Changelog: fenneclab/hugo-bin@v0.121.1...v0.122.0

v0.121.1

No release notes provided.

v0.118.0

What's Changed

Full Changelog: fenneclab/hugo-bin@v0.117.1...v0.118.0

v0.117.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for hugo-bin since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 7, 2026 05:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

📊 Benchmark results

Comparing with 4f58a08

  • Dependency count: 1,127 (no change)
  • Package size: 379 MB ⬆️ 0.00% increase vs. 4f58a08
  • Number of ts-expect-error directives: 358 (no change)

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tests/integration/__fixtures__/hugo-site/multi-829be51862 branch from 678f449 to 0d8d284 Compare July 16, 2026 19:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tests/integration/__fixtures__/hugo-site/multi-829be51862 branch from 0d8d284 to c560230 Compare July 24, 2026 11:22
Bumps [@xhmikosr/decompress](https://github.com/XhmikosR/decompress) to 11.1.3 and updates ancestor dependency [hugo-bin](https://github.com/fenneclab/hugo-bin). These dependencies need to be updated together.


Updates `@xhmikosr/decompress` from 8.0.0 to 11.1.3
- [Release notes](https://github.com/XhmikosR/decompress/releases)
- [Commits](XhmikosR/decompress@v8.0.0...v11.1.3)

Updates `hugo-bin` from 0.108.0 to 0.161.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.108.0...v0.161.0)

---
updated-dependencies:
- dependency-name: "@xhmikosr/decompress"
  dependency-version: 10.2.1
  dependency-type: indirect
- dependency-name: hugo-bin
  dependency-version: 0.149.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tests/integration/__fixtures__/hugo-site/multi-829be51862 branch from c560230 to 5a4535f Compare July 24, 2026 17:00
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