Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub a089f05edd build(deps): bump posthog-node in /apps/OpenSignServer
Bumps [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node) from 5.17.2 to 5.18.0.
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.18.0/packages/node)

---
updated-dependencies:
- dependency-name: posthog-node
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-07 09:43:31 +00:00
9 changed files with 12 additions and 12 deletions
@@ -524,7 +524,7 @@
"email-body": "E-Mail-Inhalt",
"email-placeholder": "E-Mail-Text eingeben",
"reset-to-default": "Auf Standard zurücksetzen",
"customize-email": "E-Mail anpassen",
"cutomize-email": "E-Mail anpassen",
"upgrade-to-customize-email": "Upgrade, um E-Mails anzupassen",
"sign-url": "Signatur-URL",
"mails-sent": "E-Mails gesendet",
@@ -525,7 +525,7 @@
"email-body": "email body",
"email-placeholder": "add body of email",
"reset-to-default": "Reset to default",
"customize-email": "Customize email",
"cutomize-email": "Cutomize email",
"upgrade-to-customize-email": "Upgrade to customize Email",
"sign-url": "Sign url",
"mails-sent": "Mails Sent",
@@ -525,7 +525,7 @@
"email-body": "cuerpo del correo",
"email-placeholder": "agregar cuerpo del correo",
"reset-to-default": "Restablecer a por defecto",
"customize-email": "Personalizar correo",
"cutomize-email": "Personalizar correo",
"upgrade-to-customize-email": "Mejora para personalizar el correo",
"sign-url": "URL de firma",
"mails-sent": "Correos enviados",
@@ -524,7 +524,7 @@
"email-body": "corps de l'e-mail",
"email-placeholder": "Ajouter le corps de l'e-mail",
"reset-to-default": "Réinitialiser aux valeurs par défaut",
"customize-email": "Personnaliser l'e-mail",
"cutomize-email": "Personnaliser l'e-mail",
"upgrade-to-customize-email": "Mise à niveau pour personnaliser l'e-mail",
"sign-url": "Signer l'URL",
"mails-sent": "Mails envoyés avec succès !",
@@ -524,7 +524,7 @@
"email-body": "ईमेल मुख्य भाग",
"email-placeholder": "ईमेल का मुख्य भाग जोड़ें",
"reset-to-default": "डिफ़ॉल्ट पर रीसेट करें",
"customize-email": "ईमेल अनुकूलित करें",
"cutomize-email": "ईमेल अनुकूलित करें",
"upgrade-to-customize-email": "ईमेल अनुकूलित करने के लिए अपग्रेड करें",
"sign-url": "यूआरएल पर हस्ताक्षर करें",
"mails-sent": "मेल भेजे गए",
@@ -524,7 +524,7 @@
"email-body": "Corpo email",
"email-placeholder": "aggiungi corpo dell'email",
"reset-to-default": "Reimposta predefinita",
"customize-email": "Personalizza Email",
"cutomize-email": "Personalizza Email",
"upgrade-to-customize-email": "Aggiorna per personalizzare l'Email",
"sign-url": "URL Firma",
"mails-sent": "Mail inviate",
@@ -132,7 +132,7 @@ function CustomizeMail(props) {
className="op-link op-link-accent text-sm"
onClick={() => setIsCustomize(true)}
>
{t("customize-email")}
{t("cutomize-email")}
</span>
)
}
+4 -4
View File
@@ -42,7 +42,7 @@
"parse-server": "^8.6.2",
"parse-server-api-mail-adapter": "^5.0.2",
"pdf-lib": "^1.17.1",
"posthog-node": "^5.18.1",
"posthog-node": "^5.19.0",
"qrcode": "^1.5.4",
"rate-limiter-flexible": "^9.0.1",
"sharp": "^0.34.5",
@@ -12221,9 +12221,9 @@
}
},
"node_modules/posthog-node": {
"version": "5.18.1",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.18.1.tgz",
"integrity": "sha512-Hi7cRqAlvuEitdiurXJFdMip+BxcwYoX66at5RErMVP91V+Ph9BspGiawC3mJx/4znjwUjF29kAhf8oZQ2uJ5Q==",
"version": "5.19.0",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.19.0.tgz",
"integrity": "sha512-5Nx+/b1JbAy6TaCENuO+mLFfZIXyYavae+D6FABd52gzkGryRkRTsKi+WLlILI5shSCAMWs5gxzGAZ3nOC0gFA==",
"license": "MIT",
"dependencies": {
"@posthog/core": "1.9.0"
+1 -1
View File
@@ -51,7 +51,7 @@
"parse-server": "^8.6.2",
"parse-server-api-mail-adapter": "^5.0.2",
"pdf-lib": "^1.17.1",
"posthog-node": "^5.18.1",
"posthog-node": "^5.19.0",
"qrcode": "^1.5.4",
"rate-limiter-flexible": "^9.0.1",
"sharp": "^0.34.5",