Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2023
1 parent 2a66b8d commit 83aea8a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@changesets/cli": "^2.25.1",
"@octokit/core": "^4.1.0",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^17.0.18",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vercel/ncc": "^0.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^17.0.18",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.13",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.108",
"@types/lodash": "^4.14.186",
"@types/node": "^17.0.18",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.13",
"copyfiles": "^2.4.1",
"esbuild-loader": "^2.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/jest": "^29.2.0",
"@types/node": "^17.0.18",
"@types/node": "^18.11.18",
"@types/prompts": "^2.4.1",
"chalk": "^4.1.2",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/express": "^4.17.14",
"@types/jest": "^29.2.0",
"@types/lodash": "^4.14.186",
"@types/node": "^17.0.18",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.13",
"copyfiles": "^2.4.1",
"jest": "^29.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@types/jest": "^29.2.0",
"@types/node": "^17.0.18",
"@types/node": "^18.11.18",
"hardhat": "2.9.9",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3120,10 +3120,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==

"@types/node@^17.0.18":
version "17.0.45"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
"@types/node@^18.11.18":
version "18.11.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==

"@types/node@^8.0.0":
version "8.10.66"
Expand Down

0 comments on commit 83aea8a

Please sign in to comment.