diff --git a/print/package-lock.json b/print/package-lock.json index ef9caddc11..c809211230 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -16,7 +16,7 @@ "hal-json-vuex": "3.0.0-alpha.1", "isomorphic-dompurify": "2.14.0", "lodash": "4.17.21", - "puppeteer-core": "22.15.0", + "puppeteer-core": "23.0.2", "runes": "0.4.3", "vuex": "4.1.0" }, @@ -6823,9 +6823,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.3.tgz", - "integrity": "sha512-qXlsCmpCZJAnoTYI83Iu6EdYQpMYdVkCfq08KDh2pmlVqK5t5IA9mGs4/LwCwp4fqisSOMXZxP3HIh8w8aRn0A==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.4.tgz", + "integrity": "sha512-8zoq6ogmhQQkAKZVKO2ObFTl4uOkqoX1PlKQX3hZQ5E9cbUotcAb7h4pTNVAGGv8Z36PF3CtdOriEp/Rz82JqQ==", "license": "Apache-2.0", "dependencies": { "mitt": "3.0.1", @@ -14251,13 +14251,13 @@ } }, "node_modules/puppeteer-core": { - "version": "22.15.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.15.0.tgz", - "integrity": "sha512-cHArnywCiAAVXa3t4GGL2vttNxh7GqXtIYGym99egkNJ3oG//wL9LkvO4WE8W1TJe95t1F1ocu9X4xWaGsOKOA==", + "version": "23.0.2", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.0.2.tgz", + "integrity": "sha512-MvOHn+g1TYkAR2oVd/bf/YWXKqFTJmkhyyurYgxkrjh8rBOL1ZH5VyOsLJi0bLO7/yoipAmk1gFZEx9HUJnaoA==", "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.3.0", - "chromium-bidi": "0.6.3", + "chromium-bidi": "0.6.4", "debug": "^4.3.6", "devtools-protocol": "0.0.1312386", "ws": "^8.18.0" diff --git a/print/package.json b/print/package.json index 44f96425e4..04f5ef3ea9 100644 --- a/print/package.json +++ b/print/package.json @@ -25,7 +25,7 @@ "hal-json-vuex": "3.0.0-alpha.1", "isomorphic-dompurify": "2.14.0", "lodash": "4.17.21", - "puppeteer-core": "22.15.0", + "puppeteer-core": "23.0.2", "runes": "0.4.3", "vuex": "4.1.0" },