From ca90f86554463531cae3b7b29e1b3275183c49df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:31:44 +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.7 to 1.12.8 - [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.7...v1.12.8) Updates `survey-react-ui` from 1.12.7 to 1.12.8 - [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.7...v1.12.8) --- 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 b705c28b7..b562ade6e 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.7", - "survey-react-ui": "^1.12.7", + "survey-core": "^1.12.8", + "survey-react-ui": "^1.12.8", "typescript": "^5.6.3", "vscode-extension-tester": "^8.8.1", "xterm-addon-fit": "^0.8.0", @@ -14875,20 +14875,20 @@ } }, "node_modules/survey-core": { - "version": "1.12.7", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.7.tgz", - "integrity": "sha512-2fTWhv6gYl8+i+epeHRGa7kwSgf+iYpJHPOxNYuJ7SHz6BV0p0vjnw1pI5AEhfL47UNFN2+MqVN0M91FmbVa/A==", + "version": "1.12.8", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.8.tgz", + "integrity": "sha512-576OttLpzQSci9lD1AtaCmIDQ6TuV7SmLA4Dzukdy2S+L0QXhGosovSF4/DA/GAxBL/getWqsaBUqZzrby3b7Q==", "dev": true }, "node_modules/survey-react-ui": { - "version": "1.12.7", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.7.tgz", - "integrity": "sha512-jrRNyajHxh6kv86vVR4ApalpHwZm/JBgOaOl8rlnok5H/ho35DSsVw8n3RASu4JgQO/HTuCS3xqzQKEQMLxksA==", + "version": "1.12.8", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.8.tgz", + "integrity": "sha512-uD/HOCM+njDfqfILdB9EQn8+SIK2WOLAX76Lk4R5+zLvnn6FWfC5tJuPBzBBRiONmtR6VLSgxFLBGB82mUSv9Q==", "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.7" + "survey-core": "1.12.8" } }, "node_modules/svg-parser": { diff --git a/package.json b/package.json index 47bea71a7..7aa1d55a2 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.7", - "survey-react-ui": "^1.12.7", + "survey-core": "^1.12.8", + "survey-react-ui": "^1.12.8", "typescript": "^5.6.3", "vscode-extension-tester": "^8.8.1", "xterm-addon-fit": "^0.8.0",