Bump playwright from 1.38.1 to 1.39.0

Bumps [playwright](https://github.com/microsoft/playwright) from 1.38.1 to 1.39.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.38.1...v1.39.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/96/head
dependabot[bot] 2023-10-12 06:51:30 +00:00 zatwierdzone przez GitHub
rodzic 07b83ca3d1
commit cb79b1d495
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 9 dodań i 9 usunięć

16
package-lock.json wygenerowano
Wyświetl plik

@ -50,7 +50,7 @@
"pino": "^8.16.0",
"pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2",
"playwright": "^1.38.1",
"playwright": "^1.39.0",
"process": "^0.11.10",
"process-warning": "^2.0.0",
"proxy-addr": "^2.0.7",
@ -3637,11 +3637,11 @@
}
},
"node_modules/playwright": {
"version": "1.38.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.38.1.tgz",
"integrity": "sha512-oRMSJmZrOu1FP5iu3UrCx8JEFRIMxLDM0c/3o4bpzU5Tz97BypefWf7TuTNPWeCe279TPal5RtPPZ+9lW/Qkow==",
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.39.0.tgz",
"integrity": "sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==",
"dependencies": {
"playwright-core": "1.38.1"
"playwright-core": "1.39.0"
},
"bin": {
"playwright": "cli.js"
@ -3654,9 +3654,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.38.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.1.tgz",
"integrity": "sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==",
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz",
"integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==",
"bin": {
"playwright-core": "cli.js"
},

Wyświetl plik

@ -53,7 +53,7 @@
"pino": "^8.16.0",
"pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2",
"playwright": "^1.38.1",
"playwright": "^1.39.0",
"process": "^0.11.10",
"process-warning": "^2.0.0",
"proxy-addr": "^2.0.7",