From 41fbf0b2aebc2508fada0c31ddb1b93031c44b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:41:27 +0000 Subject: [PATCH] build(deps-dev): bump vue3-form-wizard from 0.2.3 to 0.2.4 Bumps [vue3-form-wizard](https://github.com/parsajiravand/vue3-form-wizard) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/parsajiravand/vue3-form-wizard/blob/master/CHANGES.md) - [Commits](https://github.com/parsajiravand/vue3-form-wizard/commits) --- updated-dependencies: - dependency-name: vue3-form-wizard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/client-vue/package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c67c4371c..0f071702e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25050,9 +25050,9 @@ "dev": true }, "node_modules/vue3-form-wizard": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/vue3-form-wizard/-/vue3-form-wizard-0.2.3.tgz", - "integrity": "sha512-svRSXWPcUDVfrheuSSOSqheGMDPlhIfXSQGhOiA6ntQR+AD2xB8n0lQBlwKwAFihKoSUp3NLrBV0ZIuzMIoWmg==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/vue3-form-wizard/-/vue3-form-wizard-0.2.4.tgz", + "integrity": "sha512-muf+lxSCSv0Yl9mu5OT6+cdROQ4nZdKuaHhiaazDVSiLWKEmX5wOcKwXhXG7mqaTg8q25u4J34kBvVuVzGSIXw==", "dev": true }, "node_modules/walk-up-path": { @@ -25674,7 +25674,7 @@ "socket.io-client": "^4.7.5", "vue": "^3.4.27", "vue-tsc": "^2.0.21", - "vue3-form-wizard": "^0.2.3" + "vue3-form-wizard": "^0.2.4" }, "peerDependencies": { "@authup/client-web-kit": "^1.0.0-beta.12", @@ -25697,7 +25697,7 @@ "smob": "^1.4.x", "socket.io-client": "^4.7.5", "vue": "^3.3.x", - "vue3-form-wizard": "^0.2.3" + "vue3-form-wizard": "^0.2.4" } }, "packages/core": { diff --git a/packages/client-vue/package.json b/packages/client-vue/package.json index 92ed73cb3..10ac1c489 100644 --- a/packages/client-vue/package.json +++ b/packages/client-vue/package.json @@ -69,7 +69,7 @@ "socket.io-client": "^4.7.5", "vue": "^3.4.27", "vue-tsc": "^2.0.21", - "vue3-form-wizard": "^0.2.3" + "vue3-form-wizard": "^0.2.4" }, "peerDependencies": { "@authup/client-web-kit": "^1.0.0-beta.12", @@ -92,7 +92,7 @@ "smob": "^1.4.x", "socket.io-client": "^4.7.5", "vue": "^3.3.x", - "vue3-form-wizard": "^0.2.3" + "vue3-form-wizard": "^0.2.4" }, "publishConfig": { "access": "public"