diff --git a/package.json b/package.json index 2901ab9b3694df72a4114d29fe34061168d39da7..762d71e5d2b271cdb897634336429d66b886aad4 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/lodash": "^4.14.149", "@types/luxon": "^1.21.0", "@types/node-fetch": "^2.5.7", - "@types/object-hash": "^1.3.1", + "@types/object-hash": "^2.0.0", "@types/react": "^16.9.15", "@types/react-dom": "^16.9.8", "@types/react-lottie": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index ebd64771fb49d86838dccd053aabf28e9b8efdde..3a0fe0725d91d55b8895de07bb9fb30969ac6acc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2914,10 +2914,10 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== -"@types/object-hash@^1.3.1": - version "1.3.4" - resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-1.3.4.tgz#079ba142be65833293673254831b5e3e847fe58b" - integrity sha512-xFdpkAkikBgqBdG9vIlsqffDV8GpvnPEzs0IUtr1v3BEB97ijsFQ4RXVbUZwjFThhB4MDSTUfvmxUD5PGx0wXA== +"@types/object-hash@^2.0.0": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@types/object-hash/-/object-hash-2.2.1.tgz#67c169f8f033e0b62abbf81df2d00f4598d540b9" + integrity sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ== "@types/parse-json@^4.0.0": version "4.0.0" @@ -12583,9 +12583,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"