Skip to content

Commit d2a3d08

Browse files
committed
Upgrade dependencies
1 parent c68a183 commit d2a3d08

File tree

3 files changed

+1499
-1397
lines changed

3 files changed

+1499
-1397
lines changed

packages/common-ts/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Changed
99
- Include AllocationExchange in NetworkContracts
10+
- Upgrade dependencies
1011

1112
## [1.8.1] - 2021-12-22
1213
### Changed

packages/common-ts/package.json

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,52 +16,49 @@
1616
"test:watch": "jest --watch --passWithNoTests --detectOpenHandles --verbose"
1717
},
1818
"dependencies": {
19-
"@graphprotocol/contracts": "1.9.0",
19+
"@graphprotocol/contracts": "1.11.1",
2020
"@graphprotocol/pino-sentry-simple": "0.7.1",
21-
"@urql/core": "2.3.6",
21+
"@urql/core": "2.4.4",
2222
"@urql/exchange-execute": "1.2.2",
2323
"body-parser": "1.19.1",
2424
"bs58": "4.0.1",
2525
"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",
3030
"graphql-tag": "2.12.6",
31-
"helmet": "4.6.0",
31+
"helmet": "5.0.2",
3232
"morgan": "1.10.0",
3333
"ngeohash": "0.6.3",
34-
"pg": "8.7.1",
34+
"pg": "8.7.3",
3535
"pg-hstore": "2.3.4",
3636
"pino": "7.6.0",
3737
"pino-multi-stream": "6.0.0",
3838
"prom-client": "14.0.1",
39-
"sequelize": "6.12.0"
39+
"sequelize": "6.18.0"
4040
},
4141
"devDependencies": {
4242
"@types/bs58": "4.0.1",
4343
"@types/cors": "2.8.12",
4444
"@types/express": "4.17.13",
45-
"@types/jest": "27.0.3",
45+
"@types/jest": "27.4.1",
4646
"@types/lodash.isequal": "4.5.5",
4747
"@types/morgan": "1.9.3",
4848
"@types/ngeohash": "0.6.4",
49-
"@types/node": "17.0.2",
49+
"@types/node": "17.0.23",
5050
"@types/pino": "7.0.5",
5151
"@types/pino-multi-stream": "5.1.3",
52-
"@types/supertest": "2.0.11",
52+
"@types/supertest": "2.0.12",
5353
"@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",
6161
"typescript": "4.1.6"
6262
},
63-
"resolutions": {
64-
"scrypt": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.0.2.tgz"
65-
},
6663
"gitHead": "8d9126f4c6c764ad6462c6ca2cc4523a268820fa"
6764
}

0 commit comments

Comments
 (0)