Skip to content

Commit c0ad71f

Browse files
chore(deps): update devdependencies (non-major) (#1883)
* chore(deps): update devdependencies (non-major) * fix: timer type in airnode-node --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
1 parent e35e7dc commit c0ad71f

14 files changed

Lines changed: 464 additions & 453 deletions

File tree

.changeset/metal-lamps-give.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,22 @@
107107
"@api3/promise-utils": "^0.4.0",
108108
"@changesets/changelog-github": "^0.4.8",
109109
"@changesets/cli": "^2.26.2",
110-
"@octokit/core": "^5.0.0",
110+
"@octokit/core": "^5.0.1",
111111
"@types/libsodium-wrappers": "^0.7.11",
112-
"@types/node": "^18.17.14",
112+
"@types/node": "^18.17.19",
113113
"@typescript-eslint/eslint-plugin": "^5.62.0",
114114
"@typescript-eslint/parser": "^5.62.0",
115-
"@vercel/ncc": "^0.36.1",
115+
"@vercel/ncc": "^0.38.0",
116116
"axios": "^1.5.0",
117117
"comment-json": "^4.2.3",
118-
"eslint": "^8.48.0",
118+
"eslint": "^8.50.0",
119119
"eslint-plugin-functional": "^5.0.8",
120120
"eslint-plugin-import": "^2.28.1",
121-
"eslint-plugin-jest": "^27.2.3",
121+
"eslint-plugin-jest": "^27.4.0",
122122
"fast-glob": "^3.3.1",
123123
"husky": "^8.0.3",
124-
"lerna": "^7.2.0",
125-
"libsodium-wrappers": "^0.7.11",
124+
"lerna": "^7.3.0",
125+
"libsodium-wrappers": "^0.7.13",
126126
"prettier": "^3.0.3",
127127
"prettier-plugin-solidity": "^1.1.3",
128128
"rimraf": "^5.0.1",

packages/airnode-abi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"lodash": "^4.17.21"
2222
},
2323
"devDependencies": {
24-
"@types/lodash": "^4.14.198",
25-
"jest": "^29.6.4",
24+
"@types/lodash": "^4.14.199",
25+
"jest": "^29.7.0",
2626
"rimraf": "^5.0.1",
2727
"typescript": "^5.2.2"
2828
}

packages/airnode-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"@nomiclabs/hardhat-ethers": "^2.2.3",
3131
"@nomiclabs/hardhat-waffle": "^2.0.6",
3232
"@types/chai": "^4.3.6",
33-
"@types/lodash": "^4.14.198",
33+
"@types/lodash": "^4.14.199",
3434
"@types/mocha": "^10.0.1",
3535
"chai": "^4.3.8",
3636
"ethereum-waffle": "^4.0.10",
3737
"hardhat": "^2.14.1",
38-
"jest": "^29.6.4",
38+
"jest": "^29.7.0",
3939
"rimraf": "^5.0.1",
4040
"ts-jest": "^29.1.1",
4141
"typescript": "^5.2.2"

packages/airnode-admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"yargs": "^17.7.2"
3535
},
3636
"devDependencies": {
37-
"@types/lodash": "^4.14.198",
38-
"@types/node": "^18.17.14",
39-
"@types/yargs": "^17.0.24",
40-
"jest": "^29.6.4",
37+
"@types/lodash": "^4.14.199",
38+
"@types/node": "^18.17.19",
39+
"@types/yargs": "^17.0.25",
40+
"jest": "^29.7.0",
4141
"rimraf": "^5.0.1",
4242
"ts-jest": "^29.1.1",
4343
"ts-node": "^10.9.1",

packages/airnode-deployer/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"devDependencies": {
4949
"@aws-sdk/util-stream-node": "^3.370.0",
5050
"@google-cloud/functions-framework": "^3.3.0",
51-
"@types/adm-zip": "^0.5.0",
52-
"@types/aws-lambda": "^8.10.119",
53-
"@types/lodash": "^4.14.198",
54-
"@types/node": "^18.17.14",
55-
"@types/yargs": "^17.0.24",
51+
"@types/adm-zip": "^0.5.2",
52+
"@types/aws-lambda": "^8.10.122",
53+
"@types/lodash": "^4.14.199",
54+
"@types/node": "^18.17.19",
55+
"@types/yargs": "^17.0.25",
5656
"aws-sdk-client-mock": "^3.0.0",
5757
"aws-sdk-client-mock-jest": "^3.0.0",
5858
"copyfiles": "^2.4.1",
5959
"esbuild-loader": "^4.0.2",
60-
"jest": "^29.6.4",
60+
"jest": "^29.7.0",
6161
"rimraf": "^5.0.1",
6262
"ts-jest": "^29.1.1",
6363
"ts-node": "^10.9.1",

packages/airnode-examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"devDependencies": {
4646
"@nomiclabs/hardhat-ethers": "^2.2.3",
4747
"@nomiclabs/hardhat-waffle": "^2.0.6",
48-
"@types/jest": "^29.5.4",
49-
"@types/node": "^18.17.14",
50-
"@types/prompts": "^2.4.4",
48+
"@types/jest": "^29.5.5",
49+
"@types/node": "^18.17.19",
50+
"@types/prompts": "^2.4.5",
5151
"chalk": "^4.1.2",
5252
"dotenv": "^16.3.1",
5353
"ethereum-waffle": "^4.0.10",
5454
"hardhat": "^2.14.1",
55-
"jest": "^29.6.4",
55+
"jest": "^29.7.0",
5656
"prompts": "^2.4.2",
5757
"ts-jest": "^29.1.1",
5858
"ts-node": "^10.9.1",

packages/airnode-node/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
},
4444
"devDependencies": {
4545
"@api3/airnode-operation": "^0.12.0",
46-
"@types/express": "^4.17.17",
47-
"@types/jest": "^29.5.4",
48-
"@types/lodash": "^4.14.198",
49-
"@types/node": "^18.17.14",
50-
"@types/yargs": "^17.0.24",
46+
"@types/express": "^4.17.18",
47+
"@types/jest": "^29.5.5",
48+
"@types/lodash": "^4.14.199",
49+
"@types/node": "^18.17.19",
50+
"@types/yargs": "^17.0.25",
5151
"aws-sdk-client-mock": "^3.0.0",
5252
"aws-sdk-client-mock-jest": "^3.0.0",
5353
"copyfiles": "^2.4.1",
54-
"jest": "^29.6.4",
54+
"jest": "^29.7.0",
5555
"rimraf": "^5.0.1",
5656
"ts-jest": "^29.1.1",
5757
"ts-node": "^10.9.1",

packages/airnode-node/src/api/vm-timers.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
* cleans them up after use.
66
*/
77
export const createTimers = () => {
8-
let timeouts: NodeJS.Timer[] = [];
8+
let timeouts: NodeJS.Timeout[] = [];
99

1010
const customSetTimeout = (fn: () => void, ms: number) => {
1111
timeouts.push(setTimeout(fn, ms));
1212
};
1313

14-
const customClearTimeout = (id: NodeJS.Timer) => {
14+
const customClearTimeout = (id: NodeJS.Timeout) => {
1515
timeouts = timeouts.filter((timeoutId) => timeoutId !== id);
1616
clearTimeout(id);
1717
};
@@ -21,13 +21,13 @@ export const createTimers = () => {
2121
timeouts = [];
2222
};
2323

24-
let intervals: NodeJS.Timer[] = [];
24+
let intervals: NodeJS.Timeout[] = [];
2525

2626
const customSetInterval = (fn: () => void, ms: number) => {
2727
intervals.push(setInterval(fn, ms));
2828
};
2929

30-
const customClearInterval = (id: NodeJS.Timer) => {
30+
const customClearInterval = (id: NodeJS.Timeout) => {
3131
intervals = intervals.filter((intervalId) => intervalId !== id);
3232
clearInterval(id);
3333
};

packages/airnode-operation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@nomiclabs/hardhat-ethers": "^2.2.3",
42-
"@types/express": "^4.17.17",
42+
"@types/express": "^4.17.18",
4343
"@types/morgan": "^1.9.5",
4444
"rimraf": "^5.0.1",
4545
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)