diff --git a/web/package-lock.json b/web/package-lock.json index e6c403ad70..4223ca9491 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -39,6 +39,7 @@ "d3-dag": "0.9.1", "date-fns": "2.28.0", "fast-xml-parser": "4.2.4", + "history": "5.2.0", "html-react-parser": "3.0.4", "less": "4.1.3", "lodash": "4.17.21", diff --git a/web/package.json b/web/package.json index 2dd62862fc..f67341dddc 100644 --- a/web/package.json +++ b/web/package.json @@ -35,6 +35,7 @@ "d3-dag": "0.9.1", "date-fns": "2.28.0", "fast-xml-parser": "4.2.4", + "history": "5.2.0", "html-react-parser": "3.0.4", "less": "4.1.3", "lodash": "4.17.21",