diff --git a/package-lock.json b/package-lock.json index 26b301c98e..8279eca19b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12320,9 +12320,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-json-view": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.19.1.tgz", - "integrity": "sha512-u5e0XDLIs9Rj43vWkKvwL8G3JzvXSl6etuS5G42a8klMohZuYFQzSN6ri+/GiBptDqlrXPTdExJVU7x9rrlXhg==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.20.0.tgz", + "integrity": "sha512-H5S+sZMZ57bUY+ub9OZ+yrJ0fsyRblIPKn0LCdaBIB67FvxGZ9W0I1lJgBEUDmH094qpqxAIl6pLn6J58ZMkdA==", "requires": { "flux": "^3.1.3", "react-base16-styling": "^0.6.0", diff --git a/package.json b/package.json index a2562f977f..a7fe163da5 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-dnd-html5-backend": "10.0.2", "react-dom": "16.14.0", "react-helmet": "6.0.0", - "react-json-view": "1.19.1", + "react-json-view": "1.20.0", "react-redux": "5.1.2", "react-router": "5.1.2", "react-router-dom": "5.1.2",