From af559bfc4034470b5755084949b770ca1d8c6b9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 04:53:33 +0000 Subject: [PATCH] ci(tools): update dependency playwright-chromium to v1.33.0 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ee3fd9..f9d734b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@iconify-json/mdi": "1.1.50", "github-fork-ribbon-css": "0.2.3", - "playwright-chromium": "1.32.3", + "playwright-chromium": "1.33.0", "pnpm": "8.3.1", "rimraf": "5.0.0" } @@ -4898,13 +4898,13 @@ "license": "MIT" }, "node_modules/playwright-chromium": { - "version": "1.32.3", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.32.3.tgz", - "integrity": "sha512-NhhXYl/6lH4JfiPlv0ZEkeQq/Kqj4vQGXf0AYs63kxqWMSc4jl69qtB4Yjd0j0iPZb38N5OItUiy8zunhh5wJg==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.33.0.tgz", + "integrity": "sha512-aG2IqRp7Q6vRltZFT+N2stWwDUH2fEUTOTv8RxSKMK5QmIQQoNL9nJvNMIJ3yLuin8+coaa3mhJXjjUheo0+/A==", "devOptional": true, "hasInstallScript": true, "dependencies": { - "playwright-core": "1.32.3" + "playwright-core": "1.33.0" }, "bin": { "playwright": "cli.js" @@ -4914,9 +4914,9 @@ } }, "node_modules/playwright-core": { - "version": "1.32.3", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.3.tgz", - "integrity": "sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.33.0.tgz", + "integrity": "sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==", "devOptional": true, "bin": { "playwright": "cli.js" @@ -10050,18 +10050,18 @@ "version": "1.4.0" }, "playwright-chromium": { - "version": "1.32.3", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.32.3.tgz", - "integrity": "sha512-NhhXYl/6lH4JfiPlv0ZEkeQq/Kqj4vQGXf0AYs63kxqWMSc4jl69qtB4Yjd0j0iPZb38N5OItUiy8zunhh5wJg==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.33.0.tgz", + "integrity": "sha512-aG2IqRp7Q6vRltZFT+N2stWwDUH2fEUTOTv8RxSKMK5QmIQQoNL9nJvNMIJ3yLuin8+coaa3mhJXjjUheo0+/A==", "devOptional": true, "requires": { - "playwright-core": "1.32.3" + "playwright-core": "1.33.0" } }, "playwright-core": { - "version": "1.32.3", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.32.3.tgz", - "integrity": "sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.33.0.tgz", + "integrity": "sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==", "devOptional": true }, "pnpm": { diff --git a/package.json b/package.json index b986e15..1067651 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@iconify-json/mdi": "1.1.50", "github-fork-ribbon-css": "0.2.3", - "playwright-chromium": "1.32.3", + "playwright-chromium": "1.33.0", "pnpm": "8.3.1", "rimraf": "5.0.0" }