diff --git a/client/package.json b/client/package.json index 1bf43a2dbd..6bf1ac66b5 100644 --- a/client/package.json +++ b/client/package.json @@ -106,7 +106,7 @@ "@types/debug": "^4.1.12", "@types/i18next": "^13.0.0", "@types/jest": "^29.5.14", - "@types/ramda": "^0.30.1", + "@types/ramda": "^0.30.2", "@types/react": "^18.3.3", "@types/react-native-web": "^0.19.0", "@types/react-test-renderer": "^18.0.0", diff --git a/client/yarn.lock b/client/yarn.lock index 3a03efd587..3046548b32 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -4165,10 +4165,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/ramda@^0.30.1": - version "0.30.1" - resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.1.tgz#316257fec12747bb39a2e921df48a9dcb8c164a9" - integrity sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA== +"@types/ramda@^0.30.2": + version "0.30.2" + resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.2.tgz#70661b20c1bb969589a551b7134ae75008ffbfb6" + integrity sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA== dependencies: types-ramda "^0.30.1"