From 09e21c6fb9e0c2b74f73af54fd86d0e1ee3cd910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:08:40 +0000 Subject: [PATCH] Bump survey-pdf from 1.12.26 to 1.12.59 Bumps [survey-pdf](https://github.com/surveyjs/survey-pdf) from 1.12.26 to 1.12.59. - [Release notes](https://github.com/surveyjs/survey-pdf/releases) - [Changelog](https://github.com/surveyjs/survey-pdf/blob/v1.12.59/CHANGELOG.md) - [Commits](https://github.com/surveyjs/survey-pdf/compare/v1.12.26...v1.12.59) --- updated-dependencies: - dependency-name: survey-pdf dependency-version: 1.12.59 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e45d472..0213e18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "survey-core": "^1.12.26", "survey-creator-core": "^1.12.26", "survey-creator-react": "^1.12.26", - "survey-pdf": "^1.12.26", + "survey-pdf": "^1.12.59", "survey-react-ui": "^1.12.26", "xlsx": "^0.18.5" }, @@ -16558,15 +16558,15 @@ } }, "node_modules/survey-pdf": { - "version": "1.12.26", - "resolved": "https://registry.npmjs.org/survey-pdf/-/survey-pdf-1.12.26.tgz", - "integrity": "sha512-hByoDPpyt6Dou7/yWKfJgK9DJX4sqcb5AH1VrNxMYmvmhTex5woHH8i+Bbx3wf7mZ9VJd9wAng71MiEjZsC2UQ==", + "version": "1.12.59", + "resolved": "https://registry.npmjs.org/survey-pdf/-/survey-pdf-1.12.59.tgz", + "integrity": "sha512-bN1Tlgur7+EMsWeqTFvcyQ9mxE7WAfRTV8XFiLQfecsEpfjiQwuwE6OxhAmkbVugT1nohHZqeE+ZutGCZzfeIw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "jspdf": "^2.3.0" + "jspdf": "^2.3.0 || ^3 || ^4" }, "peerDependencies": { - "survey-core": "1.12.26" + "survey-core": "1.12.59" } }, "node_modules/survey-pdf/node_modules/canvg": { @@ -17364,9 +17364,9 @@ } }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "license": "Apache-2.0", "peer": true, "bin": { @@ -17374,7 +17374,7 @@ "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index c59e6ef..fe209af 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "survey-core": "^1.12.26", "survey-creator-core": "^1.12.26", "survey-creator-react": "^1.12.26", - "survey-pdf": "^1.12.26", + "survey-pdf": "^1.12.59", "survey-react-ui": "^1.12.26", "xlsx": "^0.18.5" },