From 8f4f9f3b53c3bdb75e5b70b860ea9599a0d286da Mon Sep 17 00:00:00 2001 From: SuperBatata Date: Fri, 27 Oct 2023 19:42:52 +0100 Subject: [PATCH] update vue-template-compiler version to latest --- web/waltid-idpkit-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/waltid-idpkit-ui/package.json b/web/waltid-idpkit-ui/package.json index 326eb01..27e4602 100644 --- a/web/waltid-idpkit-ui/package.json +++ b/web/waltid-idpkit-ui/package.json @@ -54,7 +54,7 @@ "qrious": "^4.0.2", "vue": "2.7.14", "vue-server-renderer": "2.7.14", - "vue-template-compiler": "2.7.14", + "vue-template-compiler": "2.7.15", "web3modal": "^1.9.9", "webpack": "^4.46.0" },