diff --git a/package.json b/package.json index 33653a7881410c7e412053a51ec6b6641469f4e7..067e83a71e0e97f1f99c179cb522bf74b874e0cf 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "lodash": "^4.17.15", "mjml-browser": "^4.10.2", "null-loader": "^4.0.1", - "object-hash": "^2.0.3", + "object-hash": "^3.0.0", "react": "16.14.0", "react-dom": "16.14.0", "react-lottie": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index 18255b9db732ac7e38ab3fd42682653ec7e631df..93415cae386d8b725b0c518fb2daff25d76e6fc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10995,12 +10995,19 @@ mini-css-extract-plugin@0.5.0: schema-utils "^1.0.0" webpack-sources "^1.1.0" -minilog@3.1.0, "minilog@git+https://github.com/cozy/minilog.git#master": +minilog@3.1.0: version "3.1.0" resolved "git+https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55" dependencies: microee "0.0.6" +"minilog@https://github.com/cozy/minilog.git#master": + version "3.1.0" + uid "6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55" + resolved "https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55" + dependencies: + microee "0.0.6" + minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" @@ -11552,9 +11559,9 @@ msgpack5@^4.0.2: readable-stream "^2.3.6" safe-buffer "^5.1.2" -"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.6": +"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6": version "1.0.6" - resolved "git+https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5" + resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3" @@ -11974,10 +11981,10 @@ object-hash@^1.1.4: resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df" integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA== -object-hash@^2.0.3: - version "2.2.0" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" - integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== +object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.7.0, object-inspect@^1.9.0: version "1.12.2"