From bb95c54478ec4ac9b9b1338e3e16dee972522de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:58:03 +0000 Subject: [PATCH] Bump @playwright/test from 1.40.1 to 1.41.1 in /env Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.40.1...v1.41.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- env/package-lock.json | 24 ++++++++++++------------ env/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/env/package-lock.json b/env/package-lock.json index 4a12018..6244fa9 100644 --- a/env/package-lock.json +++ b/env/package-lock.json @@ -7,7 +7,7 @@ "name": "@swissspidy/wp-performance-action", "license": "Apache-2.0", "dependencies": { - "@playwright/test": "^1.40.1", + "@playwright/test": "^1.41.1", "@wordpress/e2e-test-utils-playwright": "^0.16.0", "@wordpress/env": "^9.0.0", "tablemark": "^3.0.0" @@ -2893,11 +2893,11 @@ } }, "node_modules/@playwright/test": { - "version": "1.40.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.40.1.tgz", - "integrity": "sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.1.tgz", + "integrity": "sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==", "dependencies": { - "playwright": "1.40.1" + "playwright": "1.41.1" }, "bin": { "playwright": "cli.js" @@ -14390,11 +14390,11 @@ } }, "node_modules/playwright": { - "version": "1.40.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.1.tgz", - "integrity": "sha512-2eHI7IioIpQ0bS1Ovg/HszsN/XKNwEG1kbzSDDmADpclKc7CyqkHw7Mg2JCz/bbCxg25QUPcjksoMW7JcIFQmw==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz", + "integrity": "sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==", "dependencies": { - "playwright-core": "1.40.1" + "playwright-core": "1.41.1" }, "bin": { "playwright": "cli.js" @@ -14432,9 +14432,9 @@ } }, "node_modules/playwright/node_modules/playwright-core": { - "version": "1.40.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.1.tgz", - "integrity": "sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz", + "integrity": "sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==", "bin": { "playwright-core": "cli.js" }, diff --git a/env/package.json b/env/package.json index 50a108b..9d5237d 100644 --- a/env/package.json +++ b/env/package.json @@ -13,7 +13,7 @@ }, "homepage": "https://github.com/swissspidy/wp-performance-action#readme", "dependencies": { - "@playwright/test": "^1.40.1", + "@playwright/test": "^1.41.1", "@wordpress/e2e-test-utils-playwright": "^0.16.0", "@wordpress/env": "^9.0.0", "tablemark": "^3.0.0"