From 25b712b941b4e6519dc21e5c4cfd7c29c28782bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:56:41 +0000 Subject: [PATCH] chore(deps): bump lodash-es from 4.17.21 to 4.18.1 in /playwright Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- playwright/package-lock.json | 14 +++++++------- playwright/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/playwright/package-lock.json b/playwright/package-lock.json index abe2518ef2..54f9954786 100644 --- a/playwright/package-lock.json +++ b/playwright/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@faker-js/faker": "8.4.1", "lodash": "4.17.21", - "lodash-es": "4.17.21", + "lodash-es": "4.18.1", "luxon": "3.4.4", "ms": "2.1.3", "seedrandom": "3.0.5", @@ -3379,9 +3379,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==" }, "node_modules/lodash.merge": { "version": "4.6.2", @@ -8400,9 +8400,9 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==" }, "lodash.merge": { "version": "4.6.2", diff --git a/playwright/package.json b/playwright/package.json index 5e3ba94782..6811fe541e 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -20,7 +20,7 @@ "dependencies": { "@faker-js/faker": "8.4.1", "lodash": "4.17.21", - "lodash-es": "4.17.21", + "lodash-es": "4.18.1", "luxon": "3.4.4", "ms": "2.1.3", "seedrandom": "3.0.5",