From 161d1acbe58cc7781b4a2e6357a9ef05b265183b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 23:11:34 +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.15 to 1.12.16 - [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.15...v1.12.16) Updates `survey-react-ui` from 1.12.15 to 1.12.16 - [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.15...v1.12.16) --- 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 067aaf9d6..cb714043b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,8 +111,8 @@ "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.10", - "survey-core": "^1.12.15", - "survey-react-ui": "^1.12.15", + "survey-core": "^1.12.16", + "survey-react-ui": "^1.12.16", "targz": "^1.0.1", "tmp": "^0.2.3", "ts-node": "^10.9.2", @@ -14938,20 +14938,20 @@ } }, "node_modules/survey-core": { - "version": "1.12.15", - "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.15.tgz", - "integrity": "sha512-Sp7WzStRLbb7uOFHhzKUx23p8YQpGDmUIPyx/7cICAxLIdhDGGungL9QGi+cLlmT1rStYOQ1Pl72ceEVRdk30g==", + "version": "1.12.16", + "resolved": "https://registry.npmjs.org/survey-core/-/survey-core-1.12.16.tgz", + "integrity": "sha512-EkznT8G0ySS4qC5q97NyTcAuaIy4Gx04V6VWN/xxT4coOFkaxtRP4I12/snSiTQVXZdnOCs4ay4ZgyJ10uCn9Q==", "dev": true }, "node_modules/survey-react-ui": { - "version": "1.12.15", - "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.15.tgz", - "integrity": "sha512-LBW8J2dVgn2u0t1R1X2HuCZHPs0Soiblgg1sX1FR0PZQan5QBsx8/d1IVwD0uqT2wSxSSNJlWDZHzODemA7F7w==", + "version": "1.12.16", + "resolved": "https://registry.npmjs.org/survey-react-ui/-/survey-react-ui-1.12.16.tgz", + "integrity": "sha512-Iad+t/lPRN6JElQpw7O9nJbbqZJRVZqSAN1hyZyocYsR66D/mf3lIEfsm2CraQdlze3Xfs2qsqKpkFOiJn3i4Q==", "dev": true, "peerDependencies": { "react": "^16.5.0 || ^17.0.1 || ^18.2.0 || ^19.0.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0 || ^19.0.0", - "survey-core": "1.12.15" + "survey-core": "1.12.16" } }, "node_modules/svg-parser": { diff --git a/package.json b/package.json index 26c045bb2..01930001a 100644 --- a/package.json +++ b/package.json @@ -176,8 +176,8 @@ "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", "stacktrace-parser": "^0.1.10", - "survey-core": "^1.12.15", - "survey-react-ui": "^1.12.15", + "survey-core": "^1.12.16", + "survey-react-ui": "^1.12.16", "targz": "^1.0.1", "tmp": "^0.2.3", "ts-node": "^10.9.2",