diff --git a/package-lock.json b/package-lock.json index 60c066fa3..df33112f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25086,9 +25086,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": { @@ -25693,7 +25693,7 @@ "socket.io-client": "^4.7.5", "vue": "^3.4.29", "vue-tsc": "^2.0.22", - "vue3-form-wizard": "^0.2.3" + "vue3-form-wizard": "^0.2.4" }, "peerDependencies": { "@authup/client-web-kit": "^1.0.0-beta.12", @@ -25716,7 +25716,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 999ae4870..c4b2455c6 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.29", "vue-tsc": "^2.0.22", - "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"