Skip to content

Commit 8799bc1

Browse files
fix(deps): update dependency compression to v1.8.0 (#9437)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [compression](https://redirect.github.com/expressjs/compression) | [`1.7.5` -> `1.8.0`](https://renovatebot.com/diffs/npm/compression/1.7.5/1.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/compression/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/compression/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/compression/1.7.5/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/compression/1.7.5/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>expressjs/compression (compression)</summary> ### [`v1.8.0`](https://redirect.github.com/expressjs/compression/blob/HEAD/HISTORY.md#180--2025-02-10) [Compare Source](https://redirect.github.com/expressjs/compression/compare/1.7.5...1.8.0) \================== - Use `res.headersSent` when available - Replace `_implicitHeader` with `writeHead` property - add brotli support for versions of node that support it - Add the enforceEncoding option for requests without `Accept-Encoding` header </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b62e59 commit 8799bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3172,8 +3172,8 @@ __metadata:
31723172
linkType: hard
31733173

31743174
"compression@npm:^1.7.4":
3175-
version: 1.7.5
3176-
resolution: "compression@npm:1.7.5"
3175+
version: 1.8.0
3176+
resolution: "compression@npm:1.8.0"
31773177
dependencies:
31783178
bytes: "npm:3.1.2"
31793179
compressible: "npm:~2.0.18"
@@ -3182,7 +3182,7 @@ __metadata:
31823182
on-headers: "npm:~1.0.2"
31833183
safe-buffer: "npm:5.2.1"
31843184
vary: "npm:~1.1.2"
3185-
checksum: 10c0/35c9d2d57c86d8107eab5e637f2146fcefec8475a2ff3e162f5eb0982ff856d385fb5d8c9823c3d50e075f2d9304bc622dac3df27bfef0355309c0a5307861c5
3185+
checksum: 10c0/804d3c8430939f4fd88e5128333f311b4035f6425a7f2959d74cfb5c98ef3a3e3e18143208f3f9d0fcae4cd3bcf3d2fbe525e0fcb955e6e146e070936f025a24
31863186
languageName: node
31873187
linkType: hard
31883188

0 commit comments

Comments
 (0)