|
34 | 34 | "test-all": "run-p flow lint test test-python"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/cli": "^7.8.4", |
38 |
| - "@babel/core": "^7.9.0", |
39 |
| - "@babel/node": "^7.8.7", |
40 |
| - "@babel/plugin-proposal-class-properties": "^7.8.3", |
41 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.9.0", |
42 |
| - "@babel/preset-env": "^7.9.0", |
43 |
| - "@babel/preset-flow": "^7.9.0", |
| 37 | + "@babel/cli": "^7.10.1", |
| 38 | + "@babel/core": "^7.10.2", |
| 39 | + "@babel/node": "^7.10.1", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.10.1", |
| 41 | + "@babel/plugin-proposal-object-rest-spread": "^7.10.1", |
| 42 | + "@babel/preset-env": "^7.10.2", |
| 43 | + "@babel/preset-flow": "^7.10.1", |
44 | 44 | "babel-eslint": "^10.1.0",
|
45 |
| - "babel-jest": "^25.2.6", |
46 |
| - "eslint": "^6.8.0", |
47 |
| - "eslint-config-prettier": "^6.10.1", |
| 45 | + "babel-jest": "^26.0.1", |
| 46 | + "eslint": "^7.2.0", |
| 47 | + "eslint-config-prettier": "^6.11.0", |
48 | 48 | "eslint-plugin-babel": "^5.3.0",
|
49 |
| - "eslint-plugin-flowtype": "^4.7.0", |
50 |
| - "eslint-plugin-import": "^2.20.2", |
51 |
| - "eslint-plugin-prettier": "^3.1.2", |
52 |
| - "flow-bin": "^0.122.0", |
| 49 | + "eslint-plugin-flowtype": "^5.1.3", |
| 50 | + "eslint-plugin-import": "^2.21.2", |
| 51 | + "eslint-plugin-prettier": "^3.1.4", |
| 52 | + "flow-bin": "^0.127.0", |
53 | 53 | "flow-typed": "^3.1.0",
|
54 |
| - "husky": "^4.2.3", |
55 |
| - "jest": "^25.2.7", |
| 54 | + "husky": "^4.2.5", |
| 55 | + "jest": "^26.0.1", |
56 | 56 | "mkdirp": "^1.0.4",
|
57 | 57 | "nock": "^12.0.3",
|
58 |
| - "nodemon": "^2.0.2", |
| 58 | + "nodemon": "^2.0.4", |
59 | 59 | "npm-run-all": "^4.1.5",
|
60 |
| - "prettier": "^2.0.4", |
| 60 | + "prettier": "^2.0.5", |
61 | 61 | "rimraf": "^3.0.2",
|
62 | 62 | "supertest": "^4.0.2"
|
63 | 63 | },
|
|
70 | 70 | }
|
71 | 71 | },
|
72 | 72 | "dependencies": {
|
73 |
| - "@google-cloud/storage": "^4.7.0", |
74 |
| - "@koa/cors": "^3.0.0", |
75 |
| - "@koa/router": "^8.0.8", |
| 73 | + "@google-cloud/storage": "^5.1.0", |
| 74 | + "@koa/cors": "^3.1.0", |
| 75 | + "@koa/router": "^9.0.1", |
76 | 76 | "content-type": "^1.0.4",
|
77 |
| - "convict": "^5.2.0", |
| 77 | + "convict": "^6.0.0", |
78 | 78 | "dotenv": "^8.2.0",
|
79 | 79 | "fast-crc32c": "^2.0.0",
|
80 | 80 | "jsonwebtoken": "^8.5.1",
|
81 |
| - "koa": "^2.11.0", |
| 81 | + "koa": "^2.12.1", |
82 | 82 | "koa-helmet": "^5.2.0",
|
83 | 83 | "koa-json-body": "^5.3.0",
|
84 |
| - "koa-jwt": "^3.6.0", |
| 84 | + "koa-jwt": "^4.0.0", |
85 | 85 | "koa-logger": "^3.2.1",
|
86 |
| - "mozlog": "^2.2.0", |
| 86 | + "mozlog": "^3.0.0", |
87 | 87 | "node-fetch": "^2.6.0"
|
88 | 88 | }
|
89 | 89 | }
|
0 commit comments