From ff3688e79d1f4edc065b937ae25ae60122574271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:52:55 +0000 Subject: [PATCH] Bump adapt-authoring-mailer from 1.4.1 to 1.6.0 Bumps [adapt-authoring-mailer](https://github.com/adapt-security/adapt-authoring-mailer) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/adapt-security/adapt-authoring-mailer/releases) - [Commits](https://github.com/adapt-security/adapt-authoring-mailer/compare/v1.4.1...v1.6.0) --- updated-dependencies: - dependency-name: adapt-authoring-mailer dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e05d8c967..0b49d0d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "adapt-authoring-authored": "1.4.1", "adapt-authoring-jsonschema": "1.6.0", "adapt-authoring-langpack-en": "2.0.1", - "adapt-authoring-mailer": "1.4.1", + "adapt-authoring-mailer": "1.6.0", "adapt-authoring-middleware": "1.5.1", "adapt-authoring-migrations": "2.0.0", "adapt-authoring-mongodb": "3.3.2", @@ -3905,12 +3905,13 @@ "license": "GPL-3.0" }, "node_modules/adapt-authoring-mailer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/adapt-authoring-mailer/-/adapt-authoring-mailer-1.4.1.tgz", - "integrity": "sha512-swCyci6hChHlBwZVmppa0p08hdR6j9scUGDgnf7z19SpjwDQD1PBna/+k5UY8MkYFbH5piWbnr9Xp8CkZAfBJg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/adapt-authoring-mailer/-/adapt-authoring-mailer-1.6.0.tgz", + "integrity": "sha512-Ko/8XWWJiyi3USo1LCPlrbCr/Z3PZ8AMvVFKywRLjFKKJd+4wAmTR53XnqCFfh78Qe7esTs7RGzYsJt/v5RcKg==", "license": "GPL-3.0", "dependencies": { "adapt-authoring-core": "^3.0.0", + "mustache": "^4.2.0", "nodemailer": "^8.0.1" }, "peerDependencies": { @@ -11351,6 +11352,15 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "license": "MIT" }, + "node_modules/mustache": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", + "license": "MIT", + "bin": { + "mustache": "bin/mustache" + } + }, "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", diff --git a/package.json b/package.json index fb900f836..4585cb44f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "adapt-authoring-authored": "1.4.1", "adapt-authoring-jsonschema": "1.6.0", "adapt-authoring-langpack-en": "2.0.1", - "adapt-authoring-mailer": "1.4.1", + "adapt-authoring-mailer": "1.6.0", "adapt-authoring-middleware": "1.5.1", "adapt-authoring-migrations": "2.0.0", "adapt-authoring-mongodb": "3.3.2",