From 01b448bcb231453050de1f5806b5d85734b841c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 11:14:50 +0000 Subject: [PATCH] build(deps): bump playwright from 1.42.1 to 1.44.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.42.1 to 1.44.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.42.1...v1.44.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production 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 4d3b243..779b056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "mocha": "^10.4.0", "mocha-multi": "^1.1.7", "mochawesome": "^7.1.3", - "playwright": "^1.42.1", + "playwright": "^1.44.1", "rimraf": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.4.3", @@ -11765,11 +11765,11 @@ } }, "node_modules/playwright": { - "version": "1.42.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.1.tgz", - "integrity": "sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", + "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", "dependencies": { - "playwright-core": "1.42.1" + "playwright-core": "1.44.1" }, "bin": { "playwright": "cli.js" @@ -11782,9 +11782,9 @@ } }, "node_modules/playwright-core": { - "version": "1.42.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz", - "integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", + "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index 24e5254..16fa0c9 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "mocha": "^10.4.0", "mocha-multi": "^1.1.7", "mochawesome": "^7.1.3", - "playwright": "^1.42.1", + "playwright": "^1.44.1", "rimraf": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.4.3",