diff --git a/package-lock.json b/package-lock.json index debfcf84e..3de4ff137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "jquery-form": "^4.3.0", "jquery-ui-dist": "^1.12.1", "jquery-validation": "^1.19.5", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "tableexport.jquery.plugin": "^1.30.0" }, @@ -3731,9 +3731,9 @@ "license": "MIT" }, "node_modules/jspdf": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz", - "integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz", + "integrity": "sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.6", diff --git a/package.json b/package.json index 87b54f224..f4acd77e0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jquery-form": "^4.3.0", "jquery-ui-dist": "^1.12.1", "jquery-validation": "^1.19.5", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "tableexport.jquery.plugin": "^1.30.0" },