Skip to content

Commit 5604a6f

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 8ccb55c commit 5604a6f

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
@@ -49,7 +49,7 @@
4949
"@mui/icons-material": "^5.10.14",
5050
"@mui/lab": "5.0.0-alpha.103",
5151
"@mui/material": "^5.10.9",
52-
"@paraswap/sdk": "6.10.0",
52+
"@paraswap/sdk": "7.3.1",
5353
"@safe-global/safe-apps-provider": "^0.18.4",
5454
"@safe-global/safe-apps-sdk": "^9.1.0",
5555
"@tanstack/react-query": "^5.62.8",

yarn.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,19 +3500,18 @@
35003500
"@metamask/abi-utils" "^2.0.4"
35013501
ethereum-cryptography "^3.0.0"
35023502

3503-
"@paraswap/core@2.2.0":
3504-
version "2.2.0"
3505-
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-2.2.0.tgz#848175c7729f1064e715019269b1c193a23a5be8"
3506-
integrity sha512-aENl5zjS0y4ag7PLEq/hHgaAH4XpN5M4Zc7Igt/03D+W6t6tgScG9on2gXKkEUErcgnZ79qnvzKhaU6QgzoBAQ==
3503+
"@paraswap/core@2.4.0":
3504+
version "2.4.0"
3505+
resolved "https://registry.yarnpkg.com/@paraswap/core/-/core-2.4.0.tgz#82dac1f2eb5622b90eec352031f0711037bd8eff"
3506+
integrity sha512-msv0Etc5f7H2UDnDd23wKzNnx64fj1iwt8IlBORTFIpxJ1+fa+TqNO7lhtohfRiVmU3dnnAMcjEi4D+WHSWpvw==
35073507

3508-
"@paraswap/sdk@6.10.0":
3509-
version "6.10.0"
3510-
resolved "https://registry.yarnpkg.com/@paraswap/sdk/-/sdk-6.10.0.tgz#fffba05a8ecc0bda91cc2ee07c0f5a4a79ff53f2"
3511-
integrity sha512-FhzJs1HYTGDnjYOxJmZ0+Qk0WHnshTgHpP2QdhiJYIkIF/2zYzI1OLTseO3XXhkQfmg4ZmZbTm6ZuutTg6c3zg==
3508+
"@paraswap/sdk@7.3.1":
3509+
version "7.3.1"
3510+
resolved "https://registry.yarnpkg.com/@paraswap/sdk/-/sdk-7.3.1.tgz#0e101cf9130e3c72ca94275c782ebb642dfa63f1"
3511+
integrity sha512-Abz5T8xFqEM+t5XZwloMQjmt6DvOrM9tpdT6HFx91rlf02wdmluTXNKIc+N8EkZb2SuHBHiPvxfeqMb9pF5BCA==
35123512
dependencies:
3513-
"@paraswap/core" "2.2.0"
3514-
bignumber.js "^9.0.2"
3515-
ts-essentials "^9.1.2"
3513+
"@paraswap/core" "2.4.0"
3514+
ts-essentials "^10.0.3"
35163515

35173516
35183517
version "2.5.0"
@@ -5665,11 +5664,6 @@ [email protected]:
56655664
resolved "https://registry.yarnpkg.com/big.js/-/big.js-6.2.2.tgz#be3bb9ac834558b53b099deef2a1d06ac6368e1a"
56665665
integrity sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==
56675666

5668-
bignumber.js@^9.0.2:
5669-
version "9.1.2"
5670-
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
5671-
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==
5672-
56735667
binary-extensions@^2.0.0:
56745668
version "2.3.0"
56755669
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
@@ -12944,10 +12938,10 @@ trough@^2.0.0:
1294412938
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
1294512939
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
1294612940

12947-
ts-essentials@^9.1.2:
12948-
version "9.4.2"
12949-
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-9.4.2.tgz#6d4bd23b46b61bf3e031816cc887e839eb62c33c"
12950-
integrity sha512-mB/cDhOvD7pg3YCLk2rOtejHjjdSi9in/IBYE13S+8WA5FBSraYf4V/ws55uvs0IvQ/l0wBOlXy5yBNZ9Bl8ZQ==
12941+
ts-essentials@^10.0.3:
12942+
version "10.1.1"
12943+
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-10.1.1.tgz#4e1d29b7c9b33c1a2744482376634c4fafba5210"
12944+
integrity sha512-4aTB7KLHKmUvkjNj8V+EdnmuVTiECzn3K+zIbRthumvHu+j44x3w63xpfs0JL3NGIzGXqoQ7AV591xHO+XrOTw==
1295112945

1295212946
ts-node@^10.8.1:
1295312947
version "10.9.2"

0 commit comments

Comments
 (0)