|
70 | 70 | "rimraf": "^3.0.2"
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/cli": "7.14.8", |
74 |
| - "@babel/core": "7.14.8", |
75 |
| - "@babel/preset-env": "7.14.9", |
76 |
| - "@babel/preset-typescript": "7.14.5", |
| 73 | + "@babel/cli": "7.15.7", |
| 74 | + "@babel/core": "7.15.5", |
| 75 | + "@babel/preset-env": "7.15.6", |
| 76 | + "@babel/preset-typescript": "7.15.0", |
77 | 77 | "@rollup/plugin-commonjs": "20.0.0",
|
78 |
| - "@rollup/plugin-node-resolve": "13.0.4", |
| 78 | + "@rollup/plugin-node-resolve": "13.0.5", |
79 | 79 | "@types/express": "4.17.13",
|
80 |
| - "@types/jest": "26.0.24", |
81 |
| - "@types/js-yaml": "4.0.2", |
82 |
| - "@types/node": "16.4.10", |
83 |
| - "@types/node-fetch": "2.5.12", |
| 80 | + "@types/jest": "27.0.2", |
| 81 | + "@types/js-yaml": "4.0.3", |
| 82 | + "@types/node": "16.10.1", |
84 | 83 | "@types/qs": "6.9.7",
|
85 |
| - "@typescript-eslint/eslint-plugin": "4.28.5", |
86 |
| - "@typescript-eslint/parser": "4.28.5", |
| 84 | + "@typescript-eslint/eslint-plugin": "4.31.2", |
| 85 | + "@typescript-eslint/parser": "4.31.2", |
87 | 86 | "codecov": "3.8.3",
|
88 | 87 | "eslint": "7.32.0",
|
89 | 88 | "eslint-config-prettier": "8.3.0",
|
90 |
| - "eslint-plugin-prettier": "3.4.0", |
| 89 | + "eslint-plugin-prettier": "4.0.0", |
91 | 90 | "eslint-plugin-simple-import-sort": "7.0.0",
|
92 | 91 | "express": "4.17.1",
|
93 | 92 | "form-data": "4.0.0",
|
94 |
| - "glob": "7.1.7", |
95 |
| - "jest": "27.0.6", |
96 |
| - "jest-cli": "26.6.3", |
97 |
| - "node-fetch": "2.6.1", |
98 |
| - "prettier": "2.3.2", |
99 |
| - "puppeteer": "10.1.0", |
| 93 | + "glob": "7.2.0", |
| 94 | + "jest": "27.2.2", |
| 95 | + "jest-cli": "27.2.2", |
| 96 | + "node-fetch": "3.0.0", |
| 97 | + "prettier": "2.4.1", |
| 98 | + "puppeteer": "10.4.0", |
100 | 99 | "qs": "6.10.1",
|
101 |
| - "rollup": "2.55.1", |
| 100 | + "rollup": "2.57.0", |
102 | 101 | "rollup-plugin-terser": "7.0.2",
|
103 | 102 | "rollup-plugin-typescript2": "0.30.0",
|
104 |
| - "typescript": "4.3.5" |
| 103 | + "typescript": "4.4.3" |
105 | 104 | }
|
106 | 105 | }
|
0 commit comments