Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#1990)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 0bb350f commit 8b136d0
Show file tree
Hide file tree
Showing 12 changed files with 271 additions and 251 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,28 +108,28 @@
"@api3/promise-utils": "^0.4.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@octokit/core": "^5.1.0",
"@types/libsodium-wrappers": "^0.7.13",
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@octokit/core": "^5.2.0",
"@types/libsodium-wrappers": "^0.7.14",
"@types/node": "^18.19.31",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vercel/ncc": "^0.38.1",
"axios": "^1.6.7",
"axios": "^1.6.8",
"comment-json": "^4.2.3",
"eslint": "^8.57.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jest": "^28.3.0",
"fast-glob": "^3.3.2",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"libsodium-wrappers": "^0.7.13",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"rimraf": "^5.0.5",
"solhint": "^4.1.1",
"solhint": "^4.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"yargs": "^17.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/lodash": "^4.17.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/chai": "^4.3.12",
"@types/lodash": "^4.14.202",
"@types/chai": "^4.3.14",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.21",
"@types/lodash": "^4.17.0",
"@types/node": "^18.19.31",
"@types/yargs": "^17.0.32",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.370.0",
"@aws-sdk/util-stream-node": "^3.374.0",
"@google-cloud/functions-framework": "^3.3.0",
"@types/adm-zip": "^0.5.5",
"@types/aws-lambda": "^8.10.136",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.21",
"@types/aws-lambda": "^8.10.137",
"@types/lodash": "^4.17.0",
"@types/node": "^18.19.31",
"@types/yargs": "^17.0.32",
"aws-sdk-client-mock": "^4.0.0",
"aws-sdk-client-mock-jest": "^4.0.0",
"copyfiles": "^2.4.1",
"esbuild-loader": "^4.0.3",
"esbuild-loader": "^4.1.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-ignore-dynamic-require": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.21",
"@types/node": "^18.19.31",
"@types/prompts": "^2.4.9",
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
Expand All @@ -56,6 +56,6 @@
"prompts": "^2.4.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@api3/airnode-operation": "^0.14.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.21",
"@types/lodash": "^4.17.0",
"@types/node": "^18.19.31",
"@types/yargs": "^17.0.32",
"aws-sdk-client-mock": "^4.0.0",
"aws-sdk-client-mock-jest": "^4.0.0",
Expand All @@ -57,6 +57,6 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
},
"devDependencies": {
"@api3/chains": "^5.2.2",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomicfoundation/hardhat-verify": "^2.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^11.1.2",
"chai": "^4.4.1",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat-deploy": "^0.12.1",
"hardhat-deploy": "^0.12.4",
"hardhat-gas-reporter": "^1.0.10",
"rimraf": "^5.0.5",
"solidity-coverage": "^0.8.10",
"solidity-coverage": "^0.8.12",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@api3/airnode-protocol-v1": "^3.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.21",
"@types/node": "^18.19.31",
"hardhat": "^2.14.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 8b136d0

Please sign in to comment.