diff --git a/package-lock.json b/package-lock.json index e469c85..cde5ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "docx": "^8.5.0", "file-saver": "^2.0.5", "framer-motion": "^11.5.4", - "jspdf": "^4.1.0", + "jspdf": "^4.2.0", "lodash.debounce": "^4.0.8", "lucide-react": "^0.439.0", "marked": "^13.0.2", @@ -5946,12 +5946,12 @@ } }, "node_modules/jspdf": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.1.0.tgz", - "integrity": "sha512-xd1d/XRkwqnsq6FP3zH1Q+Ejqn2ULIJeDZ+FTKpaabVpZREjsJKRJwuokTNgdqOU+fl55KgbvgZ1pRTSWCP2kQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-4.2.0.tgz", + "integrity": "sha512-hR/hnRevAXXlrjeqU5oahOE+Ln9ORJUB5brLHHqH67A+RBQZuFr5GkbI9XQI8OUFSEezKegsi45QRpc4bGj75Q==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.28.6", "fast-png": "^6.2.0", "fflate": "^0.8.1" }, diff --git a/package.json b/package.json index 4ac68d7..06c0318 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "docx": "^8.5.0", "file-saver": "^2.0.5", "framer-motion": "^11.5.4", - "jspdf": "^4.1.0", + "jspdf": "^4.2.0", "lodash.debounce": "^4.0.8", "lucide-react": "^0.439.0", "marked": "^13.0.2",