Skip to content

Commit 54b5248

Browse files
fix(deps): update dependency compression to v1.8.0 (#808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61c3ae7 commit 54b5248

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
@@ -32,7 +32,7 @@
3232
"babel-jest": "24.9.0",
3333
"babel-loader": "8.4.1",
3434
"babel-plugin-module-resolver": "3.2.0",
35-
"compression": "1.7.5",
35+
"compression": "1.8.0",
3636
"compression-webpack-plugin": "2.0.0",
3737
"css-loader": "3.6.0",
3838
"eslint": "5.16.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4372,10 +4372,10 @@ [email protected]:
43724372
serialize-javascript "^1.4.0"
43734373
webpack-sources "^1.0.1"
43744374

4375-
compression@1.7.5:
4376-
version "1.7.5"
4377-
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.5.tgz#fdd256c0a642e39e314c478f6c2cd654edd74c93"
4378-
integrity sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==
4375+
compression@1.8.0:
4376+
version "1.8.0"
4377+
resolved "https://registry.yarnpkg.com/compression/-/compression-1.8.0.tgz#09420efc96e11a0f44f3a558de59e321364180f7"
4378+
integrity sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==
43794379
dependencies:
43804380
bytes "3.1.2"
43814381
compressible "~2.0.18"

0 commit comments

Comments
 (0)