diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2a387ce..32304e7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -7,7 +7,7 @@ "name": "frontend", "hasInstallScript": true, "dependencies": { - "@malio/layer-ui": "^1.7.11", + "@malio/layer-ui": "^1.7.15", "@nuxt/icon": "^2.2.1", "@nuxtjs/i18n": "^10.2.1", "@pinia/nuxt": "^0.11.3", @@ -2247,9 +2247,9 @@ "license": "MIT" }, "node_modules/@malio/layer-ui": { - "version": "1.7.11", - "resolved": "https://gitea.malio.fr/api/packages/MALIO-DEV/npm/%40malio%2Flayer-ui/-/1.7.11/layer-ui-1.7.11.tgz", - "integrity": "sha512-uTISSe0L2T0TcpJShdK8VOEr0GpYzyDFDkLNFRa5APbpnfb8GPchx0xlFA1pgEF7DbnYB/zxYTWZCrGOhmaWOQ==", + "version": "1.7.15", + "resolved": "https://gitea.malio.fr/api/packages/MALIO-DEV/npm/%40malio%2Flayer-ui/-/1.7.15/layer-ui-1.7.15.tgz", + "integrity": "sha512-CgEC0l2pkR6rlzpi1zZqswHs+/yGTSd861tdT678/wSKtQPQ6JxUIf63ugFDItyvyLW+nbcNWuHTFC2Bimp1EQ==", "dependencies": { "@nuxt/icon": "^2.2.1", "@nuxtjs/tailwindcss": "^6.14.0", diff --git a/frontend/package.json b/frontend/package.json index 53c660b..9504056 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "build:dist": "nuxt generate && rm -rf dist && cp -R .output/public dist" }, "dependencies": { - "@malio/layer-ui": "^1.7.11", + "@malio/layer-ui": "^1.7.15", "@nuxt/icon": "^2.2.1", "@nuxtjs/i18n": "^10.2.1", "@pinia/nuxt": "^0.11.3",