Skip to content

Commit 915b1a6

Browse files
committed
Update dependency @types/ramda to v0.29.10
1 parent 4b5b896 commit 915b1a6

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
@@ -50,7 +50,7 @@
5050
"@types/fs-extra": "11.0.4",
5151
"@types/glob": "^8.1.0",
5252
"@types/node": "20.11.5",
53-
"@types/ramda": "0.29.9",
53+
"@types/ramda": "0.29.10",
5454
"@types/sinon": "17.0.3",
5555
"@typescript-eslint/eslint-plugin": "5.62.0",
5656
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -928,12 +928,12 @@
928928
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
929929
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
930930

931-
"@types/ramda@0.29.9":
932-
version "0.29.9"
933-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.9.tgz#a4c1a9d056249268ffe16c2f6d198e42c2fc994a"
934-
integrity sha512-X3yEG6tQCWBcUAql+RPC/O1Hm9BSU+MXu2wJnCETuAgUlrEDwTA1kIOdEEE4YXDtf0zfQLHa9CCE7WYp9kqPIQ==
931+
"@types/ramda@0.29.10":
932+
version "0.29.10"
933+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.10.tgz#2584b268f9e0dd71ed4e5432b095186eb24a1f8f"
934+
integrity sha512-0BzWVKtSEtignlk+XBuK88Il5wzQwbRVfEkzE8iKm02NYHMGQ/9ffB05M+zXhTCqo50DOIAT9pNSJsjFMMG4rQ==
935935
dependencies:
936-
types-ramda "^0.29.6"
936+
types-ramda "^0.29.7"
937937

938938
"@types/readable-stream@*":
939939
version "2.3.11"
@@ -9067,10 +9067,10 @@ typedarray@^0.0.6:
90679067
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
90689068
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
90699069

9070-
types-ramda@^0.29.6:
9071-
version "0.29.6"
9072-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.6.tgz#a1d2a3c15a48e27d35832d7194d93369975f1427"
9073-
integrity sha512-VJoOk1uYNh9ZguGd3eZvqkdhD4hTGtnjRBUx5Zc0U9ftmnCgiWcSj/lsahzKunbiwRje1MxxNkEy1UdcXRCpYw==
9070+
types-ramda@^0.29.7:
9071+
version "0.29.7"
9072+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.7.tgz#dbd0dfc3c032502da2824b6f060f9b68bddffddc"
9073+
integrity sha512-8KBxZGJwUF3MpRkkJauSpvfHXk8Ssq15QXGuCBTDGeKd9PfheokkC3wAKRV3djej9O31Qa5M7Owsg8hF0GjtAw==
90749074
dependencies:
90759075
ts-toolbelt "^9.6.0"
90769076

0 commit comments

Comments
 (0)