build(deps): bump playwright-firefox from 1.45.0 to 1.47.1

Bumps [playwright-firefox](https://github.com/microsoft/playwright) from 1.45.0 to 1.47.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.45.0...v1.47.1)

---
updated-dependencies:
- dependency-name: playwright-firefox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 05:29:39 +00:00 committed by GitHub
parent c8cf7362fa
commit 3a5e6f11f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 18 deletions

32
package-lock.json generated
View file

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

View file

@ -26,7 +26,7 @@
"enquirer": "^2.4.1", "enquirer": "^2.4.1",
"lowdb": "^7.0.1", "lowdb": "^7.0.1",
"otplib": "^12.0.1", "otplib": "^12.0.1",
"playwright-firefox": "^1.45.0", "playwright-firefox": "^1.47.1",
"puppeteer-extra-plugin-stealth": "^2.11.2" "puppeteer-extra-plugin-stealth": "^2.11.2"
}, },
"devDependencies": { "devDependencies": {