From a8b46118b76f0eb2a1132406fdf02a95d1974ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 06:26:07 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.23 to 4.18.1 in /playgrounds/mocha 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] --- playgrounds/mocha/package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/playgrounds/mocha/package-lock.json b/playgrounds/mocha/package-lock.json index 358be491..5f072736 100644 --- a/playgrounds/mocha/package-lock.json +++ b/playgrounds/mocha/package-lock.json @@ -21,7 +21,8 @@ } }, "../..": { - "version": "5.6.4", + "name": "expect-webdriverio", + "version": "5.6.5", "dev": true, "license": "MIT", "dependencies": { @@ -5133,9 +5134,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" },