|
22 | 22 | "node": ">= 12.15.0" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@babel/cli": "^7.12.10", |
26 | | - "@babel/core": "^7.12.10", |
27 | | - "@babel/plugin-proposal-class-properties": "^7.12.1", |
28 | | - "@babel/plugin-transform-strict-mode": "^7.12.1", |
| 25 | + "@babel/cli": "^7.13.10", |
| 26 | + "@babel/core": "^7.13.10", |
| 27 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 28 | + "@babel/plugin-transform-strict-mode": "^7.12.13", |
29 | 29 | "codecov": "^3.8.1", |
30 | 30 | "cross-env": "^7.0.3", |
31 | | - "eslint": "^7.16.0", |
32 | | - "eslint-config-makeomatic": "^5.0.3", |
| 31 | + "eslint": "^7.22.0", |
| 32 | + "eslint-config-makeomatic": "^5.0.4", |
33 | 33 | "eslint-plugin-import": "^2.22.1", |
34 | | - "eslint-plugin-promise": "^4.2.1", |
35 | | - "eslint-plugin-unicorn": "^25.0.0", |
| 34 | + "eslint-plugin-promise": "^4.3.1", |
| 35 | + "eslint-plugin-unicorn": "^28.0.2", |
36 | 36 | "jest": "^26.6.3", |
37 | 37 | "tempy": "^1.0.0" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@commitlint/cli": "^11.0.0", |
| 40 | + "@commitlint/cli": "^12.0.1", |
41 | 41 | "bluebird": "^3.7.2", |
42 | 42 | "chrome-launcher": "^0.13.4", |
43 | | - "chrome-remote-interface": "^0.28.1", |
| 43 | + "chrome-remote-interface": "^0.29.0", |
44 | 44 | "death": "^1.1.0", |
45 | 45 | "find-up": "^5.0.0", |
46 | 46 | "glob": "^7.1.6", |
47 | | - "husky": "^4.3.6", |
| 47 | + "husky": "~4.x.x", |
48 | 48 | "hyperid": "^2.1.0", |
49 | 49 | "is": "^3.2.1", |
50 | | - "js-yaml": "^3.14.1", |
| 50 | + "js-yaml": "^4.0.0", |
51 | 51 | "lodash.get": "^4.4.2", |
52 | 52 | "lodash.merge": "^4.6.2", |
53 | 53 | "lodash.set": "^4.3.2", |
54 | 54 | "ms-conf": "^7.0.2", |
55 | 55 | "npm-path": "^2.0.4", |
56 | | - "pino": "^6.8.0", |
| 56 | + "pino": "^6.11.2", |
57 | 57 | "read-pkg": "^5.2.0", |
58 | 58 | "rimraf": "^3.0.2", |
59 | | - "semantic-release": "17.3.0", |
| 59 | + "semantic-release": "17.4.2", |
60 | 60 | "shelljs": "^0.8.3", |
61 | 61 | "strip-final-newline": "^2.0.0", |
62 | 62 | "yargs": "^16.2.0" |
|
0 commit comments