From 21fefa28d0b02b603b470aa97233870ab0435def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:30:09 +0000 Subject: [PATCH] chore(deps): bump compressing from 1.10.1 to 1.10.5 Bumps [compressing](https://github.com/node-modules/compressing) from 1.10.1 to 1.10.5. - [Release notes](https://github.com/node-modules/compressing/releases) - [Changelog](https://github.com/node-modules/compressing/blob/v1.10.5/CHANGELOG.md) - [Commits](https://github.com/node-modules/compressing/compare/v1.10.1...v1.10.5) --- updated-dependencies: - dependency-name: compressing dependency-version: 1.10.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a453ac418..658e2f396 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10573,9 +10573,10 @@ } }, "node_modules/compressing": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/compressing/-/compressing-1.10.1.tgz", - "integrity": "sha512-XXwUffcVjqv8NGSQu1ttp6eMmuZ3zZEAec28Rt30o/vkXE20jXhowRQ9LXLY4uOgFkxXrNzApLobpam53Dc1AA==", + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/compressing/-/compressing-1.10.5.tgz", + "integrity": "sha512-kmVGoqpCTZLy36T8XeYexmyJ8YhZhgjGzkPr2iCGHdfZg7IkelF5DEf5Xyzeo7hwSSEW6ifZuv0IeRAkee5NcA==", + "license": "MIT", "dependencies": { "@eggjs/yauzl": "^2.11.0", "flushwritable": "^1.0.0",