Skip to content

Commit

Permalink
chore(deps): bump @paraswap/sdk from 6.10.0 to 6.12.0
Browse files Browse the repository at this point in the history
Bumps [@paraswap/sdk](https://github.com/paraswap/paraswap-sdk) from 6.10.0 to 6.12.0.
- [Release notes](https://github.com/paraswap/paraswap-sdk/releases)
- [Commits](paraswap/paraswap-sdk@v6.10.0...v6.12.0)

---
updated-dependencies:
- dependency-name: "@paraswap/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a4be53e commit 2d8c050
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@mui/icons-material": "^5.10.14",
"@mui/lab": "5.0.0-alpha.103",
"@mui/material": "^5.10.9",
"@paraswap/sdk": "6.10.0",
"@paraswap/sdk": "6.12.0",
"@tanstack/react-query": "^4.28.0",
"@visx/annotation": "^3.3.0",
"@visx/axis": "^2.14.0",
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3174,17 +3174,17 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

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

"@paraswap/sdk@6.10.0":
version "6.10.0"
resolved "https://registry.yarnpkg.com/@paraswap/sdk/-/sdk-6.10.0.tgz#fffba05a8ecc0bda91cc2ee07c0f5a4a79ff53f2"
integrity sha512-FhzJs1HYTGDnjYOxJmZ0+Qk0WHnshTgHpP2QdhiJYIkIF/2zYzI1OLTseO3XXhkQfmg4ZmZbTm6ZuutTg6c3zg==
"@paraswap/sdk@6.12.0":
version "6.12.0"
resolved "https://registry.yarnpkg.com/@paraswap/sdk/-/sdk-6.12.0.tgz#26f9456abf57c913db57c4d79d131ccd23122cfe"
integrity sha512-YHAYKP2QKV7gBjXz4vCz9K4ET7yEESvC++x0s5muGNEtrIapHPXjNYORtgnoa2eG5sSLkfNFJzgKE77cTJB+UQ==
dependencies:
"@paraswap/core" "2.2.0"
"@paraswap/core" "2.4.0"
bignumber.js "^9.0.2"
ts-essentials "^9.1.2"

Expand Down Expand Up @@ -5309,12 +5309,7 @@ big-integer@^1.6.44:
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686"
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==

bignumber.js@^9.0.0:
version "9.0.2"
resolved "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.2.tgz"
integrity sha512-GAcQvbpsM0pUb0zw1EI0KhQEZ+lRwR5fYaAp3vPOYuP7aDvGy6cVN6XHLauvF8SOga2y0dcLcjt3iQDTSEliyw==

bignumber.js@^9.0.2:
bignumber.js@^9.0.0, bignumber.js@^9.0.2:
version "9.1.1"
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6"
integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==
Expand Down

0 comments on commit 2d8c050

Please sign in to comment.