From 1093b3dcf9850a290bfe7bf1c4e771aac6d71d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:36:04 +0000 Subject: [PATCH] Bump playwright from 1.36.2 to 1.37.1 Bumps [playwright](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 836fb96..c99df38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "pino": "^8.7.0", "pino-abstract-transport": "^1.0.0", "pino-std-serializers": "^6.0.0", - "playwright": "^1.32.2", + "playwright": "^1.37.1", "process": "^0.11.10", "process-warning": "^2.0.0", "proxy-addr": "^2.0.7", @@ -3638,12 +3638,12 @@ } }, "node_modules/playwright": { - "version": "1.36.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.36.2.tgz", - "integrity": "sha512-4Fmlq3KWsl85Bl4InJw1NC21aeQV0iSZuFvTDcy1F8zVmXmgQRe89GxF8zMSRt/KIS+2tUolak7EXVl9aC+JdA==", + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz", + "integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==", "hasInstallScript": true, "dependencies": { - "playwright-core": "1.36.2" + "playwright-core": "1.37.1" }, "bin": { "playwright": "cli.js" @@ -3653,9 +3653,9 @@ } }, "node_modules/playwright-core": { - "version": "1.36.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.36.2.tgz", - "integrity": "sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==", + "version": "1.37.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz", + "integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index 8738f0f..de3856c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "pino": "^8.7.0", "pino-abstract-transport": "^1.0.0", "pino-std-serializers": "^6.0.0", - "playwright": "^1.32.2", + "playwright": "^1.37.1", "process": "^0.11.10", "process-warning": "^2.0.0", "proxy-addr": "^2.0.7",