chore: update dependencies (#8771)

* chore: update dependencies
This commit is contained in:
jrandolf
2022-08-11 07:55:02 +02:00
committed by GitHub
parent d6a88a9768
commit b4176029d9
14 changed files with 505 additions and 2689 deletions

View File

@@ -7,5 +7,6 @@ sidebar_label: launch
**Signature:**
```typescript
launch: (options?: import("./types.js").PuppeteerLaunchOptions) => Promise<import("./types.js").Browser>
launch: (options?: import('./types.js').PuppeteerLaunchOptions) =>
Promise<import('./types.js').Browser>;
```