mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(chromium): roll to Chromium 101.0.4950.0 (r982053) (#8213)
Co-authored-by: Ergün Erdoğmuş <ergunsh@chromium.org>
This commit is contained in:
parent
ed4afe81a5
commit
ec74bd811d
@ -67,7 +67,7 @@
|
||||
"dependencies": {
|
||||
"cross-fetch": "3.1.5",
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.969999",
|
||||
"devtools-protocol": "0.0.981744",
|
||||
"extract-zip": "2.0.1",
|
||||
"https-proxy-agent": "5.0.0",
|
||||
"pkg-dir": "4.2.0",
|
||||
|
@ -20,6 +20,6 @@ type Revisions = Readonly<{
|
||||
}>;
|
||||
|
||||
export const PUPPETEER_REVISIONS: Revisions = {
|
||||
chromium: '970485',
|
||||
chromium: '982053',
|
||||
firefox: 'latest',
|
||||
};
|
||||
|
@ -17,6 +17,7 @@
|
||||
const versionsPerRelease = new Map([
|
||||
// This is a mapping from Chromium version => Puppeteer version.
|
||||
// In Chromium roll patches, use 'NEXT' for the Puppeteer version.
|
||||
['101.0.4950.0', 'NEXT'],
|
||||
['100.0.4889.0', 'v13.5.0'],
|
||||
['99.0.4844.16', 'v13.2.0'],
|
||||
['98.0.4758.0', 'v13.1.0'],
|
||||
|
Loading…
Reference in New Issue
Block a user