diff --git a/package-lock.json b/package-lock.json index dabffd37..77ceedef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "@vitest/coverage-v8": "4.1.8", "@webcomponents/template-shadowroot": "0.2.1", "alex": "11.0.1", - "astro": "^6.4.4", + "astro": "^6.4.8", "astro-vtbot": "2.1.12", "baseline-browser-mapping": "2.10.34", "canvas-confetti": "1.9.4", @@ -124,7 +124,7 @@ "mjml": "5.3.0", "nanostores": "1.3.0", "node-html-parser": "7.1.0", - "nodemailer": "8.0.10", + "nodemailer": "9.0.1", "npm": "11.16.0", "nunjucks": "3.2.4", "pdf-lib": "1.17.1", @@ -186,7 +186,7 @@ "unist-util-inspect": "8.1.0", "unist-util-is": "6.0.1", "unist-util-visit": "5.1.0", - "uuid": "14.0.0", + "uuid": "14.0.1", "vercel": "54.9.1", "vite": "7.3.5", "vite-plugin-pwa": "1.3.0", @@ -15502,9 +15502,9 @@ } }, "node_modules/astro": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", - "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", + "version": "6.4.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.8.tgz", + "integrity": "sha512-KK5lX90uU9EeVaTjINyj3sy9/NFXVa59aowaqbWBDDKLXZh4rr7GwIaCFYVetE22MJtsCNFerQXn0vlCLmpP/Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", @@ -18576,9 +18576,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", - "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -28377,9 +28377,9 @@ } }, "node_modules/nodemailer": { - "version": "8.0.10", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.10.tgz", - "integrity": "sha512-BLFuSth7QtHOkBzyqTehWWyub0NTRDuK2Q2SQfnGLsrJnzyU+Yeh4WpV1eZGuARFj1xQJHIdnTuJZLP+b9R1GQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.1.tgz", + "integrity": "sha512-Gwv8SQewT616ZM/URn0H54b8PWo/Wum7md3EW2aWy1lO27+WZCX+Xyak3J+NlmHUjDh5ME+uesJUDRbR3Ye8Bw==", "license": "MIT-0", "engines": { "node": ">=6.0.0" @@ -39715,9 +39715,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 665795fb..c81aa1b7 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "@vitest/coverage-v8": "4.1.8", "@webcomponents/template-shadowroot": "0.2.1", "alex": "11.0.1", - "astro": "^6.4.4", + "astro": "^6.4.8", "astro-vtbot": "2.1.12", "baseline-browser-mapping": "2.10.34", "canvas-confetti": "1.9.4", @@ -185,7 +185,7 @@ "mjml": "5.3.0", "nanostores": "1.3.0", "node-html-parser": "7.1.0", - "nodemailer": "8.0.10", + "nodemailer": "9.0.1", "npm": "11.16.0", "nunjucks": "3.2.4", "pdf-lib": "1.17.1", @@ -247,7 +247,7 @@ "unist-util-inspect": "8.1.0", "unist-util-is": "6.0.1", "unist-util-visit": "5.1.0", - "uuid": "14.0.0", + "uuid": "14.0.1", "vercel": "54.9.1", "vite": "7.3.5", "vite-plugin-pwa": "1.3.0",