diff --git a/desktop/plugins/public/reactdevtools/package.json b/desktop/plugins/public/reactdevtools/package.json index bc035113b..6539ae9ba 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.22.1" + "react-devtools-core": "^4.23.0" }, "title": "React DevTools", "icon": "app-react", diff --git a/desktop/plugins/public/yarn.lock b/desktop/plugins/public/yarn.lock index fb5d106b5..da5e956ec 100644 --- a/desktop/plugins/public/yarn.lock +++ b/desktop/plugins/public/yarn.lock @@ -1483,10 +1483,10 @@ raf@^3.1.0, raf@^3.4.0: dependencies: performance-now "^2.1.0" -react-devtools-core@4.22.1: - version "4.22.1" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.22.1.tgz#b276d42f860bedc373c9b3c0f5f96734318dd453" - integrity sha512-pvpNDHE7p0FtcCmIWGazoY8LLVfBI9sw0Kf10kdHhPI9Tzt3OG/qEt16GrAbE0keuna5WzX3r1qPKVjqOqsuUg== +react-devtools-core@^4.23.0: + version "4.23.0" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.23.0.tgz#dff9d12202a472ef62632203d6de3877dc6e58be" + integrity sha512-KkzneT1LczFtebbTJlvRphIRvzuHLhI9ghfrseVv9ktBs+l2cXy8Svw5U16lzQnwU9okVEcURmGPgH79WWrlaw== dependencies: shell-quote "^1.6.1" ws "^7"