Skip to content

Commit fc89a3e

Browse files
chore(deps): update devdependencies (non-major) (#1994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b136d0 commit fc89a3e

4 files changed

Lines changed: 25 additions & 27 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"@octokit/core": "^5.2.0",
112112
"@types/libsodium-wrappers": "^0.7.14",
113113
"@types/node": "^18.19.31",
114-
"@typescript-eslint/eslint-plugin": "^7.7.1",
115-
"@typescript-eslint/parser": "^7.7.1",
114+
"@typescript-eslint/eslint-plugin": "^7.8.0",
115+
"@typescript-eslint/parser": "^7.8.0",
116116
"@vercel/ncc": "^0.38.1",
117117
"axios": "^1.6.8",
118118
"comment-json": "^4.2.3",

packages/airnode-deployer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@aws-sdk/util-stream-node": "^3.374.0",
50-
"@google-cloud/functions-framework": "^3.3.0",
50+
"@google-cloud/functions-framework": "^3.4.0",
5151
"@types/adm-zip": "^0.5.5",
5252
"@types/aws-lambda": "^8.10.137",
5353
"@types/lodash": "^4.17.0",

packages/airnode-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"write-example-env-file": "hardhat run scripts/write-example-env-file.ts"
3030
},
3131
"devDependencies": {
32-
"@api3/chains": "^5.2.2",
32+
"@api3/chains": "^5.3.0",
3333
"@nomicfoundation/hardhat-verify": "^2.0.6",
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@nomiclabs/hardhat-waffle": "^2.0.6",

yarn.lock

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@
3535
viem "^2.9.6"
3636
zod "^3.22.4"
3737

38+
"@api3/chains@^5.3.0":
39+
version "5.3.0"
40+
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-5.3.0.tgz#6d86ea7e3892b9adea8cf12616fcd80c9c6be516"
41+
integrity sha512-Hs4yt77Sw8vfW3YbumGfPV8LHhIVYNe6YWwWGrZrkICG3prQ6RvCz3r71frSz3amEoCV/BvMH9JyB8M190S0sw==
42+
dependencies:
43+
viem "^2.9.6"
44+
zod "^3.22.4"
45+
3846
"@api3/commons@^0.9.0":
3947
version "0.9.0"
4048
resolved "https://registry.yarnpkg.com/@api3/commons/-/commons-0.9.0.tgz#b6f61c78a80a83a57fe8a06ad67b25251c637cdb"
@@ -1998,14 +2006,14 @@
19982006
optionalDependencies:
19992007
"@trufflesuite/bigint-buffer" "1.1.9"
20002008

2001-
"@google-cloud/functions-framework@^3.3.0":
2002-
version "3.3.0"
2003-
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.3.0.tgz#9e4563e36ad8644aee1bb5dceaa715bd1ca6759d"
2004-
integrity sha512-+4O1dX5VNRK1W1NyAia7zy5jLf88ytuz39/1kVUUaNiOf76YbMZKV0YjZwfk7uEwRrC6l2wynK1G+q8Gb5DeVw==
2009+
"@google-cloud/functions-framework@^3.4.0":
2010+
version "3.4.0"
2011+
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.4.0.tgz#978ea9165592c746c58f4f4042ec9db7c0137e01"
2012+
integrity sha512-TAh4h8bspgWkZBgFEUfali5C1NQBgqEGIIKdBjrAeG3vaPtI4CjV4AzGNA6TrEBidLIXXqHb3naO2lI1eqT7+A==
20052013
dependencies:
2006-
"@types/express" "4.17.17"
2014+
"@types/express" "4.17.21"
20072015
body-parser "^1.18.3"
2008-
cloudevents "^7.0.0"
2016+
cloudevents "^8.0.0"
20092017
express "^4.16.4"
20102018
minimist "^1.2.7"
20112019
on-finished "^2.3.0"
@@ -4240,17 +4248,7 @@
42404248
"@types/range-parser" "*"
42414249
"@types/send" "*"
42424250

4243-
"@types/express@4.17.17":
4244-
version "4.17.17"
4245-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4"
4246-
integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==
4247-
dependencies:
4248-
"@types/body-parser" "*"
4249-
"@types/express-serve-static-core" "^4.17.33"
4250-
"@types/qs" "*"
4251-
"@types/serve-static" "*"
4252-
4253-
"@types/express@^4.17.21":
4251+
"@types/express@4.17.21", "@types/express@^4.17.21":
42544252
version "4.17.21"
42554253
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
42564254
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
@@ -4586,7 +4584,7 @@
45864584
semver "^7.5.4"
45874585
ts-api-utils "^1.0.1"
45884586

4589-
"@typescript-eslint/eslint-plugin@^7.7.1":
4587+
"@typescript-eslint/eslint-plugin@^7.8.0":
45904588
version "7.8.0"
45914589
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz#c78e309fe967cb4de05b85cdc876fb95f8e01b6f"
45924590
integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
@@ -4614,7 +4612,7 @@
46144612
"@typescript-eslint/visitor-keys" "6.21.0"
46154613
debug "^4.3.4"
46164614

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

6357-
cloudevents@^7.0.0:
6358-
version "7.0.2"
6359-
resolved "https://registry.yarnpkg.com/cloudevents/-/cloudevents-7.0.2.tgz#367b22bb6399ab15a6b18347e6ce5ccecdc87849"
6360-
integrity sha512-WiOqWsNkMZmMMZ6xa3kzx/MA+8+V+c5eGkStZIcik+Px2xCobmzcacw1EOGyfhODaQKkIv8TxXOOLzV69oXFqA==
6355+
cloudevents@^8.0.0:
6356+
version "8.0.0"
6357+
resolved "https://registry.yarnpkg.com/cloudevents/-/cloudevents-8.0.0.tgz#d5e3f9f56fc70aad5a97f3ea272559d8b7d74317"
6358+
integrity sha512-G1Z/r8QMFAsP+F1PuZSHzx1ocPy4vrdQMTHD3orjDaM5kccmPU6nMmpVrF07b53aaxcrLbORUmRepY/DgvdhVw==
63616359
dependencies:
63626360
ajv "^8.11.0"
63636361
ajv-formats "^2.1.1"

0 commit comments

Comments
 (0)