From 5bd4bd99471fa5530f25956841afef803ce56a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:22:39 +0000 Subject: [PATCH] Bump @playwright/test from 1.30.0 to 1.41.1 in /caster-editor Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.30.0 to 1.41.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.30.0...v1.41.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- caster-editor/package-lock.json | 66 +++++++++++++++++++++++---------- caster-editor/package.json | 2 +- 2 files changed, 47 insertions(+), 21 deletions(-) diff --git a/caster-editor/package-lock.json b/caster-editor/package-lock.json index 251c41ba..cc967021 100644 --- a/caster-editor/package-lock.json +++ b/caster-editor/package-lock.json @@ -33,7 +33,7 @@ "@graphql-codegen/typescript-operations": "^3.0.3", "@graphql-codegen/typescript-vue-urql": "^2.3.6", "@pinia/testing": "^0.0.14", - "@playwright/test": "^1.28.1", + "@playwright/test": "^1.41.1", "@rushstack/eslint-patch": "^1.1.4", "@types/jsdom": "^20.0.1", "@types/node": "^20.5.9", @@ -2720,19 +2720,18 @@ } }, "node_modules/@playwright/test": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.30.0.tgz", - "integrity": "sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.1.tgz", + "integrity": "sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==", "dev": true, "dependencies": { - "@types/node": "*", - "playwright-core": "1.30.0" + "playwright": "1.41.1" }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/@popperjs/core": { @@ -10093,16 +10092,34 @@ "pathe": "^1.1.0" } }, - "node_modules/playwright-core": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.30.0.tgz", - "integrity": "sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==", + "node_modules/playwright": { + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz", + "integrity": "sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==", "dev": true, + "dependencies": { + "playwright-core": "1.41.1" + }, "bin": { "playwright": "cli.js" }, "engines": { - "node": ">=14" + "node": ">=16" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/playwright-core": { + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz", + "integrity": "sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==", + "dev": true, + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/postcss": { @@ -14738,13 +14755,12 @@ } }, "@playwright/test": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.30.0.tgz", - "integrity": "sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.1.tgz", + "integrity": "sha512-9g8EWTjiQ9yFBXc6HjCWe41msLpxEX0KhmfmPl9RPLJdfzL4F0lg2BdJ91O9azFdl11y1pmpwdjBiSxvqc+btw==", "dev": true, "requires": { - "@types/node": "*", - "playwright-core": "1.30.0" + "playwright": "1.41.1" } }, "@popperjs/core": { @@ -20332,10 +20348,20 @@ "pathe": "^1.1.0" } }, + "playwright": { + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz", + "integrity": "sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==", + "dev": true, + "requires": { + "fsevents": "2.3.2", + "playwright-core": "1.41.1" + } + }, "playwright-core": { - "version": "1.30.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.30.0.tgz", - "integrity": "sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==", + "version": "1.41.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz", + "integrity": "sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==", "dev": true }, "postcss": { diff --git a/caster-editor/package.json b/caster-editor/package.json index 4fc8a941..6cb0ecb4 100644 --- a/caster-editor/package.json +++ b/caster-editor/package.json @@ -45,7 +45,7 @@ "@graphql-codegen/typescript-operations": "^3.0.3", "@graphql-codegen/typescript-vue-urql": "^2.3.6", "@pinia/testing": "^0.0.14", - "@playwright/test": "^1.28.1", + "@playwright/test": "^1.41.1", "@rushstack/eslint-patch": "^1.1.4", "@types/jsdom": "^20.0.1", "@types/node": "^20.5.9",