From f0d91ad12e3a01118357b0cbf2aabbcd7464028f Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 24 Jul 2024 18:25:07 -0400 Subject: chore: package updates & compose build --- front-end/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'front-end/package.json') diff --git a/front-end/package.json b/front-end/package.json index 3987bb2..bc9d866 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -28,13 +28,13 @@ "base32-encode": "^2.0.0", "flowbite": "^2.2.1", "jose": "^5.0.x", - "otpauth": "^9.1.2", "lodash-es": "^4.17.21", + "otpauth": "^9.1.2", "pinia": "^2.1.7", "qrcode.vue": "^3.4.1", "universal-cookie": "^7.0.x", "vue": "^3.2.47", - "vue3-otp-input": "^0.4.1" + "vue3-otp-input": "^0.5.1" }, "devDependencies": { "@types/lodash-es": "^4.14.194", -- cgit