|
72 | 72 | },
|
73 | 73 | "devDependencies": {
|
74 | 74 | "@babel/cli": "7.12.1",
|
75 |
| - "@babel/core": "7.11.6", |
76 |
| - "@babel/preset-env": "7.11.5", |
77 |
| - "@babel/preset-typescript": "7.10.4", |
78 |
| - "@rollup/plugin-commonjs": "15.1.0", |
79 |
| - "@rollup/plugin-node-resolve": "9.0.0", |
| 75 | + "@babel/core": "7.12.3", |
| 76 | + "@babel/preset-env": "7.12.1", |
| 77 | + "@babel/preset-typescript": "7.12.1", |
| 78 | + "@rollup/plugin-commonjs": "16.0.0", |
| 79 | + "@rollup/plugin-node-resolve": "10.0.0", |
80 | 80 | "@types/express": "4.17.8",
|
81 |
| - "@types/jest": "26.0.14", |
| 81 | + "@types/jest": "26.0.15", |
82 | 82 | "@types/js-yaml": "3.12.5",
|
83 |
| - "@types/node": "14.11.8", |
| 83 | + "@types/node": "14.14.5", |
84 | 84 | "@types/node-fetch": "2.5.7",
|
85 |
| - "@typescript-eslint/eslint-plugin": "4.4.1", |
| 85 | + "@typescript-eslint/eslint-plugin": "4.6.0", |
86 | 86 | "@typescript-eslint/parser": "4.6.0",
|
87 | 87 | "codecov": "3.8.0",
|
88 |
| - "eslint": "7.11.0", |
89 |
| - "eslint-config-prettier": "6.12.0", |
| 88 | + "eslint": "7.12.1", |
| 89 | + "eslint-config-prettier": "6.15.0", |
90 | 90 | "eslint-plugin-prettier": "3.1.4",
|
91 | 91 | "eslint-plugin-simple-import-sort": "5.0.3",
|
92 | 92 | "express": "4.17.1",
|
93 | 93 | "form-data": "3.0.0",
|
94 | 94 | "glob": "7.1.6",
|
95 |
| - "jest": "26.5.3", |
96 |
| - "jest-cli": "26.5.3", |
| 95 | + "jest": "26.6.1", |
| 96 | + "jest-cli": "26.6.1", |
97 | 97 | "node-fetch": "2.6.1",
|
98 | 98 | "prettier": "2.1.2",
|
99 |
| - "puppeteer": "5.4.0", |
100 |
| - "rollup": "2.29.0", |
| 99 | + "puppeteer": "5.4.1", |
| 100 | + "rollup": "2.32.1", |
101 | 101 | "rollup-plugin-terser": "7.0.2",
|
102 | 102 | "rollup-plugin-typescript2": "0.28.0",
|
103 |
| - "typescript": "4.0.3" |
104 |
| - }, |
105 |
| - "resolutions": { |
106 |
| - "terser": "5.3.5" |
| 103 | + "typescript": "4.0.5" |
107 | 104 | }
|
108 | 105 | }
|
0 commit comments