Skip to content

Commit cb867e4

Browse files
committed
Update dependency @types/ramda to v0.29.6
1 parent 0a7750d commit cb867e4

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.2",
5151
"@types/glob": "^8.1.0",
5252
"@types/node": "18.18.3",
53-
"@types/ramda": "0.29.5",
53+
"@types/ramda": "0.29.6",
5454
"@types/sinon": "10.0.18",
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
@@ -926,12 +926,12 @@
926926
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
927927
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
928928

929-
"@types/ramda@0.29.5":
930-
version "0.29.5"
931-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.5.tgz#0fafcf623f764d9ce086aa43ccedf6304b411cc7"
932-
integrity sha512-oBBdRfoZoCl/aBIpBbct/uUHAbJ5i7vSOHK83SvH2Qr9ermYITRNKnEYgGJlnkagUY2cu8L2//Jq7o1355Go5A==
929+
"@types/ramda@0.29.6":
930+
version "0.29.6"
931+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.6.tgz#67af9b362da5d18316c8181fc13a0f3eeb17db55"
932+
integrity sha512-4XQ9hYQhCwOxfkoTsIPvDVXc75fY5+MLQHUpExX6ByvU1q+0vOYRLSjWAt1IydkE1hOuhwMH6KvV/9rhzgrvRw==
933933
dependencies:
934-
types-ramda "^0.29.4"
934+
types-ramda "^0.29.5"
935935

936936
"@types/readable-stream@*":
937937
version "2.3.11"
@@ -9054,10 +9054,10 @@ typedarray@^0.0.6:
90549054
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
90559055
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
90569056

9057-
types-ramda@^0.29.4:
9058-
version "0.29.4"
9059-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.4.tgz#8d9b51df2e550a05cedab541cc75dcd72972c625"
9060-
integrity sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==
9057+
types-ramda@^0.29.5:
9058+
version "0.29.5"
9059+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.5.tgz#1cb0488d39eb72723a8f95af9b6dfe483e4f34a7"
9060+
integrity sha512-u+bAYXHDPJR+amB0qMrMU/NXRB2PG8QqpO2v6j7yK/0mPZhlaaZj++ynYjnVpkPEpCkZEGxNpWY3X7qyLCGE3w==
90619061
dependencies:
90629062
ts-toolbelt "^9.6.0"
90639063

0 commit comments

Comments
 (0)