diff --git a/.changeset/strong-ladybugs-laugh.md b/.changeset/strong-ladybugs-laugh.md new file mode 100644 index 0000000..0bdb83d --- /dev/null +++ b/.changeset/strong-ladybugs-laugh.md @@ -0,0 +1,5 @@ +--- +"bits-to-dead-trees": patch +--- + +Upgrade Playwright to 1.28.1 diff --git a/Dockerfile b/Dockerfile index 39942d2..94a65b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.28.0-jammy +FROM mcr.microsoft.com/playwright:v1.28.1-jammy ENV NODE_ENV=production ENV SERVER_PORT=8000 diff --git a/package-lock.json b/package-lock.json index 64b695b..ef553d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "dependencies": { "fastify": "^4.10.2", - "playwright-core": "^1.28.0" + "playwright-core": "^1.28.1" }, "devDependencies": { "@changesets/cli": "^2.25.2", @@ -3763,9 +3763,9 @@ } }, "node_modules/playwright-core": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.0.tgz", - "integrity": "sha512-nJLknd28kPBiCNTbqpu6Wmkrh63OEqJSFw9xOfL9qxfNwody7h6/L3O2dZoWQ6Oxcm0VOHjWmGiCUGkc0X3VZA==", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.1.tgz", + "integrity": "sha512-3PixLnGPno0E8rSBJjtwqTwJe3Yw72QwBBBxNoukIj3lEeBNXwbNiKrNuB1oyQgTBw5QHUhNO3SteEtHaMK6ag==", "bin": { "playwright": "cli.js" }, @@ -8092,9 +8092,9 @@ } }, "playwright-core": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.0.tgz", - "integrity": "sha512-nJLknd28kPBiCNTbqpu6Wmkrh63OEqJSFw9xOfL9qxfNwody7h6/L3O2dZoWQ6Oxcm0VOHjWmGiCUGkc0X3VZA==" + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.28.1.tgz", + "integrity": "sha512-3PixLnGPno0E8rSBJjtwqTwJe3Yw72QwBBBxNoukIj3lEeBNXwbNiKrNuB1oyQgTBw5QHUhNO3SteEtHaMK6ag==" }, "preferred-pm": { "version": "3.0.3", diff --git a/package.json b/package.json index a9f921b..4037050 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "fastify": "^4.10.2", - "playwright-core": "^1.28.0" + "playwright-core": "^1.28.1" }, "devDependencies": { "@changesets/cli": "^2.25.2",