From c8162812b7478f8b27695a0c51ceef505bf8f5fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jan 2026 03:57:04 +0000 Subject: [PATCH] fix: upgrade lodash-es from 4.17.21 to 4.17.22 Snyk has created this PR to upgrade lodash-es from 4.17.21 to 4.17.22. See this package in npm: lodash-es See this project in Snyk: https://app.snyk.io/org/florinlacatus98/project/14fda861-3bba-4230-9ec1-00bd48579c6a?utm_source=github&utm_medium=referral&page=upgrade-pr --- playwright/package-lock.json | 17 +++++++++-------- playwright/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/playwright/package-lock.json b/playwright/package-lock.json index abe2518ef2..6d6e82ec41 100644 --- a/playwright/package-lock.json +++ b/playwright/package-lock.json @@ -1,5 +1,5 @@ { - "name": "playwright", + "name": "relock-npm-lock-v2-P4K2VN", "version": "1.0.0", "lockfileVersion": 2, "requires": true, @@ -8,7 +8,7 @@ "dependencies": { "@faker-js/faker": "8.4.1", "lodash": "4.17.21", - "lodash-es": "4.17.21", + "lodash-es": "^4.17.22", "luxon": "3.4.4", "ms": "2.1.3", "seedrandom": "3.0.5", @@ -3379,9 +3379,10 @@ "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.17.22", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz", + "integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==", + "license": "MIT" }, "node_modules/lodash.merge": { "version": "4.6.2", @@ -8400,9 +8401,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.17.22", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz", + "integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==" }, "lodash.merge": { "version": "4.6.2", diff --git a/playwright/package.json b/playwright/package.json index 5e3ba94782..c51b933e5e 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.17.22", "luxon": "3.4.4", "ms": "2.1.3", "seedrandom": "3.0.5",