diff --git a/package-lock.json b/package-lock.json index 71812ebe..384803e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/mixpanel": "^2.14.8", "@types/mocha": "^10.0.6", "@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 025efb9b..5f8ca761 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "@types/mixpanel": "^2.14.8", "@types/mocha": "^10.0.6", "@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",