Skip to content

Commit

Permalink
Merge pull request #2 from gelatodigital/chore/axios-version
Browse files Browse the repository at this point in the history
chore: axios version 1.7.7
  • Loading branch information
opatavi authored Sep 16, 2024
2 parents 7f680b6 + 95dc93a commit 3127d78
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @gelatonetwork/relay-sdk-viem

## 1.2.0

### Minor Changes

- Uses the most recent version of axios
- Uses the most recent version of axios

## 1.2.0-alpha.0

### Minor Changes

- Uses the most recent version of axios

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gelatonetwork/relay-sdk-viem",
"version": "1.1.0",
"version": "1.2.0",
"description": "SDK to integrate with Gelato Relay with viem",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"axios": "0.27.2",
"axios": "1.7.7",
"isomorphic-ws": "^5.0.0",
"viem": "2.20.1",
"ws": "^8.5.0"
Expand Down
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ __metadata:
"@types/node": "npm:16.18.25"
"@typescript-eslint/eslint-plugin": "npm:^5.59.1"
"@typescript-eslint/parser": "npm:^5.59.1"
axios: "npm:0.27.2"
axios: "npm:1.7.7"
dotenv: "npm:^16.0.3"
eslint: "npm:^8.39.0"
eslint-config-prettier: "npm:^8.8.0"
Expand Down Expand Up @@ -1084,13 +1084,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
"axios@npm:1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
follow-redirects: "npm:^1.14.9"
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
checksum: 10c0/76d673d2a90629944b44d6f345f01e58e9174690f635115d5ffd4aca495d99bcd8f95c590d5ccb473513f5ebc1d1a6e8934580d0c57cdd0498c3a101313ef771
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/4499efc89e86b0b49ffddc018798de05fab26e3bf57913818266be73279a6418c3ce8f9e934c7d2d707ab8c095e837fc6c90608fb7715b94d357720b5f568af7
languageName: node
linkType: hard

Expand Down Expand Up @@ -2208,13 +2209,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.9":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
"follow-redirects@npm:^1.15.6":
version: 1.15.9
resolution: "follow-redirects@npm:1.15.9"
peerDependenciesMeta:
debug:
optional: true
checksum: 10c0/9ff767f0d7be6aa6870c82ac79cf0368cd73e01bbc00e9eb1c2a16fbb198ec105e3c9b6628bb98e9f3ac66fe29a957b9645bcb9a490bb7aa0d35f908b6b85071
checksum: 10c0/5829165bd112c3c0e82be6c15b1a58fa9dcfaede3b3c54697a82fe4a62dd5ae5e8222956b448d2f98e331525f05d00404aba7d696de9e761ef6e42fdc780244f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3690,6 +3691,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: 10c0/fe7dd8b1bdbbbea18d1459107729c3e4a2243ca870d26d34c2c1bcd3e4425b7bcc5112362df2d93cc7fb9746f6142b5e272fd1cc5c86ddf8580175186f6ad42b
languageName: node
linkType: hard

"pseudomap@npm:^1.0.2":
version: 1.0.2
resolution: "pseudomap@npm:1.0.2"
Expand Down

0 comments on commit 3127d78

Please sign in to comment.