Skip to content

Commit bb6ddcb

Browse files
Bump compression from 1.7.5 to 1.8.0
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] <[email protected]>
1 parent 8f7e9aa commit bb6ddcb

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
@@ -83,7 +83,7 @@
8383
"cerialize": "0.1.18",
8484
"cli-progress": "^3.12.0",
8585
"colors": "^1.4.0",
86-
"compression": "^1.7.5",
86+
"compression": "^1.8.0",
8787
"cookie-parser": "1.4.7",
8888
"core-js": "^3.40.0",
8989
"date-fns": "^2.29.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4289,10 +4289,10 @@ compression-webpack-plugin@^9.2.0:
42894289
schema-utils "^4.0.0"
42904290
serialize-javascript "^6.0.0"
42914291

4292-
compression@^1.7.4, compression@^1.7.5:
4293-
version "1.7.5"
4294-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
4295-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
4292+
compression@^1.7.4, compression@^1.8.0:
4293+
version "1.8.0"
4294+
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.0.tgz#09420efc96e11a0f44f3a558de59e321364180f7"
4295+
integrity sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==
42964296
dependencies:
42974297
bytes "3.1.2"
42984298
compressible "~2.0.18"

0 commit comments

Comments
 (0)