From f8d53e9cebc3c23375107db7484cfe45008cd5d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:29:26 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash-es to ^4.17.11 (#405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a645194..0737aa26 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@parcel/transformer-svg-react": "^2.7.0", - "@types/lodash-es": "^4.17.10", + "@types/lodash-es": "^4.17.11", "@types/react": "^18.2.36", "@types/react-dom": "^18.2.14", "@typescript-eslint/eslint-plugin": "^6.10.0", diff --git a/yarn.lock b/yarn.lock index dee4531a..0ceaa1a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1713,10 +1713,10 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/lodash-es@^4.17.10": - version "4.17.10" - resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.10.tgz#1b36a76ca9eda20c0263e19bbe1a3adb1b317707" - integrity sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A== +"@types/lodash-es@^4.17.11": + version "4.17.11" + resolved "https://registry.yarnpkg.com/@types/lodash-es/-/lodash-es-4.17.11.tgz#6ff7878f90371256a6fed0b7b4707d5d940d945b" + integrity sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg== dependencies: "@types/lodash" "*"