From f92c6e7155ae893f7669be6c18b132b752b6d4db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:23:06 +0000 Subject: [PATCH] chore(deps-dev): bump playwright-core from 1.60.0 to 1.62.0 in /frontend Bumps [playwright-core](https://github.com/microsoft/playwright) from 1.60.0 to 1.62.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.60.0...v1.62.0) --- updated-dependencies: - dependency-name: playwright-core dependency-version: 1.62.0 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..c8807f9 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.62.0", "typescript": "6.0.3" } }, @@ -1743,6 +1743,19 @@ } }, "node_modules/playwright-core": { + "version": "1.62.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.62.0.tgz", + "integrity": "sha512-nsNRyq0r2zsG8AcRHWknc9QRA5XCueC7gWMrs+Gx2tlZn9hcl8zudfh00lhJPY1DE7NmZ6bDsT9g2yey8mXljA==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=20" + } + }, + "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..1f0e8c1 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.62.0", "typescript": "6.0.3" }, "overrides": {