From 35e53296a4d025e362ffe7e059a087b700679f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:00:36 +0000 Subject: [PATCH] build(deps): bump playwright from 1.54.1 to 1.56.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.54.1 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42bcbf34b..ce3e22e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/react-fontawesome": "^0.2.2", - "gatsby": "next", + "gatsby": "*", "gatsby-plugin-feed": "^5.14.0", "gatsby-plugin-image": "3.15.0-next.1", "gatsby-plugin-local-search": "^2.0.1", @@ -29,7 +29,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "normalize.css": "^8.0.1", - "playwright": "^1.54.1", + "playwright": "^1.56.1", "puppeteer": "^23.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -19851,12 +19851,12 @@ "license": "MIT" }, "node_modules/playwright": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.56.1.tgz", + "integrity": "sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.56.1" }, "bin": { "playwright": "cli.js" @@ -19869,9 +19869,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", + "version": "1.56.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", + "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 408369239..e02c9aaf6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gatsby-transformer-remark": "^6.14.0", "gatsby-transformer-sharp": "^5.14.0", "normalize.css": "^8.0.1", - "playwright": "^1.54.1", + "playwright": "^1.56.1", "puppeteer": "^23.0.2", "react": "^18.3.1", "react-dom": "^18.3.1",