Skip to content

Commit

Permalink
update axios (#2090)
Browse files Browse the repository at this point in the history
Signed-off-by: ochikov <ognyan@limechain.tech>
  • Loading branch information
ochikov authored Jan 10, 2024
1 parent 229fead commit 2af371e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@hashgraph/sdk": "link:..",
"axios": "^1.6.0",
"axios": "^1.6.4",
"dotenv": "^16.3.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions examples/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion examples/simple_rest_signature_provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/utf8": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"axios": "^1.6.0",
"axios": "^1.6.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-rewrite": "^0.2.0",
"dotenv": "^14.3.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/simple_rest_signature_provider/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@grpc/grpc-js": "1.8.2",
"@hashgraph/cryptography": "1.4.8-beta.5",
"@hashgraph/proto": "2.14.0-beta.3",
"axios": "^1.6.0",
"axios": "^1.6.4",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.1",
"crypto-js": "^4.2.0",
Expand Down
16 changes: 8 additions & 8 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 2af371e

Please sign in to comment.