From 8a6f96e00bbd4ca6f9b9de2e42e954d513b9cf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:41:25 +0000 Subject: [PATCH] Bump the survey group with 2 updates Bumps the survey group with 2 updates: [survey-core](https://github.com/surveyjs/surveyjs) and [survey-react-ui](https://github.com/surveyjs/surveyjs). Updates `survey-core` from 2.5.5 to 2.5.6 - [Release notes](https://github.com/surveyjs/surveyjs/releases) - [Changelog](https://github.com/surveyjs/survey-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/surveyjs/surveyjs/compare/v2.5.5...v2.5.6) Updates `survey-react-ui` from 2.5.5 to 2.5.6 - [Release notes](https://github.com/surveyjs/surveyjs/releases) - [Changelog](https://github.com/surveyjs/survey-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/surveyjs/surveyjs/compare/v2.5.5...v2.5.6) --- updated-dependencies: - dependency-name: survey-core dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: survey - dependency-name: survey-react-ui dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: survey ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1630c6671..38df37439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,8 +110,8 @@ "sinon-chai": "^4.0.1", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.11", - "survey-core": "^2.5.5", - "survey-react-ui": "^2.5.5", + "survey-core": "^2.5.6", + "survey-react-ui": "^2.5.6", "targz": "^1.0.1", "tmp": "^0.2.5", "ts-node": "^10.9.2", @@ -15976,22 +15976,22 @@ } }, "node_modules/survey-core": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-2.5.5.tgz", - "integrity": "sha512-DHhSeQOh66zD/pZhx1MSat2ZVGCdLq4rzoL8UD73NrzeQTLVPWufRdMA1Yshna5Yby0/l4yKd3kqvPKR3u9vlA==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-2.5.6.tgz", + "integrity": "sha512-tE9vCyFOybDFIomQL0/FRXoronwL38SDaJWSrXZVb1oMLa2wYYQ/c1iS1V/lVR0nukw/Ta3NNtkq9R+OXbdK0Q==", "dev": true, "license": "MIT" }, "node_modules/survey-react-ui": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-2.5.5.tgz", - "integrity": "sha512-XJCUex9mp1mYjr4M8E9QZ8bnzOWndqDP8klGOgvYuHAyR3g6LYWjT8JYnDkYWebvwYPJEGL1JS4db6A4kDvi+Q==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-2.5.6.tgz", + "integrity": "sha512-7VGv1v7l2W1+M48O4SX64tk6ARVXzYkKEiIXtB5QQIdwHAmZohlh0ztWoKBVr2pJEjhSe1thU6p/v3NjCLHmXQ==", "dev": true, "license": "MIT", "peerDependencies": { "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", - "survey-core": "2.5.5" + "survey-core": "2.5.6" } }, "node_modules/svg-parser": { diff --git a/package.json b/package.json index 943c14ebd..a37ce0137 100644 --- a/package.json +++ b/package.json @@ -174,8 +174,8 @@ "sinon-chai": "^4.0.1", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.11", - "survey-core": "^2.5.5", - "survey-react-ui": "^2.5.5", + "survey-core": "^2.5.6", + "survey-react-ui": "^2.5.6", "targz": "^1.0.1", "tmp": "^0.2.5", "ts-node": "^10.9.2",