a post-component library for building user-interfaces on the web.

chore(deps): update dependency puppeteer to v24.16.0 (#164)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
a2c51d94 e5e8997a

+12 -6
+12 -6
package-lock.json
··· 1293 1293 "license": "MIT" 1294 1294 }, 1295 1295 "node_modules/devtools-protocol": { 1296 - "version": "0.0.1464554", 1296 + "version": "0.0.1475386", 1297 + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1475386.tgz", 1298 + "integrity": "sha512-RQ809ykTfJ+dgj9bftdeL2vRVxASAuGU+I9LEx9Ij5TXU5HrgAQVmzi72VA+mkzscE12uzlRv5/tWWv9R9J1SA==", 1297 1299 "dev": true, 1298 1300 "license": "BSD-3-Clause" 1299 1301 }, ··· 1985 1987 } 1986 1988 }, 1987 1989 "node_modules/puppeteer": { 1988 - "version": "24.15.0", 1990 + "version": "24.16.0", 1991 + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.16.0.tgz", 1992 + "integrity": "sha512-5qxFGOpdAzYexoPwKPEF4L/IYKYOFE1MxWsqcp7K33HySM8N8S/yZwSQCaV0rzmJsTLX5LxU4zt65+ceNiVDgQ==", 1989 1993 "dev": true, 1990 1994 "hasInstallScript": true, 1991 1995 "license": "Apache-2.0", ··· 1993 1997 "@puppeteer/browsers": "2.10.6", 1994 1998 "chromium-bidi": "7.2.0", 1995 1999 "cosmiconfig": "^9.0.0", 1996 - "devtools-protocol": "0.0.1464554", 1997 - "puppeteer-core": "24.15.0", 2000 + "devtools-protocol": "0.0.1475386", 2001 + "puppeteer-core": "24.16.0", 1998 2002 "typed-query-selector": "^2.12.0" 1999 2003 }, 2000 2004 "bin": { ··· 2005 2009 } 2006 2010 }, 2007 2011 "node_modules/puppeteer-core": { 2008 - "version": "24.15.0", 2012 + "version": "24.16.0", 2013 + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.16.0.tgz", 2014 + "integrity": "sha512-tZ0tJiOYaDGTRzzr2giDpf8O/55JsoqkrafS1Xu4H6S8oP4eeL6RbZzY9OzjShSf5EQvx/zAc55QKpDqzXos/Q==", 2009 2015 "dev": true, 2010 2016 "license": "Apache-2.0", 2011 2017 "dependencies": { 2012 2018 "@puppeteer/browsers": "2.10.6", 2013 2019 "chromium-bidi": "7.2.0", 2014 2020 "debug": "^4.4.1", 2015 - "devtools-protocol": "0.0.1464554", 2021 + "devtools-protocol": "0.0.1475386", 2016 2022 "typed-query-selector": "^2.12.0", 2017 2023 "ws": "^8.18.3" 2018 2024 },