From bbd2595f486f7f9ad833ce84e8c66b5a52d248d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 18:45:55 +0000 Subject: [PATCH] chore(deps): bump jspdf Bumps the npm_and_yarn group with 1 update in the /creative-studio-ui directory: [jspdf](https://github.com/parallax/jsPDF). Updates `jspdf` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](https://github.com/parallax/jsPDF/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.2.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- creative-studio-ui/package-lock.json | 14 +++++++------- creative-studio-ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",