Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#1901)
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 and Ashar2shahid committed Jan 18, 2024
1 parent 7ed8240 commit 6cb9352
Show file tree
Hide file tree
Showing 12 changed files with 296 additions and 148 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,20 +108,20 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@octokit/core": "^5.0.1",
"@types/libsodium-wrappers": "^0.7.11",
"@types/node": "^18.18.4",
"@types/libsodium-wrappers": "^0.7.12",
"@types/node": "^18.18.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.38.0",
"axios": "^1.5.1",
"@vercel/ncc": "^0.38.1",
"axios": "^1.6.0",
"comment-json": "^4.2.3",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"fast-glob": "^3.3.1",
"husky": "^8.0.3",
"lerna": "^7.3.1",
"lerna": "^7.4.1",
"libsodium-wrappers": "^0.7.13",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/lodash": "^4.14.200",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/chai": "^4.3.7",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/chai": "^4.3.9",
"@types/lodash": "^4.14.200",
"@types/mocha": "^10.0.3",
"chai": "^4.3.10",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.4",
"@types/yargs": "^17.0.28",
"@types/lodash": "^4.14.200",
"@types/node": "^18.18.7",
"@types/yargs": "^17.0.29",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.370.0",
"@google-cloud/functions-framework": "^3.3.0",
"@types/adm-zip": "^0.5.2",
"@types/aws-lambda": "^8.10.124",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.4",
"@types/yargs": "^17.0.28",
"@types/adm-zip": "^0.5.3",
"@types/aws-lambda": "^8.10.125",
"@types/lodash": "^4.14.200",
"@types/node": "^18.18.7",
"@types/yargs": "^17.0.29",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"copyfiles": "^2.4.1",
Expand All @@ -62,7 +62,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-ignore-dynamic-require": "^1.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.4",
"@types/prompts": "^2.4.6",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.7",
"@types/prompts": "^2.4.7",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
Expand Down
10 changes: 5 additions & 5 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"devDependencies": {
"@api3/airnode-operation": "^0.13.0",
"@types/express": "^4.17.19",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.4",
"@types/yargs": "^17.0.28",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.200",
"@types/node": "^18.18.7",
"@types/yargs": "^17.0.29",
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0",
"copyfiles": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/express": "^4.17.19",
"@types/morgan": "^1.9.6",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.7",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^11.1.1",
"@typechain/ethers-v5": "^11.1.2",
"chai": "^4.3.10",
"copyfiles": "^2.4.1",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.14.1",
"hardhat-deploy": "^0.11.42",
"hardhat-deploy": "^0.11.43",
"hardhat-gas-reporter": "^1.0.9",
"rimraf": "^5.0.5",
"solidity-coverage": "^0.8.5",
"typechain": "^8.3.1",
"typechain": "^8.3.2",
"typescript": "^5.2.2"
},
"dependencies": {
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 @@ -25,8 +25,8 @@
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.5",
"@types/node": "^18.18.4",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.7",
"hardhat": "^2.14.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@types/yargs": "^17.0.28",
"@types/yargs": "^17.0.29",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit 6cb9352

Please sign in to comment.