|
63 | 63 | "@types/node-fetch": "^2.5.12", |
64 | 64 | "abort-controller": "^3.0.0", |
65 | 65 | "axios": "^0.24.0", |
66 | | - "camelcase": "^6.2.1", |
| 66 | + "camelcase": "^6.3.0", |
67 | 67 | "commander": "^8.3.0", |
68 | 68 | "cross-blob": "^2.0.1", |
69 | 69 | "form-data": "^4.0.0", |
|
74 | 74 | "rimraf": "^3.0.2" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@babel/cli": "7.16.0", |
78 | | - "@babel/core": "7.16.0", |
79 | | - "@babel/preset-env": "7.16.4", |
80 | | - "@babel/preset-typescript": "7.16.0", |
| 77 | + "@babel/cli": "7.16.7", |
| 78 | + "@babel/core": "7.16.7", |
| 79 | + "@babel/preset-env": "7.16.7", |
| 80 | + "@babel/preset-typescript": "7.16.7", |
81 | 81 | "@rollup/plugin-commonjs": "21.0.1", |
82 | | - "@rollup/plugin-node-resolve": "13.0.6", |
| 82 | + "@rollup/plugin-node-resolve": "13.1.3", |
83 | 83 | "@types/express": "4.17.13", |
84 | 84 | "@types/glob": "7.2.0", |
85 | | - "@types/jest": "27.0.3", |
86 | | - "@types/node": "16.11.11", |
| 85 | + "@types/jest": "27.4.0", |
| 86 | + "@types/node": "17.0.8", |
87 | 87 | "@types/qs": "6.9.7", |
88 | | - "@typescript-eslint/eslint-plugin": "5.5.0", |
89 | | - "@typescript-eslint/parser": "5.5.0", |
| 88 | + "@typescript-eslint/eslint-plugin": "5.9.0", |
| 89 | + "@typescript-eslint/parser": "5.9.0", |
90 | 90 | "codecov": "3.8.3", |
91 | | - "eslint": "8.3.0", |
| 91 | + "eslint": "8.6.0", |
92 | 92 | "eslint-config-prettier": "8.3.0", |
93 | 93 | "eslint-plugin-prettier": "4.0.0", |
94 | 94 | "eslint-plugin-simple-import-sort": "7.0.0", |
95 | | - "express": "4.17.1", |
| 95 | + "express": "4.17.2", |
96 | 96 | "glob": "7.2.0", |
97 | | - "jest": "27.4.3", |
98 | | - "jest-cli": "27.4.3", |
99 | | - "prettier": "2.5.0", |
100 | | - "puppeteer": "12.0.1", |
101 | | - "qs": "6.10.1", |
102 | | - "rollup": "2.60.2", |
| 97 | + "jest": "27.4.7", |
| 98 | + "jest-cli": "27.4.7", |
| 99 | + "prettier": "2.5.1", |
| 100 | + "puppeteer": "13.0.1", |
| 101 | + "qs": "6.10.2", |
| 102 | + "rollup": "2.63.0", |
103 | 103 | "rollup-plugin-terser": "7.0.2", |
104 | 104 | "rollup-plugin-typescript2": "0.31.1", |
105 | 105 | "tslib": "2.3.1", |
106 | | - "typescript": "4.5.2" |
| 106 | + "typescript": "4.5.4" |
107 | 107 | } |
108 | 108 | } |
0 commit comments