From 98b366016712577fa42f70fae75d2c1561e2cef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 04:28:09 +0000 Subject: [PATCH] Update dependency @types/ramda to v0.29.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57183de9..d0a275db 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@ava/typescript": "4.1.0", "@types/dotenv": "8.2.0", "@types/node": "18.17.15", - "@types/ramda": "0.29.3", + "@types/ramda": "0.29.4", "@typescript-eslint/eslint-plugin": "6.7.0", "@typescript-eslint/parser": "6.7.0", "ava": "5.3.1", diff --git a/yarn.lock b/yarn.lock index 48cf6d5c..52d5e275 100644 --- a/yarn.lock +++ b/yarn.lock @@ -490,10 +490,10 @@ resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.1.tgz#374e31645d58cb18a07b3ecd8e9dede4deb2cccd" integrity sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw== -"@types/ramda@0.29.3": - version "0.29.3" - resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.3.tgz#6e4d4066df900a3456cf402bcef9b78b6990a754" - integrity sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q== +"@types/ramda@0.29.4": + version "0.29.4" + resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.4.tgz#4bfe4729586290089d613d1becf8da4cf4054df5" + integrity sha512-bd3nyfkZd5EVxuBf1kW6wvFz61SvAEfXXISIEIePJOj2XRjCHyro1ikvDXTXIlpRtuC6lwTMfYdkXCD+oiXQfw== dependencies: types-ramda "^0.29.4"