diff --git a/creative-studio-ui/package-lock.json b/creative-studio-ui/package-lock.json index 32ecfeb..54850f4 100644 --- a/creative-studio-ui/package-lock.json +++ b/creative-studio-ui/package-lock.json @@ -52,7 +52,7 @@ "framer-motion": "^12.29.0", "fuse.js": "^7.1.0", "idb": "^8.0.3", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "lucide-react": "^0.468.0", "react": "^19.2.0", "react-dnd": "^16.0.1", @@ -8465,9 +8465,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", @@ -11811,9 +11811,9 @@ } }, "node_modules/tough-cookie": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz", - "integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz", + "integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/creative-studio-ui/package.json b/creative-studio-ui/package.json index a77f4d9..82dabc1 100644 --- a/creative-studio-ui/package.json +++ b/creative-studio-ui/package.json @@ -72,7 +72,7 @@ "framer-motion": "^12.29.0", "fuse.js": "^7.1.0", "idb": "^8.0.3", - "jspdf": "^4.2.0", + "jspdf": "^4.2.1", "lucide-react": "^0.468.0", "react": "^19.2.0", "react-dnd": "^16.0.1",