diff --git a/package-lock.json b/package-lock.json index fd0f461fc..2c14da107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "normalize-path": "^3.0.0", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "picocolors": "^1.0.0", "postcss": "^8.4.6", "postcss-js": "^4.0.0", @@ -4947,9 +4947,9 @@ "dev": true }, "node_modules/object-hash": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", - "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", "engines": { "node": ">= 6" } @@ -10169,9 +10169,9 @@ "dev": true }, "object-hash": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", - "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" }, "once": { "version": "1.4.0", diff --git a/package.json b/package.json index 206de7039..c41760601 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "glob-parent": "^6.0.2", "is-glob": "^4.0.3", "normalize-path": "^3.0.0", - "object-hash": "^2.2.0", + "object-hash": "^3.0.0", "picocolors": "^1.0.0", "postcss": "^8.4.6", "postcss-js": "^4.0.0",