From dd6b48779fa7ce5526b7a72728698dc60e7b56c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 08:08:55 +0100 Subject: [PATCH] Bump jspdf from 3.0.0 to 3.0.1 (#1036) --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6bc8e3f..3ccb2b01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "core-js": "3.41.0", "elix": "15.0.1", "i18next": "24.2.3", - "jspdf": "3.0.0", + "jspdf": "3.0.1", "pathseg": "1.2.1", "regenerator-runtime": "0.14.1", "replace-in-file": "^8.3.0", @@ -11266,18 +11266,18 @@ "license": "MIT" }, "node_modules/jspdf": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.0.tgz", - "integrity": "sha512-QvuQZvOI8CjfjVgtajdL0ihrDYif1cN5gXiF9lb9Pd9JOpmocvnNyFO9sdiJ/8RA5Bu8zyGOUjJLj5kiku16ug==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-3.0.1.tgz", + "integrity": "sha512-qaGIxqxetdoNnFQQXxTKUD9/Z7AloLaw94fFsOiJMxbfYdBbrBuhWmbzI8TVjrw7s3jBY1PFHofBKMV/wZPapg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.26.0", + "@babel/runtime": "^7.26.7", "atob": "^2.1.2", "btoa": "^1.2.1", "fflate": "^0.8.1" }, "optionalDependencies": { - "canvg": "^3.0.6", + "canvg": "^3.0.11", "core-js": "^3.6.0", "dompurify": "^3.2.4", "html2canvas": "^1.0.0-rc.5" diff --git a/package.json b/package.json index 629ce68e..e2358382 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "core-js": "3.41.0", "elix": "15.0.1", "i18next": "24.2.3", - "jspdf": "3.0.0", + "jspdf": "3.0.1", "pathseg": "1.2.1", "regenerator-runtime": "0.14.1", "replace-in-file": "^8.3.0",