diff --git a/package-lock.json b/package-lock.json index d9be9cff..01dad0db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/mixpanel": "^2.14.5", "@types/mocha": "^10.0.1", "@types/node": "^20.5.6", - "@types/object-hash": "^3.0.2", + "@types/object-hash": "^3.0.3", "@types/semver": "^7.5.0", "@types/uuid": "^9.0.2", "@types/vscode": "^1.65.0", @@ -1360,9 +1360,9 @@ "dev": true }, "node_modules/@types/object-hash": { - "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==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-3.0.3.tgz", + "integrity": "sha512-Mb0SDIhjhBAz4/rDNU0cYcQR4lSJIwy+kFlm0whXLkx+o0pXwEszwyrWD6gXWumxVbAS6XZ9gXK82LR+Uk+cKQ==", "dev": true }, "node_modules/@types/semver": { diff --git a/package.json b/package.json index 66c726f2..fd0dfb91 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,7 @@ "@types/mixpanel": "^2.14.5", "@types/mocha": "^10.0.1", "@types/node": "^20.5.6", - "@types/object-hash": "^3.0.2", + "@types/object-hash": "^3.0.3", "@types/semver": "^7.5.0", "@types/uuid": "^9.0.2", "@types/vscode": "^1.65.0",