From 221c970e85858a7b88d8a46ea7d3beb07d4faa5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 22:58:08 +0000 Subject: [PATCH] chore(deps): update dependency @types/object-hash to v3 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c9a89557..13196e603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1792,9 +1792,9 @@ "dev": true }, "@types/object-hash": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", - "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.2.tgz", + "integrity": "sha512-tfyXl1JPCf2hzIDK29gO7qGqJjThKBzg/Cn3bA68R9NmWdOx+f7k5mm4to/n43BHspCwcoUC6FU4NpUoK/h9bQ==", "dev": true }, "@types/prettier": { diff --git a/package.json b/package.json index 751ddd367..83496c85a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/jest": "29.4.0", "@types/lodash.debounce": "4.0.7", "@types/lodash.isequal": "4.5.6", - "@types/object-hash": "2.2.1", + "@types/object-hash": "3.0.2", "@types/react": "18.0.27", "concurrently": "7.6.0", "jest": "29.4.1",