From 329976dfa77672d0b1e6a83b4c7fcfcf6802f9be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:40:31 +0000 Subject: [PATCH] Update dependency @types/object-hash to v3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 588092c..ea7d78b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/expect": "24.3.0", "@types/jest": "28.1.8", "@types/node": "17.0.41", - "@types/object-hash": "2.2.1", + "@types/object-hash": "3.0.1", "@types/request-promise-native": "1.0.18", "@typescript-eslint/eslint-plugin": "5.45.1", "@typescript-eslint/parser": "5.45.1", @@ -1682,9 +1682,9 @@ "dev": true }, "node_modules/@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.1", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.1.tgz", + "integrity": "sha512-AeyooJR4pesRnPLXONFEpxrdvwYVkBiq26j4Uo4QYcJO2FQhAFmHHWBfRpEzwMtItz7q9JiD50s7HDbHS7PleQ==", "dev": true }, "node_modules/@types/prettier": { @@ -10050,9 +10050,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.1", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.1.tgz", + "integrity": "sha512-AeyooJR4pesRnPLXONFEpxrdvwYVkBiq26j4Uo4QYcJO2FQhAFmHHWBfRpEzwMtItz7q9JiD50s7HDbHS7PleQ==", "dev": true }, "@types/prettier": { diff --git a/package.json b/package.json index f6abd98..360a7d6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/expect": "24.3.0", "@types/jest": "28.1.8", "@types/node": "17.0.41", - "@types/object-hash": "2.2.1", + "@types/object-hash": "3.0.1", "@types/request-promise-native": "1.0.18", "@typescript-eslint/eslint-plugin": "5.45.1", "@typescript-eslint/parser": "5.45.1",