From 3ecff367a30384850eb991c1ebb97f837d7fec70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:50:55 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.23 to 4.18.1 in /examples 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: direct:production ... Signed-off-by: dependabot[bot] --- examples/package.json | 2 +- examples/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/package.json b/examples/package.json index fc78aa492b..2bc7219d0f 100644 --- a/examples/package.json +++ b/examples/package.json @@ -116,7 +116,7 @@ "ably": "~2.21.0", "cors": "^2.8.5", "franken-ui": "^2.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "minifaker": "^1.34.1", "nanoid": "^5.0.7", "react": "^18", diff --git a/examples/yarn.lock b/examples/yarn.lock index e4ec58b0e7..7962b898be 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -2142,10 +2142,10 @@ lodash.merge@^4.6.2: resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== -lodash@^4.17.23: - version "4.17.23" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" - integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== +lodash@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== loose-envify@^1.1.0: version "1.4.0"