diff --git a/graph-visualization/package-lock.json b/graph-visualization/package-lock.json index ddea259dc..acf3eff01 100644 --- a/graph-visualization/package-lock.json +++ b/graph-visualization/package-lock.json @@ -12,7 +12,7 @@ "glob": "11.0.3", "jimp": "1.6.0", "neovis.js": "2.1.0", - "puppeteer": "24.20.0" + "puppeteer": "24.22.2" } }, "node_modules/@babel/code-frame": { @@ -701,12 +701,12 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "2.10.9", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.9.tgz", - "integrity": "sha512-kUGHwABarVhvMP+zhW5zvDA7LmGcd4TwrTEBwcTQic5EebUqaK5NjC0UXLJepIFVGsr2N/Z8NJQz2JYGo1ZwxA==", + "version": "2.10.10", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.10.tgz", + "integrity": "sha512-3ZG500+ZeLql8rE0hjfhkycJjDj0pI/btEh3L9IkWUYcOrgP0xCNRq3HbtbqOPbvDhFaAWD88pDFtlLv8ns8gA==", "license": "Apache-2.0", "dependencies": { - "debug": "^4.4.1", + "debug": "^4.4.3", "extract-zip": "^2.0.1", "progress": "^2.0.3", "proxy-agent": "^6.5.0", @@ -1060,9 +1060,9 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "license": "MIT", "dependencies": { "ms": "^2.1.3" @@ -2159,17 +2159,17 @@ } }, "node_modules/puppeteer": { - "version": "24.20.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.20.0.tgz", - "integrity": "sha512-iLnLV9oHKKAujmxiSxRWKfcT1q2COu0g1N9iU2TCp1MlmsyjgNAkcBOR3cAOqKb5UTiVPIGG4z5PO5yfpYZ6jA==", + "version": "24.22.2", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-24.22.2.tgz", + "integrity": "sha512-tsjIR24nAp/LfEhnBLw11yc0LxzwmB67obPrgqpDZxhub4i5nHxn9pKezcm46d583gdhotSETSA3q3Hbj+ZdNQ==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.10.9", + "@puppeteer/browsers": "2.10.10", "chromium-bidi": "8.0.0", "cosmiconfig": "^9.0.0", "devtools-protocol": "0.0.1495869", - "puppeteer-core": "24.20.0", + "puppeteer-core": "24.22.2", "typed-query-selector": "^2.12.0" }, "bin": { @@ -2180,17 +2180,17 @@ } }, "node_modules/puppeteer-core": { - "version": "24.20.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.20.0.tgz", - "integrity": "sha512-n0y/f8EYyZt4yEJkjP3Vrqf9A4qa3uYpKYdsiedIY4bxIfTw1aAJSpSVPmWBPlr1LO4cNq2hGNIBWKPhvBF68w==", + "version": "24.22.2", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.22.2.tgz", + "integrity": "sha512-J1WBOWE2AU57ntwH8EJe10xlpfdimMjmYDDVHna2iiBn85FemU7H6s46Thn+wb7VKqN+YeyYhSjDNE0+R8phoQ==", "license": "Apache-2.0", "dependencies": { - "@puppeteer/browsers": "2.10.9", + "@puppeteer/browsers": "2.10.10", "chromium-bidi": "8.0.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "devtools-protocol": "0.0.1495869", "typed-query-selector": "^2.12.0", - "webdriver-bidi-protocol": "0.2.8", + "webdriver-bidi-protocol": "0.2.11", "ws": "^8.18.3" }, "engines": { @@ -2642,9 +2642,9 @@ } }, "node_modules/webdriver-bidi-protocol": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.2.8.tgz", - "integrity": "sha512-KPvtVAIX8VHjLZH1KHT5GXoOaPeb0Ju+JlAcdshw6Z/gsmRtLoxt0Hw99PgJwZta7zUQaAUIHHWDRkzrPHsQTQ==", + "version": "0.2.11", + "resolved": "https://registry.npmjs.org/webdriver-bidi-protocol/-/webdriver-bidi-protocol-0.2.11.tgz", + "integrity": "sha512-Y9E1/oi4XMxcR8AT0ZC4OvYntl34SPgwjmELH+owjBr0korAX4jKgZULBWILGCVGdVCQ0dodTToIETozhG8zvA==", "license": "Apache-2.0" }, "node_modules/which": { diff --git a/graph-visualization/package.json b/graph-visualization/package.json index a1f9e5afd..d3624bbeb 100644 --- a/graph-visualization/package.json +++ b/graph-visualization/package.json @@ -13,6 +13,6 @@ "glob": "11.0.3", "jimp": "1.6.0", "neovis.js": "2.1.0", - "puppeteer": "24.20.0" + "puppeteer": "24.22.2" } }