From ec4750616e78d715ec7e91b4a6d345bbe51696ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:03:36 +0000 Subject: [PATCH] build(deps-dev): bump playwright from 1.51.1 to 1.54.2 Bumps [playwright](https://github.com/microsoft/playwright) from 1.51.1 to 1.54.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.51.1...v1.54.2) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.54.2 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 f9398a2..ff80243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-vue": "^7.20.0", "husky": "^8.0.3", "lint-staged": "^15.5.0", - "playwright": "^1.51.1", + "playwright": "^1.54.2", "prismjs": "^1.30.0", "puppeteer": "^24.4.0", "qrcode-terminal": "^0.12.0", @@ -28434,13 +28434,13 @@ } }, "node_modules/playwright": { - "version": "1.51.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.1.tgz", - "integrity": "sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==", + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz", + "integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.51.1" + "playwright-core": "1.54.2" }, "bin": { "playwright": "cli.js" @@ -28453,9 +28453,9 @@ } }, "node_modules/playwright-core": { - "version": "1.51.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.1.tgz", - "integrity": "sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==", + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz", + "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index d14222e..59b9397 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-vue": "^7.20.0", "husky": "^8.0.3", "lint-staged": "^15.5.0", - "playwright": "^1.51.1", + "playwright": "^1.54.2", "prismjs": "^1.30.0", "puppeteer": "^24.4.0", "qrcode-terminal": "^0.12.0",