Skip to content

Commit 8c09bff

Browse files
chore(deps): bump @paraswap/sdk from 6.10.0 to 7.3.1
Bumps [@paraswap/sdk](https://github.com/paraswap/paraswap-sdk) from 6.10.0 to 7.3.1. - [Release notes](https://github.com/paraswap/paraswap-sdk/releases) - [Commits](VeloraDEX/sdk@v6.10.0...v7.3.1) --- updated-dependencies: - dependency-name: "@paraswap/sdk" dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a9c573 commit 8c09bff

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@mui/lab": "5.0.0-alpha.103",
5151
"@mui/material": "^5.10.9",
5252
"@number-flow/react": "^0.5.10",
53-
"@paraswap/sdk": "6.10.0",
53+
"@paraswap/sdk": "7.3.1",
5454
"@safe-global/safe-apps-provider": "^0.18.4",
5555
"@safe-global/safe-apps-sdk": "^9.1.0",
5656
"@tanstack/react-query": "^5.62.8",

yarn.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,19 +3508,18 @@
35083508
"@metamask/abi-utils" "^2.0.4"
35093509
ethereum-cryptography "^3.0.0"
35103510

3511-
"@paraswap/core@2.2.0":
3512-
version "2.2.0"
3513-
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-2.2.0.tgz#848175c7729f1064e715019269b1c193a23a5be8"
3514-
integrity sha512-aENl5zjS0y4ag7PLEq/hHgaAH4XpN5M4Zc7Igt/03D+W6t6tgScG9on2gXKkEUErcgnZ79qnvzKhaU6QgzoBAQ==
3511+
"@paraswap/core@2.4.0":
3512+
version "2.4.0"
3513+
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-2.4.0.tgz#82dac1f2eb5622b90eec352031f0711037bd8eff"
3514+
integrity sha512-msv0Etc5f7H2UDnDd23wKzNnx64fj1iwt8IlBORTFIpxJ1+fa+TqNO7lhtohfRiVmU3dnnAMcjEi4D+WHSWpvw==
35153515

3516-
"@paraswap/sdk@6.10.0":
3517-
version "6.10.0"
3518-
resolved "https://registry.yarnpkg.com/@paraswap/sdk/-/sdk-6.10.0.tgz#fffba05a8ecc0bda91cc2ee07c0f5a4a79ff53f2"
3519-
integrity sha512-FhzJs1HYTGDnjYOxJmZ0+Qk0WHnshTgHpP2QdhiJYIkIF/2zYzI1OLTseO3XXhkQfmg4ZmZbTm6ZuutTg6c3zg==
3516+
"@paraswap/sdk@7.3.1":
3517+
version "7.3.1"
3518+
resolved "https://registry.yarnpkg.com/@paraswap/sdk/-/sdk-7.3.1.tgz#0e101cf9130e3c72ca94275c782ebb642dfa63f1"
3519+
integrity sha512-Abz5T8xFqEM+t5XZwloMQjmt6DvOrM9tpdT6HFx91rlf02wdmluTXNKIc+N8EkZb2SuHBHiPvxfeqMb9pF5BCA==
35203520
dependencies:
3521-
"@paraswap/core" "2.2.0"
3522-
bignumber.js "^9.0.2"
3523-
ts-essentials "^9.1.2"
3521+
"@paraswap/core" "2.4.0"
3522+
ts-essentials "^10.0.3"
35243523

35253524
35263525
version "2.5.0"
@@ -5673,11 +5672,6 @@ [email protected]:
56735672
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.2.tgz#be3bb9ac834558b53b099deef2a1d06ac6368e1a"
56745673
integrity sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==
56755674

5676-
bignumber.js@^9.0.2:
5677-
version "9.1.2"
5678-
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
5679-
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==
5680-
56815675
binary-extensions@^2.0.0:
56825676
version "2.3.0"
56835677
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
@@ -12964,10 +12958,10 @@ trough@^2.0.0:
1296412958
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
1296512959
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
1296612960

12967-
ts-essentials@^9.1.2:
12968-
version "9.4.2"
12969-
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-9.4.2.tgz#6d4bd23b46b61bf3e031816cc887e839eb62c33c"
12970-
integrity sha512-mB/cDhOvD7pg3YCLk2rOtejHjjdSi9in/IBYE13S+8WA5FBSraYf4V/ws55uvs0IvQ/l0wBOlXy5yBNZ9Bl8ZQ==
12961+
ts-essentials@^10.0.3:
12962+
version "10.1.1"
12963+
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-10.1.1.tgz#4e1d29b7c9b33c1a2744482376634c4fafba5210"
12964+
integrity sha512-4aTB7KLHKmUvkjNj8V+EdnmuVTiECzn3K+zIbRthumvHu+j44x3w63xpfs0JL3NGIzGXqoQ7AV591xHO+XrOTw==
1297112965

1297212966
ts-node@^10.8.1:
1297312967
version "10.9.2"

0 commit comments

Comments
 (0)