From eeb83b278ba0623928aaf61428a1e51ed7d10529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:23:26 +0000 Subject: [PATCH] Bump lodash in /examples/demo-apps/react-native/rnllama Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/demo-apps/react-native/rnllama/package.json | 2 +- examples/demo-apps/react-native/rnllama/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/demo-apps/react-native/rnllama/package.json b/examples/demo-apps/react-native/rnllama/package.json index 7f48cb80e00..bf82ea66354 100644 --- a/examples/demo-apps/react-native/rnllama/package.json +++ b/examples/demo-apps/react-native/rnllama/package.json @@ -56,7 +56,7 @@ "resolutions": { "cookie": ">=0.7.0", "glob": "^10.5.0", - "lodash": ">=4.17.23", + "lodash": ">=4.18.1", "on-headers": ">=1.1.0", "tar": ">=7.5.3", "undici": ">=6.23.0" diff --git a/examples/demo-apps/react-native/rnllama/yarn.lock b/examples/demo-apps/react-native/rnllama/yarn.lock index 526269e9a0f..14d4884be1e 100644 --- a/examples/demo-apps/react-native/rnllama/yarn.lock +++ b/examples/demo-apps/react-native/rnllama/yarn.lock @@ -4887,9 +4887,9 @@ lodash.throttle@^4.1.1: integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== lodash@>=4.17.23, lodash@^4.17.19, lodash@^4.17.21: - version "4.17.23" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" - integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== log-symbols@^2.2.0: version "2.2.0"