|
16 | 16 | "test:watch": "jest --watch --passWithNoTests --detectOpenHandles --verbose"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 |
| - "@graphprotocol/contracts": "1.9.0", |
| 19 | + "@graphprotocol/contracts": "1.11.1", |
20 | 20 | "@graphprotocol/pino-sentry-simple": "0.7.1",
|
21 |
| - "@urql/core": "2.3.6", |
| 21 | + "@urql/core": "2.4.4", |
22 | 22 | "@urql/exchange-execute": "1.2.2",
|
23 | 23 | "body-parser": "1.19.1",
|
24 | 24 | "bs58": "4.0.1",
|
25 | 25 | "cors": "2.8.5",
|
26 |
| - "cross-fetch": "3.1.4", |
27 |
| - "ethers": "5.5.2", |
28 |
| - "express": "4.17.2", |
29 |
| - "graphql": "16.2.0", |
| 26 | + "cross-fetch": "3.1.5", |
| 27 | + "ethers": "5.6.2", |
| 28 | + "express": "4.17.3", |
| 29 | + "graphql": "16.3.0", |
30 | 30 | "graphql-tag": "2.12.6",
|
31 |
| - "helmet": "4.6.0", |
| 31 | + "helmet": "5.0.2", |
32 | 32 | "morgan": "1.10.0",
|
33 | 33 | "ngeohash": "0.6.3",
|
34 |
| - "pg": "8.7.1", |
| 34 | + "pg": "8.7.3", |
35 | 35 | "pg-hstore": "2.3.4",
|
36 | 36 | "pino": "7.6.0",
|
37 | 37 | "pino-multi-stream": "6.0.0",
|
38 | 38 | "prom-client": "14.0.1",
|
39 |
| - "sequelize": "6.12.0" |
| 39 | + "sequelize": "6.18.0" |
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@types/bs58": "4.0.1",
|
43 | 43 | "@types/cors": "2.8.12",
|
44 | 44 | "@types/express": "4.17.13",
|
45 |
| - "@types/jest": "27.0.3", |
| 45 | + "@types/jest": "27.4.1", |
46 | 46 | "@types/lodash.isequal": "4.5.5",
|
47 | 47 | "@types/morgan": "1.9.3",
|
48 | 48 | "@types/ngeohash": "0.6.4",
|
49 |
| - "@types/node": "17.0.2", |
| 49 | + "@types/node": "17.0.23", |
50 | 50 | "@types/pino": "7.0.5",
|
51 | 51 | "@types/pino-multi-stream": "5.1.3",
|
52 |
| - "@types/supertest": "2.0.11", |
| 52 | + "@types/supertest": "2.0.12", |
53 | 53 | "@typescript-eslint/eslint-plugin": "5.8.0",
|
54 |
| - "@typescript-eslint/parser": "5.8.0", |
55 |
| - "eslint": "8.5.0", |
56 |
| - "jest": "27.4.5", |
57 |
| - "nock": "13.2.1", |
58 |
| - "prettier": "2.5.1", |
59 |
| - "supertest": "6.1.6", |
60 |
| - "ts-jest": "27.1.2", |
| 54 | + "@typescript-eslint/parser": "5.19.0", |
| 55 | + "eslint": "8.13.0", |
| 56 | + "jest": "27.5.1", |
| 57 | + "nock": "13.2.4", |
| 58 | + "prettier": "2.6.2", |
| 59 | + "supertest": "6.2.2", |
| 60 | + "ts-jest": "27.1.4", |
61 | 61 | "typescript": "4.1.6"
|
62 | 62 | },
|
63 |
| - "resolutions": { |
64 |
| - "scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz" |
65 |
| - }, |
66 | 63 | "gitHead": "8d9126f4c6c764ad6462c6ca2cc4523a268820fa"
|
67 | 64 | }
|
0 commit comments