Skip to content

Commit

Permalink
feat: Ensure npm uses compression-plugin > 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robcresswell committed Jan 29, 2020
1 parent 8598bb9 commit 5c2c4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"license": "MIT",
"dependencies": {
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^3.0.0"
"compression-webpack-plugin": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ commondir@^1.0.1:
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=

compression-webpack-plugin@^3.0.0:
compression-webpack-plugin@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/compression-webpack-plugin/-/compression-webpack-plugin-3.1.0.tgz#9f510172a7b5fae5aad3b670652e8bd7997aeeca"
integrity sha512-iqTHj3rADN4yHwXMBrQa/xrncex/uEQy8QHlaTKxGchT/hC0SdlJlmL/5eRqffmWq2ep0/Romw6Ld39JjTR/ug==
Expand Down

0 comments on commit 5c2c4fa

Please sign in to comment.