From 394b2fd673e6b4b7a725f0224272ff4d870da531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 02:01:17 +0000 Subject: [PATCH] Bump object-hash from 2.0.3 to 3.0.0 Bumps [object-hash](https://github.com/puleos/object-hash) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/puleos/object-hash/releases) - [Commits](https://github.com/puleos/object-hash/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: object-hash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"