diff --git a/package.json b/package.json index 804ed80..7df85d6 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@types/jest": "^29.5.1", - "@types/ramda": "^0.29.0", + "@types/ramda": "^0.29.1", "cross-env": "^7.0.3", "docdash": "^2.0.1", "eslint": "^8.39.0", diff --git a/yarn.lock b/yarn.lock index 7f0b797..fdd8f35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2152,12 +2152,12 @@ resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17" integrity sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA== -"@types/ramda@^0.29.0": - version "0.29.0" - resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.0.tgz#4f226db24764dde77c60e1f601c357894bcfb7cc" - integrity sha512-TY9eKsklU43CmAbFJPKDUyBjleZ4EFAkbJeQRF4e8byGkOw1CjDcwg5EGa0Bgf0Kgs9BE9OU4UzQWnQDHnvMtA== +"@types/ramda@^0.29.1": + version "0.29.1" + resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.1.tgz#c3d3842b9bc4aa5fbe03e90faa0c3eff9ba0f9f4" + integrity sha512-Ff5RRG9YRqMgWOqZVVavSjGEvYHUnXnGF0YPGbzIWhB3o8qiccSJZlFX2z8qm3G1H/IC5w0ozHmlezUeQCtGfQ== dependencies: - types-ramda "^0.29.1" + types-ramda "^0.29.2" "@types/resolve@1.20.2": version "1.20.2" @@ -6427,10 +6427,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -types-ramda@^0.29.1: - version "0.29.1" - resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.1.tgz#08c6ddf583ba359ec1113c7069e30a44ef73896d" - integrity sha512-pdEF8VXcBTSu3fPupZahieG6Lh8eBWPtcaH/OB5QPCoN2hz4vBbspoMLB3X9kwzXRD3lwD4/j0hwj3Z/PAzzcA== +types-ramda@^0.29.2: + version "0.29.2" + resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.2.tgz#2bf33863a51498b43f616cd8cd98227efe9109eb" + integrity sha512-HpLcR0ly2EfXQwG8VSI5ov6ml7PvtT+u+cp+7lZLu7q4nhnPDVW+rUTC1uy/SNs4aAyTUXri5M/LyhgvjEXJDg== dependencies: ts-toolbelt "^9.6.0"