From d56f3e900c58ff61e3f69139bde2e992e1c28135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:03:58 +0000 Subject: [PATCH] Bump survey-react-ui from 1.9.122 to 1.12.14 Bumps [survey-react-ui](https://github.com/surveyjs/surveyjs) from 1.9.122 to 1.12.14. - [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.9.122...v1.12.14) --- updated-dependencies: - dependency-name: survey-react-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96ea56f..2089d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0", - "survey-core": "latest", + "survey-core": "*", "survey-react-ui": "latest", "surveyjs-widgets": "^1.10.3", "swr": "^2.2.4", @@ -7536,18 +7536,18 @@ } }, "node_modules/survey-core": { - "version": "1.9.122", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.9.122.tgz", - "integrity": "sha512-1SSxEZwhD+GdhfVKDDNhX/EGGyvcG1OT0XPF/jQCIZL0w72YSc0Tw1zzClYwDXEA/x25jnNYhKE4i5HKRZ16+A==" + "version": "1.12.14", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.14.tgz", + "integrity": "sha512-7L+jkj8CWrDCFP2/Rz1YkCmInE+r0Jzs79XLnkb/JrmyluNbF97jLqSZQudMNu+g0kV2JGN9o5XHHVOu6ZEM6A==" }, "node_modules/survey-react-ui": { - "version": "1.9.122", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.9.122.tgz", - "integrity": "sha512-C23rk6Fh4XGDEpT99rBJ+vJU/H0uUUxRG4DlkWdB/Tf7RL6H776Ok2QmAIRkViqnl5RREH26AFWcH4MOTGKn+g==", + "version": "1.12.14", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.14.tgz", + "integrity": "sha512-u91inDWD80Pj8lnsY/+oBAaq+QoDlmJJbISiR5w5slG6KCmysQ7nSYxaxuHF8oyFwwxpFIiQVoTXsphhGZnPcQ==", "peerDependencies": { "react": "^16.5.0 || ^17.0.1 || ^18.2.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0", - "survey-core": "*" + "survey-core": "1.12.14" } }, "node_modules/surveyjs-widgets": {