Skip to content

chore(deps): bump compressing from 1.10.5 to 2.1.1#290

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/compressing-2.1.1
Open

chore(deps): bump compressing from 1.10.5 to 2.1.1#290
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/compressing-2.1.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps compressing from 1.10.5 to 2.1.1.

Release notes

Sourced from compressing's releases.

v2.1.1

2.1.1 (2026-04-13)

  • fix: prevent symlink path traversal via pre-existing symlinks during tar extraction (9c885e5)
  • chore: map npm package links to npmx.dev (#134) (fba303c), closes #134

This release is also available on:

v2.1.0

What's Changed

Full Changelog: node-modules/compressing@v2.0.1...v2.1.0

v2.0.1

2.0.1 (2026-01-28)

  • fix(security): prevent arbitrary file write via symlink extraction (ce1c013)
  • chore: Configure Renovate (#121) (fd321da), closes #121
  • chore: fix trust publish (92df8f9)
  • test: fix test cases for uncompress stream (#118) (5f281d9), closes #118

This release is also available on:

v2.0.0

2.0.0 (2025-08-09)

  • fix: impl _final method instead hack pipe event (#114) (ba52b7b), closes #114
  • feat: remove pump and raise minimum node to v18 (#113) (8ac1164), closes #113

BREAKING CHANGE

  • Drop Node.js < 18 support

Node.js 4 is long EOL, so this PR raises it to 18 as per comment. Node 10 has built-in stream.pipeline and fs.mkdir with recursive option, which can be used instead of pump (they are the same).

Summary by CodeRabbit

... (truncated)

Changelog

Sourced from compressing's changelog.

2.1.1 (2026-04-13)

  • fix: prevent symlink path traversal via pre-existing symlinks during tar extraction (9c885e5)
  • chore: map npm package links to npmx.dev (#134) (fba303c), closes #134

2.1.0 (2026-01-28)

2.0.1 (2026-01-28)

  • fix: prevent arbitrary file write via symlink extraction (b8dca23)
  • Merge commit from fork (ce1c013)
  • chore: Configure Renovate (#121) (fd321da), closes #121
  • chore: fix trust publish (92df8f9)
  • test: fix test cases for uncompress stream (#118) (5f281d9), closes #118

2.0.0 (2025-08-09)

  • fix: impl _final method instead hack pipe event (#114) (ba52b7b), closes #114
  • feat: remove pump and raise minimum node to v18 (#113) (8ac1164), closes #113

BREAKING CHANGE

  • Drop Node.js < 18 support

Node.js 4 is long EOL, so this PR raises it to 18 as per comment. Node 10 has built-in stream.pipeline and fs.mkdir with recursive option, which can be used instead of pump (they are the same).

Also 3 tests fail for me but they fail on main branch as well (timeout)

Summary by CodeRabbit

  • Chores
  • Replaced the external stream piping utility with the native Node.js stream API throughout the codebase and tests.
  • Updated documentation examples to reflect the new usage of the native stream API.
  • Replaced external directory creation utilities with native Node.js directory creation methods using recursive options.
  • Removed obsolete dependencies and increased the minimum required Node.js version to 18.0.0.

1.10.3 (2025-05-24)

... (truncated)

Commits
  • 0a77278 Release 2.1.1
  • 9c885e5 fix: prevent symlink path traversal via pre-existing symlinks during tar extr...
  • fba303c chore: map npm package links to npmx.dev (#134)
  • 13d0415 Release 2.1.0
  • 15d24cd feat: support strip for all archive uncompress (#117)
  • 4520711 Release 2.0.1
  • b8dca23 fix: prevent arbitrary file write via symlink extraction
  • ce1c013 Merge commit from fork
  • fd321da chore: Configure Renovate (#121)
  • 92df8f9 chore: fix trust publish
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploying tuff with  Cloudflare Pages  Cloudflare Pages

Latest commit: b2b63f7
Status: ✅  Deploy successful!
Preview URL: https://51c93a51.tuff-dso.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-comp.tuff-dso.pages.dev

View logs

Bumps [compressing](https://github.com/node-modules/compressing) from 1.10.5 to 2.1.1.
- [Release notes](https://github.com/node-modules/compressing/releases)
- [Changelog](https://github.com/node-modules/compressing/blob/master/CHANGELOG.md)
- [Commits](node-modules/compressing@v1.10.5...v2.1.1)

---
updated-dependencies:
- dependency-name: compressing
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/compressing-2.1.1 branch from 2004513 to b2b63f7 Compare July 23, 2026 04:42
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