fork of hey-api/openapi-ts because I need some additional things

Merge pull request #228 from hey-api/chore/revert-pupateer

chore(deps): revert to older version of puppeteer

authored by

Jordan Shatford and committed by
GitHub
e0c794ad 76f0f5eb

+11 -11
+1 -1
packages/openapi-ts/package.json
··· 100 100 "glob": "10.3.12", 101 101 "node-fetch": "3.3.2", 102 102 "prettier": "3.2.5", 103 - "puppeteer": "22.6.2", 103 + "puppeteer": "22.6.1", 104 104 "rimraf": "5.0.5", 105 105 "rollup": "4.13.2", 106 106 "rollup-plugin-dts": "6.1.0",
+10 -10
pnpm-lock.yaml
··· 130 130 specifier: 3.2.5 131 131 version: 3.2.5 132 132 puppeteer: 133 - specifier: 22.6.2 134 - version: 22.6.2(typescript@5.4.3) 133 + specifier: 22.6.1 134 + version: 22.6.1(typescript@5.4.3) 135 135 rimraf: 136 136 specifier: 5.0.5 137 137 version: 5.0.5 ··· 4419 4419 engines: {node: '>=6.0'} 4420 4420 dev: true 4421 4421 4422 - /chromium-bidi@0.5.16(devtools-protocol@0.0.1262051): 4423 - resolution: {integrity: sha512-IT5lnR44h/qZQ4GaCHvBxYIl4cQL2i9UvFyYeRyVdcpY04hx5H720HQfe/7Oz7ndxaYVLQFGpCO71J4X2Ye/Gw==} 4422 + /chromium-bidi@0.5.14(devtools-protocol@0.0.1262051): 4423 + resolution: {integrity: sha512-zm4mX61/U4KXs+S/0WIBHpOWqtpW6FPv1i7n4UZqDDc5LOQ9/Y1MAnB95nO7i/lFFuijLjpe1XMdNcqDqwlH5w==} 4424 4424 peerDependencies: 4425 4425 devtools-protocol: '*' 4426 4426 dependencies: ··· 8178 8178 engines: {node: '>=6'} 8179 8179 dev: true 8180 8180 8181 - /puppeteer-core@22.6.2: 8182 - resolution: {integrity: sha512-Sws/9V2/7nFrn3MSsRPHn1pXJMIFn6FWHhoMFMUBXQwVvcBstRIa9yW8sFfxePzb56W1xNfSYzPRnyAd0+qRVQ==} 8181 + /puppeteer-core@22.6.1: 8182 + resolution: {integrity: sha512-rShSd0xtyDSEJYys5nnzQnnwtrafQWg/lWCppyjZIIbYadWP8B1u0XJD/Oe+Xgw8v1hLHX0loNoA0ItRmNLnBg==} 8183 8183 engines: {node: '>=18'} 8184 8184 dependencies: 8185 8185 '@puppeteer/browsers': 2.2.0 8186 - chromium-bidi: 0.5.16(devtools-protocol@0.0.1262051) 8186 + chromium-bidi: 0.5.14(devtools-protocol@0.0.1262051) 8187 8187 debug: 4.3.4 8188 8188 devtools-protocol: 0.0.1262051 8189 8189 ws: 8.16.0 ··· 8193 8193 - utf-8-validate 8194 8194 dev: true 8195 8195 8196 - /puppeteer@22.6.2(typescript@5.4.3): 8197 - resolution: {integrity: sha512-3GMAJ9adPUSdIHGuYV1b1RqRB6D2UScjnq779uZsvpAP6HOWw2+9ezZiUZaAXVST+Ku7KWsxOjkctEvRasJClA==} 8196 + /puppeteer@22.6.1(typescript@5.4.3): 8197 + resolution: {integrity: sha512-736QHNKtPD4tPeFbIn73E4l0CWsLzvRFlm0JsLG/VsyM8Eh0FRFNmMp+M3+GSMwdmYxqOVpTgzB6VQDxWxu8xQ==} 8198 8198 engines: {node: '>=18'} 8199 8199 hasBin: true 8200 8200 requiresBuild: true ··· 8202 8202 '@puppeteer/browsers': 2.2.0 8203 8203 cosmiconfig: 9.0.0(typescript@5.4.3) 8204 8204 devtools-protocol: 0.0.1262051 8205 - puppeteer-core: 22.6.2 8205 + puppeteer-core: 22.6.1 8206 8206 transitivePeerDependencies: 8207 8207 - bufferutil 8208 8208 - supports-color