diff --git a/package.json b/package.json index 53ef11d..a025b8e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test": "jest --verbose --coverage" }, "dependencies": { - "object-hash": "^2.0.3" + "object-hash": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.9.0", diff --git a/yarn.lock b/yarn.lock index 1e3bcb0..54a9836 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2733,10 +2733,10 @@ object-assign@^4.1.1: resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= -object-hash@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea" - integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg== +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-keys@^1.0.12, object-keys@^1.1.1: version "1.1.1"