Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#1994)
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 7, 2024
1 parent 8b136d0 commit fc89a3e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"@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",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vercel/ncc": "^0.38.1",
"axios": "^1.6.8",
"comment-json": "^4.2.3",
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 @@ -47,7 +47,7 @@
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.374.0",
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/functions-framework": "^3.4.0",
"@types/adm-zip": "^0.5.5",
"@types/aws-lambda": "^8.10.137",
"@types/lodash": "^4.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
},
"devDependencies": {
"@api3/chains": "^5.2.2",
"@api3/chains": "^5.3.0",
"@nomicfoundation/hardhat-verify": "^2.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
Expand Down
44 changes: 21 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
viem "^2.9.6"
zod "^3.22.4"

"@api3/chains@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-5.3.0.tgz#6d86ea7e3892b9adea8cf12616fcd80c9c6be516"
integrity sha512-Hs4yt77Sw8vfW3YbumGfPV8LHhIVYNe6YWwWGrZrkICG3prQ6RvCz3r71frSz3amEoCV/BvMH9JyB8M190S0sw==
dependencies:
viem "^2.9.6"
zod "^3.22.4"

"@api3/commons@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@api3/commons/-/commons-0.9.0.tgz#b6f61c78a80a83a57fe8a06ad67b25251c637cdb"
Expand Down Expand Up @@ -1998,14 +2006,14 @@
optionalDependencies:
"@trufflesuite/bigint-buffer" "1.1.9"

"@google-cloud/functions-framework@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.3.0.tgz#9e4563e36ad8644aee1bb5dceaa715bd1ca6759d"
integrity sha512-+4O1dX5VNRK1W1NyAia7zy5jLf88ytuz39/1kVUUaNiOf76YbMZKV0YjZwfk7uEwRrC6l2wynK1G+q8Gb5DeVw==
"@google-cloud/functions-framework@^3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.4.0.tgz#978ea9165592c746c58f4f4042ec9db7c0137e01"
integrity sha512-TAh4h8bspgWkZBgFEUfali5C1NQBgqEGIIKdBjrAeG3vaPtI4CjV4AzGNA6TrEBidLIXXqHb3naO2lI1eqT7+A==
dependencies:
"@types/express" "4.17.17"
"@types/express" "4.17.21"
body-parser "^1.18.3"
cloudevents "^7.0.0"
cloudevents "^8.0.0"
express "^4.16.4"
minimist "^1.2.7"
on-finished "^2.3.0"
Expand Down Expand Up @@ -4240,17 +4248,7 @@
"@types/range-parser" "*"
"@types/send" "*"

"@types/express@4.17.17":
version "4.17.17"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
dependencies:
"@types/body-parser" "*"
"@types/express-serve-static-core" "^4.17.33"
"@types/qs" "*"
"@types/serve-static" "*"

"@types/express@^4.17.21":
"@types/express@4.17.21", "@types/express@^4.17.21":
version "4.17.21"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
Expand Down Expand Up @@ -4586,7 +4584,7 @@
semver "^7.5.4"
ts-api-utils "^1.0.1"

"@typescript-eslint/eslint-plugin@^7.7.1":
"@typescript-eslint/eslint-plugin@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz#c78e309fe967cb4de05b85cdc876fb95f8e01b6f"
integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
Expand Down Expand Up @@ -4614,7 +4612,7 @@
"@typescript-eslint/visitor-keys" "6.21.0"
debug "^4.3.4"

"@typescript-eslint/parser@^7.7.1":
"@typescript-eslint/parser@^7.8.0":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.8.0.tgz#1e1db30c8ab832caffee5f37e677dbcb9357ddc8"
integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==
Expand Down Expand Up @@ -6354,10 +6352,10 @@ clone@^1.0.2:
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==

cloudevents@^7.0.0:
version "7.0.2"
resolved "https://registry.yarnpkg.com/cloudevents/-/cloudevents-7.0.2.tgz#367b22bb6399ab15a6b18347e6ce5ccecdc87849"
integrity sha512-WiOqWsNkMZmMMZ6xa3kzx/MA+8+V+c5eGkStZIcik+Px2xCobmzcacw1EOGyfhODaQKkIv8TxXOOLzV69oXFqA==
cloudevents@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/cloudevents/-/cloudevents-8.0.0.tgz#d5e3f9f56fc70aad5a97f3ea272559d8b7d74317"
integrity sha512-G1Z/r8QMFAsP+F1PuZSHzx1ocPy4vrdQMTHD3orjDaM5kccmPU6nMmpVrF07b53aaxcrLbORUmRepY/DgvdhVw==
dependencies:
ajv "^8.11.0"
ajv-formats "^2.1.1"
Expand Down

0 comments on commit fc89a3e

Please sign in to comment.