From 339ee6c1b7bcee49f2bca3bcc187e7de6debd32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:47:16 +0200 Subject: [PATCH] Bump @playwright/test from 1.36.2 to 1.37.1 in /js (#22535) Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.2 to 1.37.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.36.2...v1.37.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/apps/account-ui/package.json | 2 +- js/pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 369555e437..a925dc7dc6 100644 --- a/js/apps/account-ui/package.json +++ b/js/apps/account-ui/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@keycloak/keycloak-admin-client": "workspace:*", - "@playwright/test": "^1.36.2", + "@playwright/test": "^1.37.1", "@types/lodash-es": "^4.17.8", "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 04e959a0c3..010e5df950 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -118,8 +118,8 @@ importers: specifier: workspace:* version: link:../../libs/keycloak-admin-client '@playwright/test': - specifier: ^1.36.2 - version: 1.36.2 + specifier: ^1.37.1 + version: 1.37.1 '@types/lodash-es': specifier: ^4.17.8 version: 4.17.8 @@ -1153,13 +1153,13 @@ packages: tslib: 2.6.2 dev: true - /@playwright/test@1.36.2: - resolution: {integrity: sha512-2rVZeyPRjxfPH6J0oGJqE8YxiM1IBRyM8hyrXYK7eSiAqmbNhxwcLa7dZ7fy9Kj26V7FYia5fh9XJRq4Dqme+g==} + /@playwright/test@1.37.1: + resolution: {integrity: sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==} engines: {node: '>=16'} hasBin: true dependencies: '@types/node': 20.4.6 - playwright-core: 1.36.2 + playwright-core: 1.37.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -5371,8 +5371,8 @@ packages: pathe: 1.1.1 dev: true - /playwright-core@1.36.2: - resolution: {integrity: sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==} + /playwright-core@1.37.1: + resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==} engines: {node: '>=16'} hasBin: true dev: true