From d1c569db6e85dffa4892f06e51b46707c5c64435 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 03:17:51 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash.isequal to v4.5.8 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89ff5346..ca67382f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1766,9 +1766,9 @@ } }, "@types/lodash.isequal": { - "version": "4.5.6", - "resolved": "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.6.tgz", - "integrity": "sha512-Ww4UGSe3DmtvLLJm2F16hDwEQSv7U0Rr8SujLUA2wHI2D2dm8kPu6Et+/y303LfjTIwSBKXB/YTUcAKpem/XEg==", + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/@types/lodash.isequal/-/lodash.isequal-4.5.8.tgz", + "integrity": "sha512-uput6pg4E/tj2LGxCZo9+y27JNyB2OZuuI/T5F+ylVDYuqICLG2/ktjxx0v6GvVntAf8TvEzeQLcV0ffRirXuA==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index b485f63e..3cd63a10 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@react-native-async-storage/async-storage": "1.19.0", "@types/jest": "29.5.3", "@types/lodash.debounce": "4.0.9", - "@types/lodash.isequal": "4.5.6", + "@types/lodash.isequal": "4.5.8", "@types/object-hash": "2.2.1", "@types/react": "18.2.42", "concurrently": "8.2.0",