From 4fc11014f2908ec551719dc8d873b8b83c252b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:23:47 +0000 Subject: [PATCH] Bump playwright from 1.48.0 to 1.48.1 (#1300) Bumps [playwright](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.48.0...v1.48.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++---------- packages/tools/package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30154fd996..75faa5f67b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16645,12 +16645,11 @@ } }, "node_modules/playwright": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", - "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", - "license": "Apache-2.0", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz", + "integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==", "dependencies": { - "playwright-core": "1.48.0" + "playwright-core": "1.48.1" }, "bin": { "playwright": "cli.js" @@ -16663,10 +16662,9 @@ } }, "node_modules/playwright-core": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", - "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", - "license": "Apache-2.0", + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz", + "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", "bin": { "playwright-core": "cli.js" }, @@ -20848,7 +20846,7 @@ "express": "^4.19.2", "glob": "^10.4.5", "mocha": "^10.7.3", - "playwright": "^1.46.1", + "playwright": "^1.48.1", "trace-unhandled": "^2.0.1", "typescript": "~5.6.2", "wtfnode": "^0.9.3", diff --git a/packages/tools/package.json b/packages/tools/package.json index d6e674c941..51c2b61c0b 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -55,7 +55,7 @@ "express": "^4.19.2", "glob": "^10.4.5", "mocha": "^10.7.3", - "playwright": "^1.46.1", + "playwright": "^1.48.1", "trace-unhandled": "^2.0.1", "typescript": "~5.6.2", "wtfnode": "^0.9.3",