From d32f48b376ce7365e5bdfeb80b73d71cea3a0699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 07:09:38 +0000 Subject: [PATCH] Bump playwright from 1.40.0 to 1.40.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.40.0 to 1.40.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.40.0...v1.40.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-patch ... 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 f424b3b..23f7681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "pino": "^8.16.2", "pino-abstract-transport": "^1.1.0", "pino-std-serializers": "^6.2.2", - "playwright": "^1.40.0", + "playwright": "^1.40.1", "process": "^0.11.10", "process-warning": "^2.3.1", "proxy-addr": "^2.0.7", @@ -3726,11 +3726,11 @@ } }, "node_modules/playwright": { - "version": "1.40.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.0.tgz", - "integrity": "sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==", + "version": "1.40.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.1.tgz", + "integrity": "sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==", "dependencies": { - "playwright-core": "1.40.0" + "playwright-core": "1.40.1" }, "bin": { "playwright": "cli.js" @@ -3743,9 +3743,9 @@ } }, "node_modules/playwright-core": { - "version": "1.40.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz", - "integrity": "sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==", + "version": "1.40.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz", + "integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index d04d167..28a6a7d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "pino": "^8.16.2", "pino-abstract-transport": "^1.1.0", "pino-std-serializers": "^6.2.2", - "playwright": "^1.40.0", + "playwright": "^1.40.1", "process": "^0.11.10", "process-warning": "^2.3.1", "proxy-addr": "^2.0.7",