From 04aea6a87d2d9fcd145dc34fb710ffe318990ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 23:22:58 +0000 Subject: [PATCH] chore(deps-dev): bump playwright-core from 1.60.0 to 1.61.1 in /frontend Bumps [playwright-core](https://github.com/microsoft/playwright) 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 15 ++++++++++++++- frontend/package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 24c0f90..8e22189 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "@types/sockjs-client": "^1.5.4", "fast-check": "^4.8.0", "jsdom": "^29.1.1", - "playwright-core": "1.60.0", + "playwright-core": "1.61.1", "typescript": "6.0.3" } }, @@ -1743,6 +1743,19 @@ } }, "node_modules/playwright-core": { + "version": "1.61.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.1.tgz", + "integrity": "sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==", + "dev": true, + "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==", diff --git a/frontend/package.json b/frontend/package.json index 05384f3..e321fa7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -48,7 +48,7 @@ "@types/sockjs-client": "^1.5.4", "fast-check": "^4.8.0", "jsdom": "^29.1.1", - "playwright-core": "1.60.0", + "playwright-core": "1.61.1", "typescript": "6.0.3" }, "overrides": {