From ffe39ac254f069382900ad3bacdcd6a86fa6cb53 Mon Sep 17 00:00:00 2001 From: Antoine Leblanc Date: Wed, 22 May 2019 15:39:54 +0200 Subject: [PATCH] build: upgrade ovh-api-service to v6.18.1 ref: https://github.com/ovh-ux/ovh-api-services/pull/166 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05456e331f9d..f966b13277f4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@ovh-ux/ng-translate-async-loader": "^2.0.0", "angular": "^1.7.8", "angular-translate": "^2.18.1", - "ovh-api-services": "^6.18.0" + "ovh-api-services": "^6.18.1" }, "dependencies": { "@ovh-ux/ng-ovh-sidebar-menu": "^8.0.1", @@ -42,4 +42,4 @@ "@ovh-ux/component-rollup-config": "^5.0.1", "ovh-ui-kit": "^2.32.0" } -} \ No newline at end of file +}