From 816dbea59dc03f60bdc5cd17b2e7f016c2df9d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:34:08 +0000 Subject: [PATCH] Bump compressing in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [compressing](https://github.com/node-modules/compressing). Updates `compressing` from 2.1.0 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](https://github.com/node-modules/compressing/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: compressing dependency-version: 2.1.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8194f3a..30dd7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "@actions/io": "^3.0.2", - "compressing": "^2.1.0", + "compressing": "^2.1.1", "request": "^2.88.2" }, "devDependencies": { @@ -584,9 +584,9 @@ } }, "node_modules/compressing": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/compressing/-/compressing-2.1.0.tgz", - "integrity": "sha512-CJsNw09YdOqRJ4GJxMIlshK8OEr/0e2jvygRXNf48B73KqsF94OIjcAScq6oargUrT4MZQradg6+5Z+mNYVvDQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/compressing/-/compressing-2.1.1.tgz", + "integrity": "sha512-B/sIxBNB1SOY9GPo9nKk/R0K0q+27KdM3x3/LK/kV858UUWGbl9j0lqUvqQvaQrSJY9jSors4b3pbYc3dz+w4w==", "license": "MIT", "dependencies": { "@eggjs/yauzl": "^2.11.0", diff --git a/package.json b/package.json index c285cf5..5fc9c7d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "@actions/io": "^3.0.2", - "compressing": "^2.1.0", + "compressing": "^2.1.1", "request": "^2.88.2" }, "devDependencies": {