Skip to content

Commit e72a4c5

Browse files
committed
Update dependency @types/ramda to v0.29.12
1 parent 58eeeeb commit e72a4c5

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.12.2",
53-
"@types/ramda": "0.29.11",
53+
"@types/ramda": "0.29.12",
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
@@ -939,12 +939,12 @@
939939
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
940940
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
941941

942-
"@types/ramda@0.29.11":
943-
version "0.29.11"
944-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.11.tgz#86d4ff34320862535fbcef54c9f33d14bdb12951"
945-
integrity sha512-jm1+PmNOpE7aPS+mMcuB4a72VkCXUJqPSaQRu2YqR8MbsFfaowYXgKxc7bluYdDpRHNXT5Z+xu+Lgr3/ml6wSA==
942+
"@types/ramda@0.29.12":
943+
version "0.29.12"
944+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.12.tgz#fd8a23849176c6c1b3510243b64084c067e6a48f"
945+
integrity sha512-sgIEjpJhdQPB52gDF4aphs9nl0xe54CR22DPdWqT8gQHjZYmVApgA0R3/CpMbl0Y8az2TEZrPNL2zy0EvjbkLA==
946946
dependencies:
947-
types-ramda "^0.29.9"
947+
types-ramda "^0.29.10"
948948

949949
"@types/readable-stream@^4.0.0":
950950
version "4.0.10"
@@ -9096,10 +9096,10 @@ typedarray@^0.0.6:
90969096
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
90979097
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
90989098

9099-
types-ramda@^0.29.9:
9100-
version "0.29.9"
9101-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.9.tgz#b1995d99421a3519cab9e800c6db3c0921816a8e"
9102-
integrity sha512-B+VbLtW68J4ncG/rccKaYDhlirKlVH/Izh2JZUfaPJv+3Tl2jbbgYsB1pvole1vXKSgaPlAe/wgEdOnMdAu52A==
9099+
types-ramda@^0.29.10:
9100+
version "0.29.10"
9101+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.10.tgz#820432905b820301c74f6396f07aa2359b41cde4"
9102+
integrity sha512-5PJiW/eiTPyXXBYGZOYGezMl6qj7keBiZheRwfjJZY26QPHsNrjfJnz0mru6oeqqoTHOni893Jfd6zyUXfQRWg==
91039103
dependencies:
91049104
ts-toolbelt "^9.6.0"
91059105

0 commit comments

Comments
 (0)