Skip to content

Commit 880d4cb

Browse files
committed
Update dependencies
1 parent 7a8c0df commit 880d4cb

File tree

3 files changed

+1158
-1215
lines changed

3 files changed

+1158
-1215
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"core-js": "^3.6.5",
99
"eventemitter3": "^4.0.3",
1010
"grapheme-splitter": "^1.0.4",
11-
"iconv-lite": "^0.5.0",
11+
"iconv-lite": "^0.6.2",
1212
"isomorphic-textencoder": "^1.0.1",
1313
"lodash": "^4.17.15",
1414
"middleware-handler": "^0.2.0",
@@ -22,15 +22,15 @@
2222
"brotli-webpack-plugin": "^1.1.0",
2323
"chai": "^4.2.0",
2424
"chai-subset": "^1.2.0",
25-
"compression-webpack-plugin": "^3.0.1",
25+
"compression-webpack-plugin": "^4.0.0",
2626
"eslint": "^7.0.0",
2727
"eslint-config-standard": "^14.1.1",
2828
"eslint-plugin-import": "^2.20.2",
2929
"eslint-plugin-node": "^11.1.0",
3030
"eslint-plugin-promise": "^4.2.1",
3131
"eslint-plugin-standard": "^4.0.1",
3232
"iltorb": "^2.4.4",
33-
"mocha": "^7.1.2",
33+
"mocha": "^8.0.1",
3434
"nyc": "^15.0.1",
3535
"shx": "^0.3.2",
3636
"sinon": "^9.0.2",

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
},
2121
plugins: [
2222
new CompressionPlugin({
23+
cache: false,
2324
test: shouldCompress,
2425
}),
2526
new BrotliPlugin({

0 commit comments

Comments
 (0)