Skip to content

Commit d76bcb7

Browse files
committed
- Added latest dependencies
1 parent 0eb5e91 commit d76bcb7

File tree

2 files changed

+1113
-915
lines changed

2 files changed

+1113
-915
lines changed

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/node-fetch": "^2.5.12",
6464
"abort-controller": "^3.0.0",
6565
"axios": "^0.24.0",
66-
"camelcase": "^6.2.1",
66+
"camelcase": "^6.3.0",
6767
"commander": "^8.3.0",
6868
"cross-blob": "^2.0.1",
6969
"form-data": "^4.0.0",
@@ -74,35 +74,35 @@
7474
"rimraf": "^3.0.2"
7575
},
7676
"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",
8181
"@rollup/plugin-commonjs": "21.0.1",
82-
"@rollup/plugin-node-resolve": "13.0.6",
82+
"@rollup/plugin-node-resolve": "13.1.3",
8383
"@types/express": "4.17.13",
8484
"@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",
8787
"@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",
9090
"codecov": "3.8.3",
91-
"eslint": "8.3.0",
91+
"eslint": "8.6.0",
9292
"eslint-config-prettier": "8.3.0",
9393
"eslint-plugin-prettier": "4.0.0",
9494
"eslint-plugin-simple-import-sort": "7.0.0",
95-
"express": "4.17.1",
95+
"express": "4.17.2",
9696
"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",
103103
"rollup-plugin-terser": "7.0.2",
104104
"rollup-plugin-typescript2": "0.31.1",
105105
"tslib": "2.3.1",
106-
"typescript": "4.5.2"
106+
"typescript": "4.5.4"
107107
}
108108
}

0 commit comments

Comments
 (0)