diff --git a/flake.nix b/flake.nix index d4d449e..51a6edb 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.49.1"; + playwright.url = "github:pietdevries94/playwright-web-flake/1.50.0"; }; outputs = { diff --git a/server/Dockerfile b/server/Dockerfile index 241f377..826b4da 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.49.1-noble +FROM mcr.microsoft.com/playwright:v1.50.0-noble WORKDIR /workspace ADD package.json /workspace/ diff --git a/server/package-lock.json b/server/package-lock.json index 58251cd..aadf655 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -10,12 +10,12 @@ "license": "MIT", "dependencies": { "@fastify/static": "8.0.4", - "@playwright/test": "1.49.1", + "@playwright/test": "1.50.0", "fastify": "5.2.1", "mhtml2html": "3.0.0", "pino": "9.6.0", "pixelmatch": "6.0.0", - "playwright": "1.49.1", + "playwright": "1.50.0", "pngjs": "7.0.0", "tar": "7.4.3" }, @@ -1161,12 +1161,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz", - "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==", + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.0.tgz", + "integrity": "sha512-ZGNXbt+d65EGjBORQHuYKj+XhCewlwpnSd/EDuLPZGSiEWmgOJB5RmMCCYGy5aMfTs9wx61RivfDKi8H/hcMvw==", "license": "Apache-2.0", "dependencies": { - "playwright": "1.49.1" + "playwright": "1.50.0" }, "bin": { "playwright": "cli.js" @@ -4655,12 +4655,12 @@ } }, "node_modules/playwright": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", - "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.0.tgz", + "integrity": "sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.49.1" + "playwright-core": "1.50.0" }, "bin": { "playwright": "cli.js" @@ -4673,9 +4673,9 @@ } }, "node_modules/playwright-core": { - "version": "1.49.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", - "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", + "version": "1.50.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.0.tgz", + "integrity": "sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/server/package.json b/server/package.json index a026e41..11e7226 100644 --- a/server/package.json +++ b/server/package.json @@ -14,12 +14,12 @@ }, "dependencies": { "@fastify/static": "8.0.4", - "@playwright/test": "1.49.1", + "@playwright/test": "1.50.0", "fastify": "5.2.1", "mhtml2html": "3.0.0", "pino": "9.6.0", "pixelmatch": "6.0.0", - "playwright": "1.49.1", + "playwright": "1.50.0", "pngjs": "7.0.0", "tar": "7.4.3" },