|
1 | 1 | { |
2 | | - "version": "9.1.4", |
| 2 | + "version": "9.1.5", |
3 | 3 | "name": "@substrate/api-sidecar", |
4 | 4 | "description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.", |
5 | 5 | "homepage": "https://github.com/paritytech/substrate-api-sidecar#readme", |
|
49 | 49 | "lint:scripts": "cd scripts && substrate-dev-run-lint" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | | - "@polkadot/api": "^5.5.2", |
53 | | - "@polkadot/apps-config": "^0.95.1", |
| 52 | + "@polkadot/api": "^5.6.1", |
| 53 | + "@polkadot/apps-config": "0.95.2-33", |
54 | 54 | "@polkadot/util-crypto": "^7.2.1", |
55 | 55 | "@polkadot/x-rxjs": "^6.11.1", |
56 | 56 | "@substrate/calc": "^0.2.2", |
|
75 | 75 | "tsc-watch": "^4.4.0" |
76 | 76 | }, |
77 | 77 | "resolutions": { |
78 | | - "@polkadot/api": "^5.5.2", |
79 | | - "@polkadot/api-contract": "^5.5.2", |
| 78 | + "@polkadot/api": "^5.6.1", |
| 79 | + "@polkadot/api-contract": "^5.6.1", |
80 | 80 | "@polkadot/hw-ledger": "^7.2.1", |
81 | 81 | "@polkadot/keyring": "^7.2.1", |
82 | 82 | "@polkadot/networks": "^7.2.1", |
83 | | - "@polkadot/phishing": "^0.6.248", |
84 | | - "@polkadot/types": "^5.5.2", |
| 83 | + "@polkadot/phishing": "^0.6.266", |
| 84 | + "@polkadot/types": "^5.6.1", |
| 85 | + "@polkadot/types-known": "^5.6.1", |
| 86 | + "@polkadot/types-support": "^5.6.1", |
85 | 87 | "@polkadot/util": "^7.2.1", |
86 | 88 | "@polkadot/util-crypto": "^7.2.1", |
87 | 89 | "@polkadot/wasm-crypto": "^4.1.2", |
|
0 commit comments