mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(deps): update dependency puppeteer to v14 (#7756)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
"lint-staged": "^12.4.1",
|
||||
"prettier": "^2.6.2",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"puppeteer": "^13.7.0",
|
||||
"puppeteer": "^14.1.1",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.51.0",
|
||||
|
||||
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@@ -59,7 +59,7 @@ importers:
|
||||
normalize-wheel-es: ^1.1.2
|
||||
prettier: ^2.6.2
|
||||
pretty-quick: ^3.1.3
|
||||
puppeteer: ^13.7.0
|
||||
puppeteer: ^14.1.1
|
||||
resize-observer-polyfill: ^1.5.1
|
||||
rimraf: ^3.0.2
|
||||
sass: ^1.51.0
|
||||
@@ -130,7 +130,7 @@ importers:
|
||||
lint-staged: 12.4.1
|
||||
prettier: 2.6.2
|
||||
pretty-quick: 3.1.3_prettier@2.6.2
|
||||
puppeteer: 13.7.0
|
||||
puppeteer: 14.1.1
|
||||
resize-observer-polyfill: 1.5.1
|
||||
rimraf: 3.0.2
|
||||
sass: 1.51.0
|
||||
@@ -5089,8 +5089,8 @@ packages:
|
||||
resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/devtools-protocol/0.0.981744:
|
||||
resolution: {integrity: sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==}
|
||||
/devtools-protocol/0.0.982423:
|
||||
resolution: {integrity: sha512-FnVW2nDbjGNw1uD/JRC+9U5768W7e1TfUwqbDTcSsAu1jXFjITSX8w3rkW5FEpHRMPPGpvNSmO1pOpqByiWscA==}
|
||||
dev: true
|
||||
|
||||
/diff/4.0.2:
|
||||
@@ -9070,14 +9070,14 @@ packages:
|
||||
engines: {node: '>=6'}
|
||||
dev: true
|
||||
|
||||
/puppeteer/13.7.0:
|
||||
resolution: {integrity: sha512-U1uufzBjz3+PkpCxFrWzh4OrMIdIb2ztzCu0YEPfRHjHswcSwHZswnK+WdsOQJsRV8WeTg3jLhJR4D867+fjsA==}
|
||||
engines: {node: '>=10.18.1'}
|
||||
/puppeteer/14.1.1:
|
||||
resolution: {integrity: sha512-4dC6GYR5YlXTmNO3TbYEHTdVSdml1cVD2Ok/h/f/xSTp4ITVdbRWkMjiOaEKRAhtIl6GqaP7B89zx+hfhcNGMQ==}
|
||||
engines: {node: '>=14.1.0'}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
cross-fetch: 3.1.5
|
||||
debug: 4.3.4
|
||||
devtools-protocol: 0.0.981744
|
||||
devtools-protocol: 0.0.982423
|
||||
extract-zip: 2.0.1
|
||||
https-proxy-agent: 5.0.1
|
||||
pkg-dir: 4.2.0
|
||||
@@ -9086,7 +9086,7 @@ packages:
|
||||
rimraf: 3.0.2
|
||||
tar-fs: 2.1.1
|
||||
unbzip2-stream: 1.4.3
|
||||
ws: 8.5.0
|
||||
ws: 8.6.0
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- encoding
|
||||
@@ -11618,8 +11618,8 @@ packages:
|
||||
optional: true
|
||||
dev: true
|
||||
|
||||
/ws/8.5.0:
|
||||
resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==}
|
||||
/ws/8.6.0:
|
||||
resolution: {integrity: sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
bufferutil: ^4.0.1
|
||||
|
||||
Reference in New Issue
Block a user