|
6 | 6 | "browser": "dist/browser/src/", |
7 | 7 | "dependencies": { |
8 | 8 | "buffer": "^6.0.3", |
9 | | - "core-js": "^3.15.1", |
| 9 | + "core-js": "^3.19.1", |
10 | 10 | "eventemitter3": "^4.0.7", |
11 | 11 | "grapheme-splitter": "^1.0.4", |
12 | 12 | "iconv-lite": "^0.6.3", |
13 | 13 | "isomorphic-textencoder": "^1.0.1", |
14 | 14 | "lodash": "^4.17.21", |
15 | 15 | "middleware-handler": "^0.2.0", |
16 | | - "regenerator-runtime": "^0.13.7", |
| 16 | + "regenerator-runtime": "^0.13.9", |
17 | 17 | "socks": "^2.6.1", |
18 | 18 | "stream-browserify": "^3.0.0", |
19 | 19 | "util": "^0.12.4" |
20 | 20 | }, |
21 | 21 | "devDependencies": { |
22 | | - "@babel/cli": "^7.14.5", |
23 | | - "@babel/core": "^7.14.6", |
24 | | - "@babel/preset-env": "^7.14.7", |
| 22 | + "@babel/cli": "^7.16.0", |
| 23 | + "@babel/core": "^7.16.0", |
| 24 | + "@babel/preset-env": "^7.16.4", |
25 | 25 | "chai": "^4.3.4", |
26 | 26 | "chai-subset": "^1.6.0", |
27 | | - "compression-webpack-plugin": "^8.0.0", |
28 | | - "eslint": "^7.29.0", |
| 27 | + "compression-webpack-plugin": "^9.0.1", |
| 28 | + "eslint": "^8.3.0", |
29 | 29 | "eslint-config-standard": "^16.0.3", |
30 | | - "eslint-plugin-import": "^2.23.4", |
| 30 | + "eslint-plugin-import": "^2.25.3", |
31 | 31 | "eslint-plugin-node": "^11.1.0", |
32 | | - "eslint-plugin-promise": "^5.1.0", |
33 | | - "mocha": "^9.0.1", |
| 32 | + "eslint-plugin-promise": "^5.1.1", |
| 33 | + "mocha": "^9.1.3", |
34 | 34 | "npm-run-all": "^4.1.5", |
35 | 35 | "nyc": "^15.1.0", |
36 | 36 | "shx": "^0.3.3", |
37 | | - "sinon": "^11.1.1", |
| 37 | + "sinon": "^12.0.1", |
38 | 38 | "sinon-chai": "^3.7.0", |
39 | | - "webpack": "^5.40.0", |
40 | | - "webpack-cli": "^4.7.2" |
| 39 | + "webpack": "^5.64.2", |
| 40 | + "webpack-cli": "^4.9.1" |
41 | 41 | }, |
42 | 42 | "scripts": { |
43 | 43 | "test": "npm-run-all lint coverage", |
|
0 commit comments