From 4bb9b80b2fa71373f7acbca0108cad076e2d8a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:18:06 +0000 Subject: [PATCH] Chore(deps-dev): Bump @playwright/test from 1.53.1 to 1.54.1 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.53.1 to 1.54.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.53.1...v1.54.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.54.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 ++++++++++++--------------- package.json | 2 +- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c53446faf..840b9add2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^1.5.3", - "@playwright/test": "^1.53.1", + "@playwright/test": "^1.54.1", "@vue/tsconfig": "^0.5.1", "eslint-config-prettier": "^10.1.8", "prettier": "^3.6.2", @@ -2331,13 +2331,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.53.1.tgz", - "integrity": "sha512-Z4c23LHV0muZ8hfv4jw6HngPJkbbtZxTkxPNIg7cJcTc9C28N/p2q7g3JZS2SiKBBHJ3uM1dgDye66bB7LEk5w==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.1.tgz", + "integrity": "sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "playwright": "1.53.1" + "playwright": "1.54.1" }, "bin": { "playwright": "cli.js" @@ -10055,13 +10054,12 @@ } }, "node_modules/playwright": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.1.tgz", - "integrity": "sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", + "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.53.1" + "playwright-core": "1.54.1" }, "bin": { "playwright": "cli.js" @@ -10074,11 +10072,10 @@ } }, "node_modules/playwright-core": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz", - "integrity": "sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", + "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", "dev": true, - "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index 1c1d007dc..a03b6ef46 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@nextcloud/prettier-config": "^1.2.0", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/vite-config": "^1.5.3", - "@playwright/test": "^1.53.1", + "@playwright/test": "^1.54.1", "@vue/tsconfig": "^0.5.1", "eslint-config-prettier": "^10.1.8", "prettier": "^3.6.2",