From 6464b9127bc09be94ad796b38e29d5194515c2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:00:03 +0000 Subject: [PATCH] Bump playwright from 1.49.1 to 1.55.1 in /xkcd-script/samples/mathjax3 Bumps [playwright](https://github.com/microsoft/playwright) from 1.49.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.49.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- xkcd-script/samples/mathjax3/package-lock.json | 16 ++++++++-------- xkcd-script/samples/mathjax3/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xkcd-script/samples/mathjax3/package-lock.json b/xkcd-script/samples/mathjax3/package-lock.json index deeb5ed..4479dda 100644 --- a/xkcd-script/samples/mathjax3/package-lock.json +++ b/xkcd-script/samples/mathjax3/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "devDependencies": { "js-yaml": "^4.1.0", - "playwright": "1.49.1" + "playwright": "1.55.1" } }, "node_modules/argparse": { @@ -48,13 +48,13 @@ } }, "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.55.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.49.1" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -67,9 +67,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.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/xkcd-script/samples/mathjax3/package.json b/xkcd-script/samples/mathjax3/package.json index 030bf3a..a32de5c 100644 --- a/xkcd-script/samples/mathjax3/package.json +++ b/xkcd-script/samples/mathjax3/package.json @@ -5,6 +5,6 @@ "description": "Reference renders of MathJax CHTML formulae through xkcd-mathjax3.js.", "devDependencies": { "js-yaml": "^4.1.0", - "playwright": "1.49.1" + "playwright": "1.55.1" } }