Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#1880)
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 3b5869a commit 8e20191
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.197",
"@types/lodash": "^4.14.198",
"jest": "^29.6.4",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@types/chai": "^4.3.5",
"@types/lodash": "^4.14.197",
"@types/chai": "^4.3.6",
"@types/lodash": "^4.14.198",
"@types/mocha": "^10.0.1",
"chai": "^4.3.8",
"ethereum-waffle": "^4.0.10",
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 @@ -34,7 +34,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/yargs": "^17.0.24",
"jest": "^29.6.4",
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 @@ -50,7 +50,7 @@
"@google-cloud/functions-framework": "^3.3.0",
"@types/adm-zip": "^0.5.0",
"@types/aws-lambda": "^8.10.119",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^3.0.0",
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 @@
"@api3/airnode-operation": "^0.12.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/yargs": "^17.0.24",
"aws-sdk-client-mock": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4080,10 +4080,10 @@
"@types/connect" "*"
"@types/node" "*"

"@types/chai@^4.3.5":
version "4.3.5"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.5.tgz#ae69bcbb1bebb68c4ac0b11e9d8ed04526b3562b"
integrity sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==
"@types/chai@^4.3.6":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.6.tgz#7b489e8baf393d5dd1266fb203ddd4ea941259e6"
integrity sha512-VOVRLM1mBxIRxydiViqPcKn6MIxZytrbMpd6RJLIWKxUNr3zux8no0Oc7kJx0WAPIitgZ0gkrDS+btlqQpubpw==

"@types/concat-stream@^1.6.0":
version "1.6.1"
Expand Down Expand Up @@ -4238,7 +4238,7 @@
resolved "https://registry.yarnpkg.com/@types/libsodium-wrappers/-/libsodium-wrappers-0.7.11.tgz#4ac53b8a16a4c80d062e32b3849e9d5b8c2f92ed"
integrity sha512-8avZYJny690B6lFZQEDz4PEdCgC8D8qmGE/mhJBzCwzZvsqne61tCRbtJOhxsjYMItEZd3k4SoR4xKKLnI9Ztg==

"@types/lodash@^4.14.197":
"@types/lodash@^4.14.198":
version "4.14.198"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.198.tgz#4d27465257011aedc741a809f1269941fa2c5d4c"
integrity sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==
Expand Down

0 comments on commit 8e20191

Please sign in to comment.