From e44d786833ca95717afd1ffb9f08d0d472e6571e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:28:07 +0000 Subject: [PATCH] fix(deps): update playwright to v1.56.0 --- flake.nix | 2 +- server/Dockerfile | 2 +- server/package-lock.json | 26 +++++++++++++------------- server/package.json | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/flake.nix b/flake.nix index c7394e1..1f80d14 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; flake-utils.url = "github:numtide/flake-utils"; - playwright.url = "github:pietdevries94/playwright-web-flake/1.55.1"; + playwright.url = "github:pietdevries94/playwright-web-flake/1.56.0"; }; outputs = { diff --git a/server/Dockerfile b/server/Dockerfile index c761436..16abe21 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.55.1-noble +FROM mcr.microsoft.com/playwright:v1.56.0-noble WORKDIR /workspace ADD package.json /workspace/ diff --git a/server/package-lock.json b/server/package-lock.json index 3efdf56..e9ad6c1 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -10,12 +10,12 @@ "license": "MIT", "dependencies": { "@fastify/static": "8.2.0", - "@playwright/test": "1.55.1", + "@playwright/test": "1.56.0", "fastify": "5.6.1", "mhtml2html": "3.0.0", "pino": "9.13.1", "pixelmatch": "7.1.0", - "playwright": "1.55.1", + "playwright": "1.56.0", "pngjs": "7.0.0", "tar": "7.5.1" }, @@ -1261,12 +1261,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.55.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.55.1.tgz", - "integrity": "sha512-IVAh/nOJaw6W9g+RJVlIQJ6gSiER+ae6mKQ5CX1bERzQgbC1VSeBlwdvczT7pxb0GWiyrxH4TGKbMfDb4Sq/ig==", + "version": "1.56.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.56.0.tgz", + "integrity": "sha512-Tzh95Twig7hUwwNe381/K3PggZBZblKUe2wv25oIpzWLr6Z0m4KgV1ZVIjnR6GM9ANEqjZD7XsZEa6JL/7YEgg==", "license": "Apache-2.0", "dependencies": { - "playwright": "1.55.1" + "playwright": "1.56.0" }, "bin": { "playwright": "cli.js" @@ -5016,12 +5016,12 @@ } }, "node_modules/playwright": { - "version": "1.55.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", - "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", + "version": "1.56.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.0.tgz", + "integrity": "sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.55.1" + "playwright-core": "1.56.0" }, "bin": { "playwright": "cli.js" @@ -5034,9 +5034,9 @@ } }, "node_modules/playwright-core": { - "version": "1.55.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", - "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", + "version": "1.56.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.0.tgz", + "integrity": "sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/server/package.json b/server/package.json index 43ebb36..cd95db2 100644 --- a/server/package.json +++ b/server/package.json @@ -14,12 +14,12 @@ }, "dependencies": { "@fastify/static": "8.2.0", - "@playwright/test": "1.55.1", + "@playwright/test": "1.56.0", "fastify": "5.6.1", "mhtml2html": "3.0.0", "pino": "9.13.1", "pixelmatch": "7.1.0", - "playwright": "1.55.1", + "playwright": "1.56.0", "pngjs": "7.0.0", "tar": "7.5.1" },