From ac9bab9c623131920ba86755c56d2afc2aba7ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:55:14 +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 1.12.5 to 1.12.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/v1.12.5...v1.12.6) Updates `survey-react-ui` from 1.12.5 to 1.12.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/v1.12.5...v1.12.6) --- updated-dependencies: - dependency-name: survey-core dependency-type: direct:development update-type: version-update:semver-patch dependency-group: survey - dependency-name: survey-react-ui 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 3f3e18081..7ba846c24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -119,8 +119,8 @@ "sinon": "^19.0.2", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", - "survey-core": "^1.12.5", - "survey-react-ui": "^1.12.5", + "survey-core": "^1.12.6", + "survey-react-ui": "^1.12.6", "typescript": "^5.6.3", "vscode-extension-tester": "^8.7.0", "xterm-addon-fit": "^0.8.0", @@ -14948,20 +14948,20 @@ } }, "node_modules/survey-core": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.5.tgz", - "integrity": "sha512-HNop46Lkwa1WR3QMXgcaEfnd6lQspszIBb6y99JgWYric/oNf44S+Wd2MTiDfHenoRY8/anhwis4Yakbz+4k2A==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.6.tgz", + "integrity": "sha512-76rWApS7k7YhArEd0jQzjjTDNaznkXQRQB6yJafgnyEjnDLqwwZt8oCe+BXozbgyAeGReGFnvmCjJZjNm9pXtA==", "dev": true }, "node_modules/survey-react-ui": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.5.tgz", - "integrity": "sha512-Jgcvi0LgyyYRBJBL+JO3H3yr8gMAshk+1LDKT8YDozRmkpcFcHyIjd35B9xfINimqmtMjiS8tWY80jqFMTS0pg==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.6.tgz", + "integrity": "sha512-CuMs61gng7aajR0UuiF3z9FofUt67lnXTw2LE3hIIwOrVU8KbEd13PPEgxKczRDbTunQPzNUz/aEQMAHkT/UEg==", "dev": true, "peerDependencies": { "react": "^16.5.0 || ^17.0.1 || ^18.2.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0", - "survey-core": "1.12.5" + "survey-core": "1.12.6" } }, "node_modules/svg-parser": { diff --git a/package.json b/package.json index 5e19421e9..311177643 100644 --- a/package.json +++ b/package.json @@ -181,8 +181,8 @@ "sinon": "^19.0.2", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", - "survey-core": "^1.12.5", - "survey-react-ui": "^1.12.5", + "survey-core": "^1.12.6", + "survey-react-ui": "^1.12.6", "typescript": "^5.6.3", "vscode-extension-tester": "^8.7.0", "xterm-addon-fit": "^0.8.0",