Skip to content

Commit acb9aca

Browse files
authored
Merge pull request #256 from kiwiirc/update-deps
Update dependencies (force merged despite test runners not completing due to node version targets changing)
2 parents 7a8c0df + 45ed43d commit acb9aca

File tree

4 files changed

+1159
-1216
lines changed

4 files changed

+1159
-1216
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 13.x]
12+
node-version: [10.x, 12.x, 14.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

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)