diff --git a/samples/Dressca/dressca-frontend/consumer/package.json b/samples/Dressca/dressca-frontend/consumer/package.json index e608aee29..84317c041 100644 --- a/samples/Dressca/dressca-frontend/consumer/package.json +++ b/samples/Dressca/dressca-frontend/consumer/package.json @@ -24,7 +24,7 @@ "@heroicons/vue": "^2.1.5", "axios": "^1.7.7", "pinia": "^2.2.5", - "vee-validate": "^4.14.4", + "vee-validate": "^4.14.7", "vue": "^3.5.12", "vue-router": "^4.4.5", "yup": "^1.4.0" diff --git a/samples/Dressca/dressca-frontend/package-lock.json b/samples/Dressca/dressca-frontend/package-lock.json index 05d291c95..149a5bc4a 100644 --- a/samples/Dressca/dressca-frontend/package-lock.json +++ b/samples/Dressca/dressca-frontend/package-lock.json @@ -17,7 +17,7 @@ "@heroicons/vue": "^2.1.5", "axios": "^1.7.7", "pinia": "^2.2.5", - "vee-validate": "^4.14.4", + "vee-validate": "^4.14.7", "vue": "^3.5.12", "vue-router": "^4.4.5", "yup": "^1.4.0" @@ -10640,10 +10640,9 @@ } }, "node_modules/vee-validate": { - "version": "4.14.6", - "resolved": "https://registry.npmjs.org/vee-validate/-/vee-validate-4.14.6.tgz", - "integrity": "sha512-5w6e+YqJFLfzRR6gmRZgE6ZIVZ5nW1UAQdAlu78Oy3CFVrhTraqMMsfDC/Kmz7CNtCpIYaXxC8oKfr2hAiTnew==", - "license": "MIT", + "version": "4.14.7", + "resolved": "https://registry.npmjs.org/vee-validate/-/vee-validate-4.14.7.tgz", + "integrity": "sha512-XVb1gBFJR57equ11HEI8uxNqFJkwvCP/b+p+saDPQYaW7k45cdF5jsYPEJud1o29GD6h2y7Awm7Qfm89yKi74A==", "dependencies": { "@vue/devtools-api": "^7.5.2", "type-fest": "^4.8.3"