From a8abbdbabc1eba552b1c901a686857f74a848630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:15:26 +0000 Subject: [PATCH] build(deps): bump playwright-firefox from 1.52.0 to 1.53.0 Bumps [playwright-firefox](https://github.com/microsoft/playwright) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: playwright-firefox dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ab1fff..18765d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "fingerprint-injector": "^2.1.66", "lowdb": "^7.0.1", "otplib": "^12.0.1", - "playwright-firefox": "^1.52.0", + "playwright-firefox": "^1.53.0", "puppeteer-extra-plugin-stealth": "^2.11.2" }, "devDependencies": { @@ -2191,9 +2191,9 @@ } }, "node_modules/playwright-core": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz", - "integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==", + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.0.tgz", + "integrity": "sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" @@ -2203,13 +2203,13 @@ } }, "node_modules/playwright-firefox": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.52.0.tgz", - "integrity": "sha512-x4niD4HHffaYNmz0XwgXqvf7NUhCmAbcpa+DX16kAacd+6T8cwf+W/+Q0S+VLsYpQ2BJowR2HuJanO1Ge1Phzg==", + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.53.0.tgz", + "integrity": "sha512-PVSb7hmIJy0r8eJ6TPJU9odlmJv0bZaLPYlw7cDCglZWgBY3ClieVCzkjgpXYxNmI3OyROU1GdOhMcy0zpPp1A==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.52.0" + "playwright-core": "1.53.0" }, "bin": { "playwright": "cli.js" @@ -4335,16 +4335,16 @@ "dev": true }, "playwright-core": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz", - "integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==" + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.0.tgz", + "integrity": "sha512-mGLg8m0pm4+mmtB7M89Xw/GSqoNC+twivl8ITteqvAndachozYe2ZA7srU6uleV1vEdAHYqjq+SV8SNxRRFYBw==" }, "playwright-firefox": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.52.0.tgz", - "integrity": "sha512-x4niD4HHffaYNmz0XwgXqvf7NUhCmAbcpa+DX16kAacd+6T8cwf+W/+Q0S+VLsYpQ2BJowR2HuJanO1Ge1Phzg==", + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.53.0.tgz", + "integrity": "sha512-PVSb7hmIJy0r8eJ6TPJU9odlmJv0bZaLPYlw7cDCglZWgBY3ClieVCzkjgpXYxNmI3OyROU1GdOhMcy0zpPp1A==", "requires": { - "playwright-core": "1.52.0" + "playwright-core": "1.53.0" } }, "prelude-ls": { diff --git a/package.json b/package.json index 0487277..8632f16 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "fingerprint-injector": "^2.1.66", "lowdb": "^7.0.1", "otplib": "^12.0.1", - "playwright-firefox": "^1.52.0", + "playwright-firefox": "^1.53.0", "puppeteer-extra-plugin-stealth": "^2.11.2" }, "devDependencies": {