diff --git a/package.json b/package.json index 8aca6f593..8f8e18c38 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-node-resolve": "16.0.1", "@types/jest": "29.5.14", - "@types/ramda": "0.31.0", + "@types/ramda": "0.31.1", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.57.1", diff --git a/yarn.lock b/yarn.lock index f3c1877af..97f15a87b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1886,10 +1886,10 @@ dependencies: undici-types "~6.19.2" -"@types/ramda@0.31.0": - version "0.31.0" - resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.31.0.tgz#a32da24257804d53194875361e0d74b8666c8cb0" - integrity sha512-1lWWZ/2YiNttGcIUxQwnvMuh55GIEbn/zlpzzEojAsbxquI/TXQZCRaXsfxG1CHjlqGoqxWePkvaM/5qYHNuvQ== +"@types/ramda@0.31.1": + version "0.31.1" + resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.31.1.tgz#da637f3110b0677521dbc13d8a86ec7cbbf8e3fe" + integrity sha512-Vt6sFXnuRpzaEj+yeutA0q3bcAsK7wdPuASIzR9LXqL4gJPyFw8im9qchlbp4ltuf3kDEIRmPJTD/Fkg60dn7g== dependencies: types-ramda "^0.31.0"