diff --git a/package.json b/package.json index 3b7d284..55ac62b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "react-autosuggest": "9.4.3", "react-dom": "16.11.0", "react-emotion": "9.2.12", - "react-hot-loader": "4.12.15", + "react-hot-loader": "4.12.16", "react-router-dom": "5.1.2", "request": "2.88.0", "resolve-url-loader": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 53e8fe2..fee87a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1760,7 +1760,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16.9.11": +"@types/react@*", "@types/react@16.9.11", "@types/react@^15.0.0 || ^16.0.0": version "16.9.11" resolved "https://registry.verdaccio.org/@types%2freact/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== @@ -11311,11 +11311,12 @@ react-emotion@9.2.12: babel-plugin-emotion "^9.2.11" create-emotion-styled "^9.2.8" -react-hot-loader@4.12.15: - version "4.12.15" - resolved "https://registry.verdaccio.org/react-hot-loader/-/react-hot-loader-4.12.15.tgz#6bf3984e52edbdf02ea8952777f53da1b3c68c95" - integrity sha512-sgkN6g+tgPE6xZzD0Ysqll7KUFYJbMX0DrczT5OxD6S7hZlSnmqSC3ceudwCkiDd65ZTtm+Ayk4Y9k5xxCvpOw== +react-hot-loader@4.12.16: + version "4.12.16" + resolved "https://registry.verdaccio.org/react-hot-loader/-/react-hot-loader-4.12.16.tgz#353bd07fbb08f791b5720535f86b0a8f9b651317" + integrity sha512-KC33uTBacgdunMtfpZFP2pgPpyvKIcCwuh0XmWESbeFrkWLqUtCFN91zyaTdU5OiAM982+E8xh1gjE5EINumaw== dependencies: + "@types/react" "^15.0.0 || ^16.0.0" fast-levenshtein "^2.0.6" global "^4.3.0" hoist-non-react-statics "^3.3.0"