Skip to content

Commit e9fa281

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] <support@github.com>
1 parent 885c52e commit e9fa281

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
@@ -78,7 +78,7 @@
7878
"cerialize": "0.1.18",
7979
"cli-progress": "^3.12.0",
8080
"colors": "^1.4.0",
81-
"compression": "^1.7.5",
81+
"compression": "^1.8.0",
8282
"cookie-parser": "1.4.7",
8383
"core-js": "^3.40.0",
8484
"date-fns": "^2.30.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4129,10 +4129,10 @@ compression-webpack-plugin@^9.2.0:
41294129
schema-utils "^4.0.0"
41304130
serialize-javascript "^6.0.0"
41314131

4132-
compression@^1.7.4, compression@^1.7.5:
4133-
version "1.7.5"
4134-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
4135-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
4132+
compression@^1.7.4, compression@^1.8.0:
4133+
version "1.8.0"
4134+
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.0.tgz#09420efc96e11a0f44f3a558de59e321364180f7"
4135+
integrity sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==
41364136
dependencies:
41374137
bytes "3.1.2"
41384138
compressible "~2.0.18"

0 commit comments

Comments
 (0)