Bump playwright from 1.37.1 to 1.38.0

Bumps [playwright](https://github.com/Microsoft/playwright) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.37.1...v1.38.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/57/head
dependabot[bot] 2023-09-16 16:41:23 +00:00 zatwierdzone przez GitHub
rodzic 7f02b3aa03
commit f50038a3f1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 12 dodań i 10 usunięć

20
package-lock.json wygenerowano
Wyświetl plik

@ -50,7 +50,7 @@
"pino": "^8.15.1",
"pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2",
"playwright": "^1.37.1",
"playwright": "^1.38.0",
"process": "^0.11.10",
"process-warning": "^2.0.0",
"proxy-addr": "^2.0.7",
@ -3634,24 +3634,26 @@
}
},
"node_modules/playwright": {
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.37.1.tgz",
"integrity": "sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==",
"hasInstallScript": true,
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.38.0.tgz",
"integrity": "sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==",
"dependencies": {
"playwright-core": "1.37.1"
"playwright-core": "1.38.0"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=16"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/playwright-core": {
"version": "1.37.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.37.1.tgz",
"integrity": "sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==",
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.0.tgz",
"integrity": "sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==",
"bin": {
"playwright-core": "cli.js"
},

Wyświetl plik

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