From d10cdb224bfbdf7099696ba27755b92ae37ca529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 22:36:18 +0000 Subject: [PATCH] chore(deps): update dependency @playwright/test to ^1.60.0-beta-1778191499000 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b3410b904..fcbdfabce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^1.7.2", - "@playwright/test": "^1.59.1", + "@playwright/test": "^1.60.0-beta-1778191499000", "@vue/tsconfig": "^0.5.1", "cypress": "^15.14.2", "cypress-downloadfile": "^1.2.4", @@ -4227,13 +4227,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.59.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.1.tgz", - "integrity": "sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==", + "version": "1.60.0-beta-1778191499000", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0-beta-1778191499000.tgz", + "integrity": "sha512-eJM7mWJvEfdJFLD9Hm+NZFeOliipw1mMLCtSX2HPeQoLw/jp58sxPQH2ldpchRTn0UMgDcuI0XKI24+8nLC1zA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.59.1" + "playwright": "1.60.0-beta-1778191499000" }, "bin": { "playwright": "cli.js" @@ -14118,13 +14118,13 @@ } }, "node_modules/playwright": { - "version": "1.59.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", - "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", + "version": "1.60.0-beta-1778191499000", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0-beta-1778191499000.tgz", + "integrity": "sha512-I4ZT4SFIrNdZAXmfDg8K67ya9uAs2ELqXfG0MA8ZcojDXyI6pWqIj2nnF/KqloGM++2ACvOa5MlII4Xa0c92/g==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.59.1" + "playwright-core": "1.60.0-beta-1778191499000" }, "bin": { "playwright": "cli.js" @@ -14137,9 +14137,9 @@ } }, "node_modules/playwright-core": { - "version": "1.59.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", - "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", + "version": "1.60.0-beta-1778191499000", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0-beta-1778191499000.tgz", + "integrity": "sha512-rN9NcOjAXvVf1qexgevYfRK8h4YhVRtu72tRcfcoU7aisGPSRIeoeGxozFYMjNPFWsJJEVsr3kkBYXuwKRPt7g==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 8f580c9936..13cc4a74f4 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", "@nextcloud/vite-config": "^1.7.2", - "@playwright/test": "^1.59.1", + "@playwright/test": "^1.60.0-beta-1778191499000", "@vue/tsconfig": "^0.5.1", "cypress": "^15.14.2", "cypress-downloadfile": "^1.2.4",