diff --git a/package-lock.json b/package-lock.json index 6ef8406..20c659f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "genkit": "^1.28.0", "google-auth-library": "^10.2.0", "googleapis": "^171.0.0", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "jszip": "^3.10.1", "lucide-react": "^0.563.0", @@ -12087,9 +12087,9 @@ } }, "node_modules/fast-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "funding": [ { "type": "github", @@ -14284,9 +14284,9 @@ } }, "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 cda6e1e..2a7c0a9 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "genkit": "^1.28.0", "google-auth-library": "^10.2.0", "googleapis": "^171.0.0", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "jszip": "^3.10.1", "lucide-react": "^0.563.0",