From d74e107b1f110aad4392eef0f6f9f78c8bf44433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:39:13 +0000 Subject: [PATCH] build(deps): bump docxtemplater from 3.66.2 to 3.68.7 Bumps [docxtemplater](https://github.com/open-xml-templating/docxtemplater) from 3.66.2 to 3.68.7. - [Release notes](https://github.com/open-xml-templating/docxtemplater/releases) - [Changelog](https://github.com/open-xml-templating/docxtemplater/blob/master/CHANGELOG.md) - [Commits](https://github.com/open-xml-templating/docxtemplater/compare/v3.66.2...v3.68.7) --- updated-dependencies: - dependency-name: docxtemplater dependency-version: 3.68.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5538811..1835f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "docx": "^9.5.1", "docx-preview": "^0.3.6", "docx-templates": "^4.14.1", - "docxtemplater": "^3.66.2", + "docxtemplater": "^3.68.7", "dotenv": "^17.2.1", "file-saver": "^2.0.5", "form-data": "^4.0.0", @@ -4763,9 +4763,9 @@ "license": "MIT" }, "node_modules/docxtemplater": { - "version": "3.66.2", - "resolved": "https://registry.npmjs.org/docxtemplater/-/docxtemplater-3.66.2.tgz", - "integrity": "sha512-H7cnE+CYUcy6lXbB+6buTaPFhZin9aiSPy6O7YrjGCrt+7ZT8Zax5OZsENDGyd47GcFmCuB6Ecvgj+GtIiwAXQ==", + "version": "3.68.7", + "resolved": "https://registry.npmjs.org/docxtemplater/-/docxtemplater-3.68.7.tgz", + "integrity": "sha512-FwgeAKqY2vc9eVm2V2XGg8bq25B0OQjtSDITGi9zNnvu5GbtR4WvGjM5QNld/ALB6ZbsSuHskBPK9SvPpKhsbA==", "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.9.8" diff --git a/package.json b/package.json index 5f0f5b4..70fef5f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "docx": "^9.5.1", "docx-preview": "^0.3.6", "docx-templates": "^4.14.1", - "docxtemplater": "^3.66.2", + "docxtemplater": "^3.68.7", "dotenv": "^17.2.1", "file-saver": "^2.0.5", "form-data": "^4.0.0",