From 594dfc979af948613b2a5ee92dad30f292bdded2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:43:04 +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.20 to 2.5.21 - [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.20...v2.5.21) Updates `survey-react-ui` from 2.5.20 to 2.5.21 - [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.20...v2.5.21) --- updated-dependencies: - dependency-name: survey-core dependency-version: 2.5.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: survey - dependency-name: survey-react-ui dependency-version: 2.5.21 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 c3fd0db32..9aab0cd4b 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.20", - "survey-react-ui": "^2.5.20", + "survey-core": "^2.5.21", + "survey-react-ui": "^2.5.21", "targz": "^1.0.1", "tmp": "^0.2.5", "ts-node": "^10.9.2", @@ -17264,22 +17264,22 @@ } }, "node_modules/survey-core": { - "version": "2.5.20", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-2.5.20.tgz", - "integrity": "sha512-4RtFqGES7MDEwKDfEr7akEthseCT4RcGT7r83dALrlV0k1aD/JfpsB/Eyt1+i0okhQJ1EHYpL18gcYlasvE0Zg==", + "version": "2.5.21", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-2.5.21.tgz", + "integrity": "sha512-Yq+BRwA80fBizWmVsazpRug54JfvcXMgaudpTZWtWtUvcqMg32MdtyIO37u2eqjSE/u/UIq7rgsAzDJ3v8/SvQ==", "dev": true, "license": "MIT" }, "node_modules/survey-react-ui": { - "version": "2.5.20", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-2.5.20.tgz", - "integrity": "sha512-/WEJBL8P0RGkKxRkw5XueBv3EMfkPbEl+y3BSRIGR/503PXu1w6xHMWC8hHuUmxAawg/epbN6/J4P3hWjxbWuA==", + "version": "2.5.21", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-2.5.21.tgz", + "integrity": "sha512-5718Cn9C/szFpYL4eUXIYbZKDyH1vjUoevOK7UDluxKG6itjZJFP/J99YP4U53e20rHr9elHulIsA9PLBdt1tA==", "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.20" + "survey-core": "2.5.21" } }, "node_modules/svg-parser": { diff --git a/package.json b/package.json index bb4067e2b..3136926ef 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.20", - "survey-react-ui": "^2.5.20", + "survey-core": "^2.5.21", + "survey-react-ui": "^2.5.21", "targz": "^1.0.1", "tmp": "^0.2.5", "ts-node": "^10.9.2",