Skip to content

Commit

Permalink
chore(deps): update dependency nock to v13.5.4 (#3214)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency nock to v13.5.4

* fix gm-token failing test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: karen-stepanyan <karen.stepanyan@protofire.io>
Co-authored-by: karen-stepanyan <91897037+karen-stepanyan@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent b883cc2 commit 4edc909
Show file tree
Hide file tree
Showing 170 changed files with 500 additions and 523 deletions.
343 changes: 166 additions & 177 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/composites/anchor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/apy-finance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/apy-finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/composites/bitcoin-json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/circuit-breaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@chainlink/ea-test-helpers": "workspace:*",
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/composites/crypto-volatility-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"ethers": "5.0.32",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/composites/curve-3pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/composites/defi-dozen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/dns-record-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/dydx-rewards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/gm-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('execute', () => {
process.env.COINMETRICS_ADAPTER_URL =
process.env.COINMETRICS_ADAPTER_URL ?? 'http://localhost:8083'
process.env.ARBITRUM_RPC_URL = process.env.ARBITRUM_RPC_URL ?? 'http://localhost:3040'
process.env.RETRY = process.env.RETRY ?? '1'
process.env.RETRY = process.env.RETRY ?? '0'
process.env.BACKGROUND_EXECUTE_MS = '0'

const mockDate = new Date('2001-01-01T11:11:11.111Z')
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/historical-average/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/implied-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/linear-finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/medianizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/nftx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/proof-of-reserves/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/rocket-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/savax-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/set-token-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/synth-index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/xsushi-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/supertest": "2.0.16",
"hardhat": "2.21.0",
"mock-socket": "9.3.1",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/non-deployable/token-allocation-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/non-deployable/token-allocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@chainlink/external-adapter-framework": "0.33.4",
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/sources/1forge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/accuweather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/alongside/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/sources/alphavantage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/sources/amberdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/anyblock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/ap-election/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/avalanche-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/bank-frick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/sources/bea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/binance-dex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/binance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/bitex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/bitso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/blockcypher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/blocksize-capital/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/sinonjs__fake-timers": "8.1.5",
"nock": "13.2.9",
"nock": "13.5.4",
"typescript": "5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/sources/blockstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jest": "27.5.2",
"@types/node": "16.11.68",
"@types/supertest": "2.0.16",
"nock": "13.2.9",
"nock": "13.5.4",
"supertest": "6.2.4",
"typescript": "5.0.4"
}
Expand Down
Loading

0 comments on commit 4edc909

Please sign in to comment.