|
27 | 27 | "formidable": "^2.0.1",
|
28 | 28 | "methods": "^1.1.2",
|
29 | 29 | "mime": "2.6.0",
|
30 |
| - "qs": "^6.10.3", |
31 |
| - "readable-stream": "^3.6.0", |
| 30 | + "qs": "^6.11.0", |
| 31 | + "readable-stream": "^4.2.0", |
32 | 32 | "semver": "^7.3.7"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.17.10", |
36 |
| - "@babel/core": "^7.18.5", |
37 |
| - "@babel/plugin-transform-runtime": "^7.18.5", |
38 |
| - "@babel/preset-env": "^7.18.2", |
39 |
| - "@babel/runtime": "^7.18.3", |
40 |
| - "@commitlint/cli": "16", |
41 |
| - "@commitlint/config-conventional": "16", |
| 35 | + "@babel/cli": "^7.19.3", |
| 36 | + "@babel/core": "^7.19.3", |
| 37 | + "@babel/plugin-transform-runtime": "^7.19.1", |
| 38 | + "@babel/preset-env": "^7.19.3", |
| 39 | + "@babel/runtime": "^7.19.0", |
| 40 | + "@commitlint/cli": "17", |
| 41 | + "@commitlint/config-conventional": "17", |
42 | 42 | "Base64": "^1.1.0",
|
43 | 43 | "babelify": "^10.0.0",
|
44 | 44 | "basic-auth-connect": "^1.0.0",
|
45 | 45 | "body-parser": "^1.20.0",
|
46 | 46 | "browserify": "^17.0.0",
|
47 |
| - "codecov": "^3.8.3", |
48 | 47 | "cookie-parser": "^1.4.6",
|
49 | 48 | "cross-env": "^7.0.3",
|
50 |
| - "eslint": "^8.18.0", |
51 |
| - "eslint-config-xo-lass": "1", |
| 49 | + "eslint": "^8.24.0", |
| 50 | + "eslint-config-xo-lass": "2", |
52 | 51 | "eslint-plugin-compat": "^4.0.2",
|
53 | 52 | "eslint-plugin-node": "^11.1.0",
|
54 | 53 | "express": "^4.18.1",
|
|
57 | 56 | "get-port": "4.2.0",
|
58 | 57 | "husky": "7",
|
59 | 58 | "lint-staged": "12",
|
60 |
| - "marked": "^2.0.0", |
| 59 | + "marked": "^4.1.0", |
61 | 60 | "mocha": "6.2.2",
|
62 |
| - "multer": "^1.4.4", |
| 61 | + "multer": "1.4.5-lts.1", |
63 | 62 | "nyc": "^15.1.0",
|
64 |
| - "remark-cli": "^10.0.1", |
65 |
| - "remark-preset-github": "4.0.3", |
| 63 | + "remark-cli": "^11.0.0", |
| 64 | + "remark-preset-github": "4.0.4", |
66 | 65 | "rimraf": "^3.0.2",
|
67 | 66 | "should": "^13.2.3",
|
68 | 67 | "should-http": "^0.1.1",
|
69 |
| - "tinyify": "^3.0.0", |
70 |
| - "xo": "^0.49.0", |
| 68 | + "tinyify": "^3.1.0", |
| 69 | + "xo": "^0.52.3", |
71 | 70 | "zuul": "^3.12.0"
|
72 | 71 | },
|
73 | 72 | "engines": {
|
|
124 | 123 | "build:dist": "npm run browserify && npm run minify",
|
125 | 124 | "build:lib": "babel --config-file ./.lib.babelrc src --out-dir lib",
|
126 | 125 | "build:test": "babel --config-file ./.test.babelrc test --out-dir lib/node/test",
|
127 |
| - "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", |
128 | 126 | "lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js",
|
129 | 127 | "minify": "cross-env NODE_ENV=production browserify src/node/index.js -o dist/superagent.min.js -s superagent -g [ babelify --configFile ./.dist.babelrc ] -p tinyify",
|
130 | 128 | "nyc": "cross-env NODE_ENV=test nyc ava",
|
|
0 commit comments