From 744ba2b928e51b46081515793bf94d870beb05c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:06:24 +0000 Subject: [PATCH] Bump playwright from 1.23.1 to 1.23.2 Bumps [playwright](https://github.com/Microsoft/playwright) from 1.23.1 to 1.23.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.23.1...v1.23.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 680a99f2..6e601ed7 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "node-addon-api": "5.0.0", "node-gyp": "9.0.0", "null-loader": "4.0.1", - "playwright": "1.23.1", + "playwright": "1.23.2", "plist": "3.0.5", "prettier": "2.7.1", "proxyquire": "2.1.3", diff --git a/yarn.lock b/yarn.lock index a507f16d..83d2cdb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6342,17 +6342,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -playwright-core@1.23.1: - version "1.23.1" - resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.1.tgz#af02bd7568af1017e477433b1b003ba84e1eb312" - integrity sha512-9CXsE0gawph4KXl6oUaa0ehHRySZjHvly4TybcBXDvzK3N3o6L/eZ8Q6iVWUiMn0LLS5bRFxo1qEtOETlYJxjw== +playwright-core@1.23.2: + version "1.23.2" + resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.23.2.tgz#ddc15b3251e42ee0eed82a96ece3f7b2641d75a4" + integrity sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ== -playwright@1.23.1: - version "1.23.1" - resolved "https://registry.npmjs.org/playwright/-/playwright-1.23.1.tgz#b029885e995aa1f9626aac851410c5ef615718f4" - integrity sha512-+lgiy1JZMNPwpBp5tsUdjTGxuJ+lXZbtSKmMDc0/f1oVsNDXXA+r7zeC9Kzd+4jSHteoJJocargxVx2Mn1o2kw== +playwright@1.23.2: + version "1.23.2" + resolved "https://registry.npmjs.org/playwright/-/playwright-1.23.2.tgz#379eccbaed58ba23152d02934b4bc5104b4b7e60" + integrity sha512-c7nyyuDRifGBUNb+/zZh4AjyQXQISVHZY2cpHCsSIWueZNtY7q6Qfv0hJbVdtJhWSGgcix0hmES30l5jlPmy5Q== dependencies: - playwright-core "1.23.1" + playwright-core "1.23.2" plist@3.0.5, plist@^3.0.1, plist@^3.0.4: version "3.0.5"