1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Update puppeteer to 22.9.0

This commit is contained in:
Calixte Denizet 2024-05-20 22:01:59 +02:00
parent db7e68aea8
commit 9dcaff230c
2 changed files with 20 additions and 20 deletions

38
package-lock.json generated
View file

@ -51,7 +51,7 @@
"postcss-discard-comments": "^7.0.0",
"postcss-nesting": "^12.1.4",
"prettier": "^3.2.5",
"puppeteer": "^22.8.1",
"puppeteer": "^22.9.0",
"streamqueue": "^1.1.2",
"stylelint": "^16.5.0",
"stylelint-prettier": "^5.0.0",
@ -5440,9 +5440,9 @@
}
},
"node_modules/devtools-protocol": {
"version": "0.0.1273771",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1273771.tgz",
"integrity": "sha512-QDbb27xcTVReQQW/GHJsdQqGKwYBE7re7gxehj467kKP2DKuYBUj6i2k5LRiAC66J1yZG/9gsxooz/s9pcm0Og==",
"version": "0.0.1286932",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1286932.tgz",
"integrity": "sha512-wu58HMQll9voDjR4NlPyoDEw1syfzaBNHymMMZ/QOXiHRNluOnDgu9hp1yHOKYoMlxCh4lSSiugLITe6Fvu1eA==",
"dev": true
},
"node_modules/diagnostics": {
@ -14011,7 +14011,7 @@
},
"node_modules/npm/node_modules/lodash._baseindexof": {
"version": "3.1.0",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT"
},
@ -14027,19 +14027,19 @@
},
"node_modules/npm/node_modules/lodash._bindcallback": {
"version": "3.0.1",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/lodash._cacheindexof": {
"version": "3.0.2",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/lodash._createcache": {
"version": "3.1.2",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
@ -14054,7 +14054,7 @@
},
"node_modules/npm/node_modules/lodash._getnative": {
"version": "3.9.1",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT"
},
@ -14072,7 +14072,7 @@
},
"node_modules/npm/node_modules/lodash.restparam": {
"version": "3.6.1",
"dev": true,
"extraneous": true,
"inBundle": true,
"license": "MIT"
},
@ -17658,16 +17658,16 @@
}
},
"node_modules/puppeteer": {
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.8.1.tgz",
"integrity": "sha512-CFgPSKV+iydjO/8/hJVj251Hqp2PLcIa70j6H7sYqkwM8YJ+D3CA74Ufuj+yKtvDIntQPB/nLw4EHrHPcHOPjw==",
"version": "22.9.0",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.9.0.tgz",
"integrity": "sha512-yNux2cm6Sfik4lNLNjJ25Cdn9spJRbMXxl1YZtVZCEhEeej1sFlCvZ/Cr64LhgyJOuvz3iq2uk+RLFpQpGwrjw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"cosmiconfig": "9.0.0",
"devtools-protocol": "0.0.1273771",
"puppeteer-core": "22.8.1"
"devtools-protocol": "0.0.1286932",
"puppeteer-core": "22.9.0"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
@ -17677,15 +17677,15 @@
}
},
"node_modules/puppeteer-core": {
"version": "22.8.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.8.1.tgz",
"integrity": "sha512-m1F6ZSTw1xrJ6xD4B+HonkSNVQmMrRMaqca/ivRcZYJ6jqzOnfEh3QgO9HpNPj6heiAZ2+4IPAU3jdZaTIDnSA==",
"version": "22.9.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.9.0.tgz",
"integrity": "sha512-Q2SYVZ1SIE7jCd/Pp+1/mNLFtdJfGvAF+CqOTDG8HcCNCiBvoXfopXfOfMHQ/FueXhGfJW/I6DartWv6QzpNGg==",
"dev": true,
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"chromium-bidi": "0.5.19",
"debug": "4.3.4",
"devtools-protocol": "0.0.1273771",
"devtools-protocol": "0.0.1286932",
"ws": "8.17.0"
},
"engines": {

View file

@ -45,7 +45,7 @@
"postcss-discard-comments": "^7.0.0",
"postcss-nesting": "^12.1.4",
"prettier": "^3.2.5",
"puppeteer": "^22.8.1",
"puppeteer": "^22.9.0",
"streamqueue": "^1.1.2",
"stylelint": "^16.5.0",
"stylelint-prettier": "^5.0.0",