From f84418ca0de05735a1a01f5ad2621f2f7f05e4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:49:09 +0000 Subject: [PATCH] Bump playwright from 1.60.0 to 1.61.0 Bumps [playwright](https://github.com/microsoft/playwright) from 1.60.0 to 1.61.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.60.0...v1.61.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 458bd52a3c..9d87095892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", "oxfmt": "0.51.0", - "playwright": "~1.60.0", + "playwright": "~1.61.0", "react": "^19.2.5", "react-dom": "^19.2.5", "tsdown": "^0.22.0", @@ -5506,13 +5506,13 @@ "license": "ISC" }, "node_modules/playwright": { - "version": "1.60.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0.tgz", - "integrity": "sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==", + "version": "1.61.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.61.0.tgz", + "integrity": "sha512-Z+7BeeqQPRRzklHsVFP4KTGIyMxKUmfeRA4WisM6G3/XW6nwGeX6fX9qYaDa+CiUqpOkb2f6X3nar05R3kSuJQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.60.0" + "playwright-core": "1.61.0" }, "bin": { "playwright": "cli.js" @@ -5525,9 +5525,9 @@ } }, "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==", + "version": "1.61.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.61.0.tgz", + "integrity": "sha512-caX7TrY3Ml6egyDX0WUcTHDxodl/b51y5wJOdCEA36QviK/s2g081hvmGs8eaE3DWb6NYZQ6BjO/QkNRPenoPA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 424eeb1b2c..c24bdc521d 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jspdf": "^4.2.0", "jspdf-autotable": "^5.0.7", "oxfmt": "0.51.0", - "playwright": "~1.60.0", + "playwright": "~1.61.0", "react": "^19.2.5", "react-dom": "^19.2.5", "tsdown": "^0.22.0",