From ed07b1a597e588cc9ada13faf7708feb56b7e946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:52:45 +0000 Subject: [PATCH] chore(deps): Bump playwright-core from 1.60.0 to 1.61.1 in the npm group Bumps the npm group with 1 update: [playwright-core](https://github.com/microsoft/playwright). Updates `playwright-core` from 1.60.0 to 1.61.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.60.0...v1.61.1) --- updated-dependencies: - dependency-name: playwright-core dependency-version: 1.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87d0a2f..cec2bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "ghost-cursor": "1.4.2", - "playwright-core": "1.60.0", + "playwright-core": "1.61.1", "ws": "8.21.0" }, "devDependencies": { @@ -8870,9 +8870,22 @@ } }, "node_modules/playwright-core": { + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/playwright/node_modules/playwright-core": { "version": "1.60.0", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0.tgz", "integrity": "sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==", + "dev": true, "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 28abcf4..3bad0e5 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ }, "dependencies": { "ghost-cursor": "1.4.2", - "playwright-core": "1.60.0", + "playwright-core": "1.61.1", "ws": "8.21.0" }, "devDependencies": {