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",