diff --git a/desktop/plugins/public/reactdevtools/package.json b/desktop/plugins/public/reactdevtools/package.json index c5499acb2..79246250a 100644 --- a/desktop/plugins/public/reactdevtools/package.json +++ b/desktop/plugins/public/reactdevtools/package.json @@ -19,7 +19,7 @@ "dependencies": { "address": "^1.1.2", "get-port": "^5.0.0", - "react-devtools-core": "4.20.0" + "react-devtools-core": "4.20.1" }, "title": "React DevTools", "icon": "app-react", diff --git a/desktop/plugins/public/yarn.lock b/desktop/plugins/public/yarn.lock index d7c3abf03..09e3c74f0 100644 --- a/desktop/plugins/public/yarn.lock +++ b/desktop/plugins/public/yarn.lock @@ -1518,10 +1518,10 @@ raf@^3.1.0, raf@^3.4.0: dependencies: performance-now "^2.1.0" -react-devtools-core@4.20.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.20.0.tgz#49640f374bcf541cd86410d86c2cb07392005b33" - integrity sha512-85889TaQpU4HImySgOjVwsGE1vkS9dgEjtruRHutnXlBN3IZN8lDRuqRBLmhFkS50BEmfpTR28qV7bHAqwHooA== +react-devtools-core@4.20.1: + version "4.20.1" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.20.1.tgz#77e8aacd93ca34cf908c11e6c72151b79217b618" + integrity sha512-HBcLfLi2R6VxlWFF2i5lONYlr3KLh324RPFeApZ3G6GGaJrcS/qtk9M/iESw7fRTlgPHEg+A4j6e1j9oXpvi5w== dependencies: shell-quote "^1.6.1" ws "^7"