From 711103e65da8156e2b383a232d21cad8e91c64e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:42:16 +0000 Subject: [PATCH] chore(deps): bump puppeteer from 20.9.0 to 21.0.1 Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.9.0 to 21.0.1. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.9.0...puppeteer-v21.0.1) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 54 ++++++++++++++++++-------------------------------- 2 files changed, 20 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 5c32b7e68e..78de9c708c 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "colors": "1.4.0", "finalhandler": "^1.2.0", "marked": "^4.3.0", - "puppeteer": "^20.9.0", + "puppeteer": "^21.0.1", "sade": "^1.8.1", "serve-static": "^1.15.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4002cecb0a..9b1885c4c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,8 +11,8 @@ dependencies: specifier: ^4.3.0 version: 4.3.0 puppeteer: - specifier: ^20.9.0 - version: 20.9.0(typescript@5.1.6) + specifier: ^21.0.1 + version: 21.0.1 sade: specifier: ^1.8.1 version: 1.8.1 @@ -312,22 +312,16 @@ packages: tslib: 2.6.0 dev: true - /@puppeteer/browsers@1.4.6(typescript@5.1.6): - resolution: {integrity: sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==} + /@puppeteer/browsers@1.5.0: + resolution: {integrity: sha512-za318PweGINh5LnHSph7C4xhs0tmRjCD8EPpzcKlw4nzSPhnULj+LTG3+TGefZvW1ti5gjw2JkdQvQsivBeZlg==} engines: {node: '>=16.3.0'} hasBin: true - peerDependencies: - typescript: '>= 4.7.4' - peerDependenciesMeta: - typescript: - optional: true dependencies: debug: 4.3.4 extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.3.0 tar-fs: 3.0.4 - typescript: 5.1.6 unbzip2-stream: 1.4.3 yargs: 17.7.1 transitivePeerDependencies: @@ -903,13 +897,13 @@ packages: fsevents: 2.3.2 dev: true - /chromium-bidi@0.4.16(devtools-protocol@0.0.1147663): - resolution: {integrity: sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA==} + /chromium-bidi@0.4.20(devtools-protocol@0.0.1147663): + resolution: {integrity: sha512-ruHgVZFEv00mAQMz1tQjfjdG63jiPWrQPF6HLlX2ucqLqVTJoWngeBEKHaJ6n1swV/HSvgnBNbtTRIlcVyW3Fw==} peerDependencies: devtools-protocol: '*' dependencies: devtools-protocol: 0.0.1147663 - mitt: 3.0.0 + mitt: 3.0.1 dev: false /clean-css@4.2.3: @@ -2816,8 +2810,8 @@ packages: engines: {node: '>=16 || 14 >=14.17'} dev: true - /mitt@3.0.0: - resolution: {integrity: sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==} + /mitt@3.0.1: + resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} dev: false /mkdirp-classic@0.5.3: @@ -3202,21 +3196,15 @@ packages: engines: {node: '>=6'} dev: true - /puppeteer-core@20.9.0(typescript@5.1.6): - resolution: {integrity: sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==} + /puppeteer-core@21.0.1: + resolution: {integrity: sha512-E8eWLGhaZZpa7dYe/58qGX7SLb4mTg42NP5M7B+ibPrncgNjTOQa9x1sFIlTn1chF/BmoZqOcMIvwuxcb/9XzQ==} engines: {node: '>=16.3.0'} - peerDependencies: - typescript: '>= 4.7.4' - peerDependenciesMeta: - typescript: - optional: true dependencies: - '@puppeteer/browsers': 1.4.6(typescript@5.1.6) - chromium-bidi: 0.4.16(devtools-protocol@0.0.1147663) + '@puppeteer/browsers': 1.5.0 + chromium-bidi: 0.4.20(devtools-protocol@0.0.1147663) cross-fetch: 4.0.0 debug: 4.3.4 devtools-protocol: 0.0.1147663 - typescript: 5.1.6 ws: 8.13.0 transitivePeerDependencies: - bufferutil @@ -3225,19 +3213,18 @@ packages: - utf-8-validate dev: false - /puppeteer@20.9.0(typescript@5.1.6): - resolution: {integrity: sha512-kAglT4VZ9fWEGg3oLc4/de+JcONuEJhlh3J6f5R1TLkrY/EHHIHxWXDOzXvaxQCtedmyVXBwg8M+P8YCO/wZjw==} + /puppeteer@21.0.1: + resolution: {integrity: sha512-KTjmSdPZ6bMkq3EbAzAUhcB3gMDXvdwd6912rxG9hNtjwRJzHSA568vh6vIbO2WQeNmozRdt1LtiUMLSWfeMrg==} engines: {node: '>=16.3.0'} requiresBuild: true dependencies: - '@puppeteer/browsers': 1.4.6(typescript@5.1.6) + '@puppeteer/browsers': 1.5.0 cosmiconfig: 8.2.0 - puppeteer-core: 20.9.0(typescript@5.1.6) + puppeteer-core: 21.0.1 transitivePeerDependencies: - bufferutil - encoding - supports-color - - typescript - utf-8-validate dev: false @@ -3795,7 +3782,7 @@ packages: engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@pkgr/utils': 2.4.2 - tslib: 2.5.3 + tslib: 2.6.0 dev: true /tar-fs@3.0.4: @@ -3875,10 +3862,6 @@ packages: strip-bom: 3.0.0 dev: true - /tslib@2.5.3: - resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} - dev: true - /tslib@2.6.0: resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} @@ -3925,6 +3908,7 @@ packages: resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} engines: {node: '>=14.17'} hasBin: true + dev: true /ua-parser-js@0.7.30: resolution: {integrity: sha512-uXEtSresNUlXQ1QL4/3dQORcGv7+J2ookOG2ybA/ga9+HYEXueT2o+8dUJQkpedsyTyCJ6jCCirRcKtdtx1kbg==}