From da279bf0ececb0ce7b860ab87ecc1da11981484f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 11:51:09 +0000 Subject: [PATCH] build(deps-dev): update playwright monorepo to ^1.44.1 --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index d10582d759..a2419f5938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@commitlint/prompt-cli": "^19.3.1", - "@playwright/test": "^1.44.0", + "@playwright/test": "^1.44.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.97", "@types/node-fetch": "^2.6.11", @@ -40,7 +40,7 @@ "lint-staged": "^15.2.4", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.44.0", + "playwright-chromium": "^1.44.1", "prettier": "^3.2.5", "release-it": "^17.3.0", "shx": "^0.3.4", @@ -1028,13 +1028,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.0.tgz", - "integrity": "sha512-rNX5lbNidamSUorBhB4XZ9SQTjAqfe5M+p37Z8ic0jPFBMo5iCtQz1kRWkEMg+rYOKSlVycpQmpqjSFq7LXOfg==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", + "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.44.0" + "playwright": "1.44.1" }, "bin": { "playwright": "cli.js" @@ -8127,13 +8127,13 @@ } }, "node_modules/playwright": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.0.tgz", - "integrity": "sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", + "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.44.0" + "playwright-core": "1.44.1" }, "bin": { "playwright": "cli.js" @@ -8146,14 +8146,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.44.0.tgz", - "integrity": "sha512-eae4op9jfzyybPfBOcS2o/EtrIT00OCBTLIA9EJz7sOfHwtUFY+H1XRTRdFD/j93tSS80uY8gyts+lX0zHYiHg==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.44.1.tgz", + "integrity": "sha512-S35fvljThsCDhUiGSYST3MkT7hsUvNA6SC+fAaBxKLUdOkc6ohatxD+A5HoN7fEK3zE+yI0ARANSGRHTHJR6UQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.44.0" + "playwright-core": "1.44.1" }, "bin": { "playwright": "cli.js" @@ -8163,9 +8163,9 @@ } }, "node_modules/playwright-core": { - "version": "1.44.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz", - "integrity": "sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", + "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 22f385fbfb..19e519a099 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@commitlint/prompt-cli": "^19.3.1", - "@playwright/test": "^1.44.0", + "@playwright/test": "^1.44.1", "@types/debug": "^4.1.12", "@types/node": "^16.18.97", "@types/node-fetch": "^2.6.11", @@ -70,7 +70,7 @@ "lint-staged": "^15.2.4", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.44.0", + "playwright-chromium": "^1.44.1", "prettier": "^3.2.5", "release-it": "^17.3.0", "shx": "^0.3.4",