diff --git a/package-lock.json b/package-lock.json index d3c197671..de1fbdcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1805,9 +1805,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 5ca03a55f..8d63f632b 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.28", "concurrently": "7.6.0", "jest": "29.5.0",