From 460dd0b44caabbf256921db8ea7d8b7c66a8326c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:52:37 +0000 Subject: [PATCH] Bump @types/object-hash from 3.0.5 to 3.0.6 Bumps [@types/object-hash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/object-hash) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/object-hash) --- updated-dependencies: - dependency-name: "@types/object-hash" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7320c1b3..ec87d674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/mixpanel": "^2.14.8", "@types/mocha": "^10.0.1", "@types/node": "^20.10.7", - "@types/object-hash": "^3.0.5", + "@types/object-hash": "^3.0.6", "@types/semver": "^7.5.6", "@types/sinon": "^17.0.2", "@types/uuid": "^9.0.7", @@ -1439,9 +1439,9 @@ } }, "node_modules/@types/object-hash": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.5.tgz", - "integrity": "sha512-WFGeSazfL5BWbEh5ACaAIs5RT6sbVIwBs1rgHUp+kZzX/gub41LEEYWTWbYnE/sKb7hDdPEsGa1Vmcaay2fS5g==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.6.tgz", + "integrity": "sha512-fOBV8C1FIu2ELinoILQ+ApxcUKz4ngq+IWUYrxSGjXzzjUALijilampwkMgEtJ+h2njAW3pi853QpzNVCHB73w==", "dev": true }, "node_modules/@types/semver": { diff --git a/package.json b/package.json index d97d9575..159bbfd7 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "@types/mixpanel": "^2.14.8", "@types/mocha": "^10.0.1", "@types/node": "^20.10.7", - "@types/object-hash": "^3.0.5", + "@types/object-hash": "^3.0.6", "@types/semver": "^7.5.6", "@types/sinon": "^17.0.2", "@types/uuid": "^9.0.7",