diff --git a/package-lock.json b/package-lock.json index 1750488d5..10ac5a5ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "next-themes": "^0.4.6", "nodemailer": "^9.0.1", "pg": "^8.23.0", - "puppeteer": "^25.8.0", + "puppeteer": "^25.9.0", "qrcode": "^1.5.4", "react": "^19.2.8", "react-dom": "^19.2.8", @@ -90,6 +90,9 @@ "postcss": "^8.5.26", "tailwindcss": "^4.3.0", "typescript": "^5.3.3" + }, + "engines": { + "node": ">=20" } }, "node_modules/@adobe/css-tools": { @@ -16978,9 +16981,9 @@ } }, "node_modules/puppeteer": { - "version": "25.8.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.8.0.tgz", - "integrity": "sha512-3gcUJ+Jfodb5zNa/lWLZukBUwYiRIwAc8WRICoqfi+ZYmNWqpsPFyanTU3Gw/lhgII9aotVbAmhT6/NKHWgyUA==", + "version": "25.9.0", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-25.9.0.tgz", + "integrity": "sha512-2JqQszD2pyDTpIvBH1ZCXdrHgENVNdJIeOM6asbwHRgWknFiaLd1gNB91w/B/0hQHNpafkpxa90lPpBaJM87Hw==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -16988,7 +16991,7 @@ "chromium-bidi": "17.0.2", "devtools-protocol": "0.0.1666840", "lilconfig": "^3.1.3", - "puppeteer-core": "25.8.0", + "puppeteer-core": "25.9.0", "typed-query-selector": "^2.12.2" }, "bin": { @@ -16999,9 +17002,9 @@ } }, "node_modules/puppeteer-core": { - "version": "25.8.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.8.0.tgz", - "integrity": "sha512-LDOrawV8vfCVk+yLj2ozvajNP4Sv3OV9y3Tpiyy2g2Z+aQlbcozP6KJfI4iSBq7YQER+86ihEtPa5ioiZyWxMQ==", + "version": "25.9.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-25.9.0.tgz", + "integrity": "sha512-U61rCwSMha62CA/Opy6tCx2Fx+ck7ouiKnbpEApzSoLYMoEu9F71nuFpHL55vmIt33/GYm6eKZVhH2ev0nAIeg==", "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "3.2.1", @@ -17009,7 +17012,7 @@ "devtools-protocol": "0.0.1666840", "typed-query-selector": "^2.12.2", "webdriver-bidi-protocol": "0.4.2", - "ws": "^8.21.1" + "ws": "^8.21.3" }, "engines": { "node": ">=22.12.0" @@ -18422,9 +18425,9 @@ } }, "node_modules/string-width": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz", - "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz", + "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==", "license": "MIT", "dependencies": { "get-east-asian-width": "^1.5.0", diff --git a/package.json b/package.json index 93745fa7d..457382a22 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "next-themes": "^0.4.6", "nodemailer": "^9.0.1", "pg": "^8.23.0", - "puppeteer": "^25.8.0", + "puppeteer": "^25.9.0", "qrcode": "^1.5.4", "react": "^19.2.8", "react-dom": "^19.2.8",