From fafcd974e6eb16c53a68ec44ff2b526bd8ea52bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:23:14 +0000 Subject: [PATCH] Bump survey-vue from 1.7.23 to 1.9.70 Bumps [survey-vue](https://github.com/surveyjs/surveyjs) from 1.7.23 to 1.9.70. - [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.7.23...v1.9.70) --- updated-dependencies: - dependency-name: survey-vue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d790126a..42da003b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20203,9 +20203,9 @@ } }, "survey-vue": { - "version": "1.7.23", - "resolved": "https://registry.npmjs.org/survey-vue/-/survey-vue-1.7.23.tgz", - "integrity": "sha512-fz2CxpjJ++YkMrDa6TaFMYeKZoX7fnCdAbVJJeczWXorzs6tcqRAR6H65sxKYPA69R/rCxNUoYnE/e6vsimk4w==", + "version": "1.9.70", + "resolved": "https://registry.npmjs.org/survey-vue/-/survey-vue-1.9.70.tgz", + "integrity": "sha512-3ZaPpEb4bQwwwYpkcvKo4U5wcFkqSJfdSmtdcPR6+8IL2sqjfqhhQi88wqYGiCUxL4iPTPk/zWHdY3aEnaCXqQ==", "requires": { "vue": "^2.1.10" } diff --git a/package.json b/package.json index cae9ef6e..31efd23a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lodash.isempty": "^4.4.0", "register-service-worker": "^1.7.1", "showdown": "^1.9.1", - "survey-vue": "^1.7.23", + "survey-vue": "^1.9.70", "vue": "^2.6.11", "vue-class-component": "^7.2.5", "vue-i18n": "^8.18.2",