|
10 | 10 | "dist" |
11 | 11 | ], |
12 | 12 | "dependencies": { |
13 | | - "debug": "^4.0.1", |
| 13 | + "debug": "^4.3.2", |
14 | 14 | "doctrine": "^3.0.0", |
15 | 15 | "escape-string-regexp": "^4.0.0", |
16 | 16 | "eslint-scope": "^5.1.1", |
17 | 17 | "eslint-utils": "^2.1.0", |
18 | | - "eslint-visitor-keys": "^2.0.0", |
| 18 | + "eslint-visitor-keys": "^2.1.0", |
19 | 19 | "espree": "^7.3.1", |
20 | 20 | "esquery": "^1.4.0", |
21 | | - "esutils": "^2.0.2", |
| 21 | + "esutils": "^2.0.3", |
22 | 22 | "functional-red-black-tree": "^1.0.1", |
23 | | - "globals": "^13.6.0", |
| 23 | + "globals": "^13.11.0", |
24 | 24 | "ignore": "^4.0.6", |
25 | 25 | "levn": "^0.4.1", |
26 | 26 | "lodash.merge": "^4.6.2", |
27 | 27 | "natural-compare": "^1.4.0", |
28 | | - "regexpp": "^3.1.0" |
| 28 | + "regexpp": "^3.2.0" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@actions/core": "^1.2.4", |
32 | | - "@babel/core": "^7.9.6", |
| 31 | + "@actions/core": "^1.5.0", |
| 32 | + "@babel/core": "^7.15.0", |
33 | 33 | "@mysticatea/eslint-plugin": "^11.0.0", |
34 | | - "@types/node": "^12.12.38", |
| 34 | + "@types/node": "^12.20.20", |
35 | 35 | "babel-plugin-minify-constant-folding": "^0.5.0", |
36 | 36 | "babel-plugin-minify-dead-code-elimination": "^0.5.1", |
37 | 37 | "babel-plugin-transform-inline-environment-variables": "^0.4.3", |
38 | | - "eslint": "^7.0.0", |
| 38 | + "eslint": "^7.32.0", |
39 | 39 | "fancy-log": "^1.3.3", |
40 | | - "fs-extra": "^9.0.0", |
41 | | - "karma": "^5.0.5", |
42 | | - "karma-chrome-launcher": "^3.0.0", |
| 40 | + "fs-extra": "^9.1.0", |
| 41 | + "karma": "^5.2.3", |
| 42 | + "karma-chrome-launcher": "^3.1.0", |
43 | 43 | "karma-mocha": "^1.3.0", |
44 | | - "karma-sourcemap-loader": "^0.3.7", |
| 44 | + "karma-sourcemap-loader": "^0.3.8", |
45 | 45 | "karma-webpack": "^4.0.2", |
46 | 46 | "mocha": "^6.2.3", |
47 | | - "p-event": "^4.1.0", |
48 | | - "puppeteer": "^1.18.1", |
49 | | - "rollup": "^2.8.2", |
50 | | - "rollup-plugin-commonjs": "^10.0.1", |
| 47 | + "p-event": "^4.2.0", |
| 48 | + "puppeteer": "^1.20.0", |
| 49 | + "rollup": "^2.56.2", |
| 50 | + "rollup-plugin-commonjs": "^10.1.0", |
51 | 51 | "rollup-plugin-json": "^4.0.0", |
52 | 52 | "rollup-plugin-re": "^1.0.7", |
53 | | - "rollup-plugin-sourcemaps": "^0.6.2", |
54 | | - "semver": "^7.3.2", |
55 | | - "webpack": "^4.43.0" |
| 53 | + "rollup-plugin-sourcemaps": "^0.6.3", |
| 54 | + "semver": "^7.3.5", |
| 55 | + "webpack": "^4.46.0" |
56 | 56 | }, |
57 | 57 | "scripts": { |
58 | 58 | "build": "node scripts/build", |
|
0 commit comments