From b9ebdd2e539a5e49a9701c550e1e7065f43d721e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:36:02 +0000 Subject: [PATCH] build(deps): bump playwright-core from 1.54.1 to 1.54.2 Bumps [playwright-core](https://github.com/microsoft/playwright) from 1.54.1 to 1.54.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.54.2) --- updated-dependencies: - dependency-name: playwright-core dependency-version: 1.54.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package-lock.json b/package-lock.json index e8f2bfe..b3f8253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -904,9 +904,22 @@ } }, "node_modules/playwright-core": { + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz", + "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==", + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/playwright/node_modules/playwright-core": { "version": "1.54.1", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", + "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" },