Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 6eeca3c

Browse files
committed
Update dependency @types/ramda to v0.29.10
1 parent 8b12beb commit 6eeca3c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ava/typescript": "2.0.0",
2727
"@types/dotenv": "8.2.0",
2828
"@types/node": "18.19.9",
29-
"@types/ramda": "0.29.9",
29+
"@types/ramda": "0.29.10",
3030
"@typescript-eslint/eslint-plugin": "5.62.0",
3131
"@typescript-eslint/parser": "5.62.0",
3232
"ava": "3.15.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,12 @@
392392
dependencies:
393393
"@types/node" "*"
394394

395-
"@types/[email protected].9":
396-
version "0.29.9"
397-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.9.tgz#a4c1a9d056249268ffe16c2f6d198e42c2fc994a"
398-
integrity sha512-X3yEG6tQCWBcUAql+RPC/O1Hm9BSU+MXu2wJnCETuAgUlrEDwTA1kIOdEEE4YXDtf0zfQLHa9CCE7WYp9kqPIQ==
395+
"@types/[email protected].10":
396+
version "0.29.10"
397+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.10.tgz#2584b268f9e0dd71ed4e5432b095186eb24a1f8f"
398+
integrity sha512-0BzWVKtSEtignlk+XBuK88Il5wzQwbRVfEkzE8iKm02NYHMGQ/9ffB05M+zXhTCqo50DOIAT9pNSJsjFMMG4rQ==
399399
dependencies:
400-
types-ramda "^0.29.6"
400+
types-ramda "^0.29.7"
401401

402402
"@types/secp256k1@^4.0.1":
403403
version "4.0.2"
@@ -4809,10 +4809,10 @@ typedarray-to-buffer@^3.1.5:
48094809
dependencies:
48104810
is-typedarray "^1.0.0"
48114811

4812-
types-ramda@^0.29.6:
4813-
version "0.29.6"
4814-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.6.tgz#a1d2a3c15a48e27d35832d7194d93369975f1427"
4815-
integrity sha512-VJoOk1uYNh9ZguGd3eZvqkdhD4hTGtnjRBUx5Zc0U9ftmnCgiWcSj/lsahzKunbiwRje1MxxNkEy1UdcXRCpYw==
4812+
types-ramda@^0.29.7:
4813+
version "0.29.7"
4814+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.7.tgz#dbd0dfc3c032502da2824b6f060f9b68bddffddc"
4815+
integrity sha512-8KBxZGJwUF3MpRkkJauSpvfHXk8Ssq15QXGuCBTDGeKd9PfheokkC3wAKRV3djej9O31Qa5M7Owsg8hF0GjtAw==
48164816
dependencies:
48174817
ts-toolbelt "^9.6.0"
48184818

0 commit comments

Comments
 (0)