From c7397ca022ebee8fc51a216392ecf98e7c15ea34 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Thu, 23 Apr 2020 10:20:05 +0200 Subject: [PATCH] Force merge request https://git.duniter.org/clients/cesium-grp/cesium/-/merge_requests/605 --- package.json | 5 +++-- yarn.lock | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01f3f54c..36d78ed0 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,8 @@ "cordova-plugin-x-toast": "^2.7.2", "ionic-plugin-keyboard": "^2.2.1", "node-sass": "^4.13.1", - "phonegap-plugin-barcodescanner": "^8.1.0" + "phonegap-plugin-barcodescanner": "^8.1.0", + "uuid": "3.2.1" }, "devDependencies": { "@ionic/cli": "^6.6.0", @@ -223,4 +224,4 @@ "engines": { "yarn": ">= 1.0.0" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 2deab57c..7304f38e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10131,6 +10131,11 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= +uuid@3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" + integrity sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA== + uuid@^2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" -- GitLab