From 2a23d7ef408992076eccc8c729622f573c52d044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:32:14 -0300 Subject: [PATCH] build(deps-dev): update playwright monorepo to ^1.40.0 (#1493) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 41e2396dc2..fb5d81f6ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^18.4.2", "@commitlint/prompt-cli": "^18.4.2", - "@playwright/test": "^1.39.0", + "@playwright/test": "^1.40.0", "@types/debug": "^4.1.12", "@types/node": "^16.18.62", "@types/node-fetch": "^2.6.9", @@ -40,7 +40,7 @@ "lint-staged": "^15.1.0", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.39.0", + "playwright-chromium": "^1.40.0", "prettier": "^3.1.0", "release-it": "^17.0.0", "shx": "^0.3.4", @@ -974,12 +974,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.39.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.39.0.tgz", - "integrity": "sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==", + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.40.0.tgz", + "integrity": "sha512-PdW+kn4eV99iP5gxWNSDQCbhMaDVej+RXL5xr6t04nbKLCBwYtA046t7ofoczHOm8u6c+45hpDKQVZqtqwkeQg==", "dev": true, "dependencies": { - "playwright": "1.39.0" + "playwright": "1.40.0" }, "bin": { "playwright": "cli.js" @@ -7702,12 +7702,12 @@ } }, "node_modules/playwright": { - "version": "1.39.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.39.0.tgz", - "integrity": "sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==", + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.0.tgz", + "integrity": "sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==", "dev": true, "dependencies": { - "playwright-core": "1.39.0" + "playwright-core": "1.40.0" }, "bin": { "playwright": "cli.js" @@ -7720,13 +7720,13 @@ } }, "node_modules/playwright-chromium": { - "version": "1.39.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.39.0.tgz", - "integrity": "sha512-0WVmvn9ppPbcyb2PQherIpzsvJlyjqziCZiAiexTEYSz8k6/+/3wljmFaMRMP1lcv2xKyHDn9yWd/lHb7IzYyA==", + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.40.0.tgz", + "integrity": "sha512-LEObqtviC8ik5QM9dHcx3YYGxTl2bBrUnePHibHX/a7KVbkvt1P13b9oYHylytKBh8C84pg+D3yfs/t5MgGDpg==", "dev": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.39.0" + "playwright-core": "1.40.0" }, "bin": { "playwright": "cli.js" @@ -7736,9 +7736,9 @@ } }, "node_modules/playwright-core": { - "version": "1.39.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz", - "integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==", + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz", + "integrity": "sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==", "dev": true, "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 53a1c3b45e..14885e34d7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^18.4.2", "@commitlint/prompt-cli": "^18.4.2", - "@playwright/test": "^1.39.0", + "@playwright/test": "^1.40.0", "@types/debug": "^4.1.12", "@types/node": "^16.18.62", "@types/node-fetch": "^2.6.9", @@ -70,7 +70,7 @@ "lint-staged": "^15.1.0", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.39.0", + "playwright-chromium": "^1.40.0", "prettier": "^3.1.0", "release-it": "^17.0.0", "shx": "^0.3.4",