From eff5439ba2de45ba7ccf3d130c46460cadc78ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 13:27:24 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test from 1.33.0 to 1.34.0 in /ui Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.33.0...v1.34.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 33 +++++++++++++++------------------ ui/package.json | 2 +- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 338bfbffaa..e1af79af7a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.21.5", - "@playwright/test": "^1.33.0", + "@playwright/test": "^1.34.0", "@tailwindcss/forms": "^0.5.3", "@types/jest": "^29.5.1", "@types/loadable__component": "^5.13.4", @@ -3499,13 +3499,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.33.0.tgz", - "integrity": "sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0.tgz", + "integrity": "sha512-GIALJVODOIrMflLV54H3Cow635OfrTwOu24ZTDyKC66uchtFX2NcCRq83cLdakMjZKYK78lODNLQSYBj2OgaTw==", "dev": true, "dependencies": { "@types/node": "*", - "playwright-core": "1.33.0" + "playwright-core": "1.34.0" }, "bin": { "playwright": "cli.js" @@ -10372,13 +10372,10 @@ } }, "node_modules/playwright-core": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.33.0.tgz", - "integrity": "sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0.tgz", + "integrity": "sha512-fMUY1+iR6kYbJF/EsOOqzBA99ZHXbw9sYPNjwA4X/oV0hVF/1aGlWYBGPVUEqxBkGANDKMziYoOdKGU5DIP5Gg==", "dev": true, - "bin": { - "playwright": "cli.js" - }, "engines": { "node": ">=14" } @@ -14625,14 +14622,14 @@ } }, "@playwright/test": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.33.0.tgz", - "integrity": "sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.34.0.tgz", + "integrity": "sha512-GIALJVODOIrMflLV54H3Cow635OfrTwOu24ZTDyKC66uchtFX2NcCRq83cLdakMjZKYK78lODNLQSYBj2OgaTw==", "dev": true, "requires": { "@types/node": "*", "fsevents": "2.3.2", - "playwright-core": "1.33.0" + "playwright-core": "1.34.0" } }, "@remix-run/router": { @@ -19581,9 +19578,9 @@ } }, "playwright-core": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.33.0.tgz", - "integrity": "sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==", + "version": "1.34.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.0.tgz", + "integrity": "sha512-fMUY1+iR6kYbJF/EsOOqzBA99ZHXbw9sYPNjwA4X/oV0hVF/1aGlWYBGPVUEqxBkGANDKMziYoOdKGU5DIP5Gg==", "dev": true }, "postcss": { diff --git a/ui/package.json b/ui/package.json index 999bad978e..832c7fc49c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.21.5", - "@playwright/test": "^1.33.0", + "@playwright/test": "^1.34.0", "@tailwindcss/forms": "^0.5.3", "@types/jest": "^29.5.1", "@types/loadable__component": "^5.13.4",