Skip to content

Commit d2cfbfa

Browse files
Update dependency ramda to v0.30.1
1 parent 579d9cb commit d2cfbfa

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@devprotocol/khaos-core": "1.6.0",
2121
"bent": "7.3.12",
2222
"ethers": "6.12.0",
23-
"ramda": "0.29.1"
23+
"ramda": "0.30.1"
2424
},
2525
"devDependencies": {
2626
"@ava/typescript": "1.1.1",
@@ -29,7 +29,7 @@
2929
"@rollup/plugin-node-resolve": "15.2.3",
3030
"@types/bent": "7.3.8",
3131
"@types/node": "20.12.7",
32-
"@types/ramda": "0.29.12",
32+
"@types/ramda": "0.30.0",
3333
"@types/sinon": "17.0.3",
3434
"@typescript-eslint/eslint-plugin": "7.7.1",
3535
"@typescript-eslint/parser": "7.7.1",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,12 +1293,12 @@
12931293
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.3.tgz#ef65165aea2924c9359205bf748865b8881753c0"
12941294
integrity sha512-PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA==
12951295

1296-
"@types/ramda@0.29.12":
1297-
version "0.29.12"
1298-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.12.tgz#fd8a23849176c6c1b3510243b64084c067e6a48f"
1299-
integrity sha512-sgIEjpJhdQPB52gDF4aphs9nl0xe54CR22DPdWqT8gQHjZYmVApgA0R3/CpMbl0Y8az2TEZrPNL2zy0EvjbkLA==
1296+
"@types/ramda@0.30.0":
1297+
version "0.30.0"
1298+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.0.tgz#59ae27c3bf00036e35b6944dd7f6d283f869f908"
1299+
integrity sha512-DQtfqUbSB18iM9NHbQ++kVUDuBWHMr6T2FpW1XTiksYRGjq4WnNPZLt712OEHEBJs7aMyJ68Mf2kGMOP1srVVw==
13001300
dependencies:
1301-
types-ramda "^0.29.10"
1301+
types-ramda "^0.30.0"
13021302

13031303
"@types/resolve@1.20.2":
13041304
version "1.20.2"
@@ -7775,10 +7775,10 @@ querystring@0.2.0:
77757775
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
77767776
integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
77777777

7778-
ramda@0.29.1:
7779-
version "0.29.1"
7780-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.1.tgz#408a6165b9555b7ba2fc62555804b6c5a2eca196"
7781-
integrity sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==
7778+
ramda@0.30.1:
7779+
version "0.30.1"
7780+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.30.1.tgz#7108ac95673062b060025052cd5143ae8fc605bf"
7781+
integrity sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==
77827782

77837783
ramda@^0.27.1:
77847784
version "0.27.1"
@@ -9212,10 +9212,10 @@ typedarray@^0.0.6:
92129212
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
92139213
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
92149214

9215-
types-ramda@^0.29.10:
9216-
version "0.29.10"
9217-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.10.tgz#820432905b820301c74f6396f07aa2359b41cde4"
9218-
integrity sha512-5PJiW/eiTPyXXBYGZOYGezMl6qj7keBiZheRwfjJZY26QPHsNrjfJnz0mru6oeqqoTHOni893Jfd6zyUXfQRWg==
9215+
types-ramda@^0.30.0:
9216+
version "0.30.0"
9217+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.0.tgz#d4bae9c2ebaebb3fdbd538094f419ce13454cfde"
9218+
integrity sha512-oVPw/KHB5M0Du0txTEKKM8xZOG9cZBRdCVXvwHYuNJUVkAiJ9oWyqkA+9Bj2gjMsHgkkhsYevobQBWs8I2/Xvw==
92199219
dependencies:
92209220
ts-toolbelt "^9.6.0"
92219221

0 commit comments

Comments
 (0)