Skip to content

Commit d8542d8

Browse files
Update dependency ramda to ^0.32.0 (#1124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7536e7 commit d8542d8

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@devprotocol/util-ts": "4.0.0",
3636
"@ethersproject/abi": "^5.1.0",
3737
"jsonwebtoken": "^9.0.0",
38-
"ramda": "^0.30.0"
38+
"ramda": "^0.32.0"
3939
},
4040
"devDependencies": {
4141
"@ava/typescript": "4.1.0",
@@ -44,7 +44,7 @@
4444
"@types/dotenv": "8.2.3",
4545
"@types/jsonwebtoken": "9.0.10",
4646
"@types/node": "22.19.13",
47-
"@types/ramda": "0.30.2",
47+
"@types/ramda": "0.31.1",
4848
"@typescript-eslint/eslint-plugin": "7.2.0",
4949
"@typescript-eslint/parser": "7.2.0",
5050
"ava": "5.3.1",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,12 @@
405405
dependencies:
406406
undici-types "~6.21.0"
407407

408-
"@types/ramda@0.30.2":
409-
version "0.30.2"
410-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.2.tgz#70661b20c1bb969589a551b7134ae75008ffbfb6"
411-
integrity sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA==
408+
"@types/ramda@0.31.1":
409+
version "0.31.1"
410+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.31.1.tgz#da637f3110b0677521dbc13d8a86ec7cbbf8e3fe"
411+
integrity sha512-Vt6sFXnuRpzaEj+yeutA0q3bcAsK7wdPuASIzR9LXqL4gJPyFw8im9qchlbp4ltuf3kDEIRmPJTD/Fkg60dn7g==
412412
dependencies:
413-
types-ramda "^0.30.1"
413+
types-ramda "^0.31.0"
414414

415415
"@types/semver@^7.5.0":
416416
version "7.5.0"
@@ -2100,10 +2100,10 @@ ramda@^0.29.0:
21002100
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.1.tgz#408a6165b9555b7ba2fc62555804b6c5a2eca196"
21012101
integrity sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==
21022102

2103-
ramda@^0.30.0:
2104-
version "0.30.1"
2105-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.30.1.tgz#7108ac95673062b060025052cd5143ae8fc605bf"
2106-
integrity sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==
2103+
ramda@^0.32.0:
2104+
version "0.32.0"
2105+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.32.0.tgz#b2116807b59b6b177af7a2ad19b14a3653570e96"
2106+
integrity sha512-GQWAHhxhxWBWA8oIBr1XahFVjQ9Fic6MK9ikijfd4TZHfE2+urfk+irVlR5VOn48uwMgM+loRRBJd6Yjsbc0zQ==
21072107

21082108
readdirp@~3.6.0:
21092109
version "3.6.0"
@@ -2423,10 +2423,10 @@ type-fest@^0.20.2:
24232423
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
24242424
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
24252425

2426-
types-ramda@^0.30.1:
2427-
version "0.30.1"
2428-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.1.tgz#03d255128e3696aeaac76281ca19949e01dddc78"
2429-
integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==
2426+
types-ramda@^0.31.0:
2427+
version "0.31.0"
2428+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.31.0.tgz#7cb72d1133107679855aab1e57a0cbffff3ea8b1"
2429+
integrity sha512-vaoC35CRC3xvL8Z6HkshDbi6KWM1ezK0LHN0YyxXWUn9HKzBNg/T3xSGlJZjCYspnOD3jE7bcizsp0bUXZDxnQ==
24302430
dependencies:
24312431
ts-toolbelt "^9.6.0"
24322432

0 commit comments

Comments
 (0)