From b198f76e29021a3544afa9490c9c6507a9553da0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20B=C3=BChler?= <david.buhler@cea.fr>
Date: Tue, 30 Nov 2021 10:20:57 +0100
Subject: [PATCH] [ivette] Fixes the version of @types/lodash.

The next minor version of @types/lodash does not export Cancelable, which is
used in dome.
---
 ivette/package.json | 2 +-
 ivette/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ivette/package.json b/ivette/package.json
index d415e50f00e..4d8c35bbb13 100644
--- a/ivette/package.json
+++ b/ivette/package.json
@@ -26,7 +26,7 @@
     "@hot-loader/react-dom": "^16.13.0",
     "@types/codemirror": "^0.0.97",
     "@types/cytoscape": "^3.14.5",
-    "@types/lodash": "^4.14.149",
+    "@types/lodash": "4.14.160",
     "@types/node": "12.12.21",
     "@types/react": "^16.9.17",
     "@types/react-dom": "^16.9.6",
diff --git a/ivette/yarn.lock b/ivette/yarn.lock
index ef173d645aa..35f2860b93c 100644
--- a/ivette/yarn.lock
+++ b/ivette/yarn.lock
@@ -1169,10 +1169,10 @@
   resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
   integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
 
-"@types/lodash@^4.14.149":
-  version "4.14.177"
-  resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.177.tgz#f70c0d19c30fab101cad46b52be60363c43c4578"
-  integrity sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==
+"@types/lodash@4.14.160":
+  version "4.14.160"
+  resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.160.tgz#2f1bba6500bc3cb9a732c6d66a083378fb0b0b29"
+  integrity sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA==
 
 "@types/minimatch@*":
   version "3.0.5"
-- 
GitLab