Skip to content

Commit 4207f71

Browse files
Bump compression from 1.7.5 to 1.8.0 (#13439)
Bumps [compression](https://github.com/expressjs/compression) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](expressjs/compression@1.7.5...1.8.0) --- updated-dependencies: - dependency-name: compression dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7039fb0 commit 4207f71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"chokidar": "4.0.3",
183183
"classnames": "2.5.1",
184184
"common-tags": "1.8.2",
185-
"compression": "1.7.5",
185+
"compression": "1.8.0",
186186
"config": "3.3.12",
187187
"core-js": "3.40.0",
188188
"deep-eql": "4.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,10 +3264,10 @@ compressible@~2.0.18:
32643264
dependencies:
32653265
mime-db ">= 1.43.0 < 2"
32663266

3267-
compression@1.7.5:
3268-
version "1.7.5"
3269-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
3270-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
3267+
compression@1.8.0:
3268+
version "1.8.0"
3269+
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.0.tgz#09420efc96e11a0f44f3a558de59e321364180f7"
3270+
integrity sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==
32713271
dependencies:
32723272
bytes "3.1.2"
32733273
compressible "~2.0.18"

0 commit comments

Comments
 (0)