Merge pull request #96 from harvard-lil/0598dependabot/npm_and_yarn/dependabot/playwright-1.39.0

Bump playwright from 1.38.1 to 1.39.0
pull/93/head
Matteo Cargnelutti 2023-10-12 10:52:12 -04:00 zatwierdzone przez GitHub
commit 1c65599eff
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",