diff --git a/package-lock.json b/package-lock.json index e6f66b2..05e68c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "enquirer": "^2.4.1", "lowdb": "^7.0.1", "otplib": "^12.0.1", - "playwright-firefox": "^1.45.0", + "playwright-firefox": "^1.47.1", "puppeteer-extra-plugin-stealth": "^2.11.2" }, "devDependencies": { @@ -1304,10 +1304,9 @@ } }, "node_modules/playwright-core": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.0.tgz", - "integrity": "sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==", - "license": "Apache-2.0", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz", + "integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==", "bin": { "playwright-core": "cli.js" }, @@ -1316,13 +1315,12 @@ } }, "node_modules/playwright-firefox": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.45.0.tgz", - "integrity": "sha512-JmGESfFR8xTjAYQzECYO00yBbSSnu4dBImsrmJVeOXTvT+i9p1dpVUaxKz6lTFMI/xzYROqB4E4Km8NBiOgslw==", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.47.1.tgz", + "integrity": "sha512-ZH9aX5Uzlxzb6xv3RiRs2lYgbyt71SRNw01dian8yYmu0IWiKjyMBu0lDBT99/nWTcq76mdK7wZKeka3kMbm0w==", "hasInstallScript": true, - "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.45.0" + "playwright-core": "1.47.1" }, "bin": { "playwright": "cli.js" @@ -2622,16 +2620,16 @@ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" }, "playwright-core": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.0.tgz", - "integrity": "sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==" + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.1.tgz", + "integrity": "sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==" }, "playwright-firefox": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.45.0.tgz", - "integrity": "sha512-JmGESfFR8xTjAYQzECYO00yBbSSnu4dBImsrmJVeOXTvT+i9p1dpVUaxKz6lTFMI/xzYROqB4E4Km8NBiOgslw==", + "version": "1.47.1", + "resolved": "https://registry.npmjs.org/playwright-firefox/-/playwright-firefox-1.47.1.tgz", + "integrity": "sha512-ZH9aX5Uzlxzb6xv3RiRs2lYgbyt71SRNw01dian8yYmu0IWiKjyMBu0lDBT99/nWTcq76mdK7wZKeka3kMbm0w==", "requires": { - "playwright-core": "1.45.0" + "playwright-core": "1.47.1" } }, "prelude-ls": { diff --git a/package.json b/package.json index 2c64f46..f5627cd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "enquirer": "^2.4.1", "lowdb": "^7.0.1", "otplib": "^12.0.1", - "playwright-firefox": "^1.45.0", + "playwright-firefox": "^1.47.1", "puppeteer-extra-plugin-stealth": "^2.11.2" }, "devDependencies": {