|
62 | 62 | },
|
63 | 63 | "dependencies": {
|
64 | 64 | "camelcase": "^6.2.0",
|
65 |
| - "commander": "^7.0.0", |
66 |
| - "handlebars": "^4.7.6", |
67 |
| - "js-yaml": "^4.0.0", |
68 |
| - "json-schema-ref-parser": "^9.0.7", |
| 65 | + "commander": "^7.2.0", |
| 66 | + "handlebars": "^4.7.7", |
| 67 | + "js-yaml": "^4.1.0", |
| 68 | + "json-schema-ref-parser": "^9.0.8", |
69 | 69 | "mkdirp": "^1.0.4",
|
70 | 70 | "rimraf": "^3.0.2"
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 | 73 | "@babel/cli": "7.14.3",
|
74 | 74 | "@babel/core": "7.14.3",
|
75 |
| - "@babel/preset-env": "7.14.2", |
| 75 | + "@babel/preset-env": "7.14.4", |
76 | 76 | "@babel/preset-typescript": "7.13.0",
|
77 | 77 | "@rollup/plugin-commonjs": "19.0.0",
|
78 | 78 | "@rollup/plugin-node-resolve": "13.0.0",
|
79 |
| - "@types/express": "4.17.11", |
| 79 | + "@types/express": "4.17.12", |
80 | 80 | "@types/jest": "26.0.23",
|
81 | 81 | "@types/js-yaml": "4.0.1",
|
82 |
| - "@types/node": "15.6.0", |
| 82 | + "@types/node": "15.12.1", |
83 | 83 | "@types/node-fetch": "2.5.10",
|
84 | 84 | "@types/qs": "6.9.6",
|
85 |
| - "@typescript-eslint/eslint-plugin": "4.24.0", |
86 |
| - "@typescript-eslint/parser": "4.24.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "4.26.1", |
| 86 | + "@typescript-eslint/parser": "4.26.1", |
87 | 87 | "codecov": "3.8.2",
|
88 |
| - "eslint": "7.27.0", |
| 88 | + "eslint": "7.28.0", |
89 | 89 | "eslint-config-prettier": "8.3.0",
|
90 | 90 | "eslint-plugin-prettier": "3.4.0",
|
91 | 91 | "eslint-plugin-simple-import-sort": "7.0.0",
|
|
95 | 95 | "jest": "26.6.3",
|
96 | 96 | "jest-cli": "26.6.3",
|
97 | 97 | "node-fetch": "2.6.1",
|
98 |
| - "prettier": "2.3.0", |
99 |
| - "puppeteer": "9.1.1", |
| 98 | + "prettier": "2.3.1", |
| 99 | + "puppeteer": "10.0.0", |
100 | 100 | "qs": "6.10.1",
|
101 |
| - "rollup": "2.49.0", |
| 101 | + "rollup": "2.51.0", |
102 | 102 | "rollup-plugin-terser": "7.0.2",
|
103 | 103 | "rollup-plugin-typescript2": "0.30.0",
|
104 |
| - "typescript": "4.2.4" |
| 104 | + "typescript": "4.3.2" |
105 | 105 | }
|
106 | 106 | }
|
0 commit comments