Skip to content

Commit

Permalink
Update dependencies (non-major) (#60)
Browse files Browse the repository at this point in the history
* Update dependencies (non-major)

* Fix tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
  • Loading branch information
renovate[bot] and Siegrift authored Oct 1, 2023
1 parent 6aba9aa commit e8fcf3f
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@api3/promise-utils": "0.4.0",
"@aws-sdk/client-s3": "^3.418.0",
"@aws-sdk/client-s3": "^3.421.0",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/config/pusher.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"ois": [
{
"oisFormat": "2.1.0",
"oisFormat": "2.2.0",
"title": "Nodary",
"version": "0.2.0",
"apiSpecifications": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@api3/airnode-adapter": "^0.12.0",
"@api3/airnode-node": "^0.12.0",
"@api3/airnode-validator": "^0.12.0",
"@api3/ois": "^2.1.0",
"@api3/ois": "^2.2.0",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.5.0",
"axios": "^1.5.1",
"bottleneck": "^2.19.5",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const config: Config = {
],
ois: [
{
oisFormat: '2.1.0',
oisFormat: '2.2.0',
title: 'Nodary',
version: '0.2.0',
apiSpecifications: {
Expand Down
71 changes: 39 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8fcf3f

Please sign in to comment.