From 12da974a4adacaccb7cd17d08e5d035f8a094ac8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 02:45:12 +0000 Subject: [PATCH] bump(deps): update dependency @types/lodash to ^4.14.202 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fa9825413..152ee4079e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,7 +94,7 @@ "@types/find-in-files": "^0.5.2", "@types/i18n-js": "^3.8.7", "@types/jest": "^29.5.6", - "@types/lodash": "^4.14.200", + "@types/lodash": "^4.14.202", "@types/randomcolor": "^0.5.8", "@types/react-native": "~0.72.5", "@types/react-native-loading-spinner-overlay": "^0.5.4", @@ -9456,9 +9456,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.200", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.200.tgz", - "integrity": "sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==", + "version": "4.14.202", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==", "dev": true }, "node_modules/@types/lossless-json": { diff --git a/package.json b/package.json index 7f3db33084..526ff99041 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@types/find-in-files": "^0.5.2", "@types/i18n-js": "^3.8.7", "@types/jest": "^29.5.6", - "@types/lodash": "^4.14.200", + "@types/lodash": "^4.14.202", "@types/randomcolor": "^0.5.8", "@types/react-native": "~0.72.5", "@types/react-native-loading-spinner-overlay": "^0.5.4",