Skip to content

Commit c2a5a34

Browse files
fix(deps): update dependency ramda to ^0.32.0 (#1657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a61032b commit c2a5a34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@devprotocol/util-ts": "4.0.0",
101101
"bignumber.js": "9.3.1",
102102
"js-base64": "^3.7.2",
103-
"ramda": "^0.31.0"
103+
"ramda": "^0.32.0"
104104
},
105105
"peerDependencies": {
106106
"ethers": "^6.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4407,10 +4407,10 @@ ramda@^0.29.0:
44074407
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.1.tgz#408a6165b9555b7ba2fc62555804b6c5a2eca196"
44084408
integrity sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==
44094409

4410-
ramda@^0.31.0:
4411-
version "0.31.3"
4412-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.31.3.tgz#0f54199ec99a7bd6702277d28d6bf7f93b916bb9"
4413-
integrity sha512-xKADKRNnqmDdX59PPKLm3gGmk1ZgNnj3k7DryqWwkamp4TJ6B36DdpyKEQ0EoEYmH2R62bV4Q+S0ym2z8N2f3Q==
4410+
ramda@^0.32.0:
4411+
version "0.32.0"
4412+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.32.0.tgz#b2116807b59b6b177af7a2ad19b14a3653570e96"
4413+
integrity sha512-GQWAHhxhxWBWA8oIBr1XahFVjQ9Fic6MK9ikijfd4TZHfE2+urfk+irVlR5VOn48uwMgM+loRRBJd6Yjsbc0zQ==
44144414

44154415
react-is@^18.0.0:
44164416
version "18.2.0"

0 commit comments

Comments
 (0)