From 99b6c0bd91e2420236e9c02321f4e77fdb3c7afd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Feb 2022 13:35:52 +0000 Subject: [PATCH 1/2] fix(deps): update dependency object-hash to v3 --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ac47e1..c12573d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@adobe/helix-universal-logger": "2.0.3", "@babel/core": "7.17.2", "mime-types": "2.1.34", - "object-hash": "2.2.0", + "object-hash": "3.0.0", "path-to-regexp": "6.2.0", "postcss": "8.4.6", "postcss-url": "10.1.3", @@ -96,6 +96,15 @@ "node": ">= 6" } }, + "node_modules/@adobe/fastly-native-promises/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==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, "node_modules/@adobe/helix-deploy": { "version": "6.2.10", "resolved": "https://registry.npmjs.org/@adobe/helix-deploy/-/helix-deploy-6.2.10.tgz", @@ -7525,6 +7534,15 @@ "node": ">=10" } }, + "node_modules/google-gax/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==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, "node_modules/google-p12-pem": { "version": "3.1.2", "integrity": "sha512-tjf3IQIt7tWCDsa0ofDQ1qqSCNzahXDxdAGJDbruWqu3eCg5CKLYKN+hi0s6lfvzYZ1GDVr+oDF9OOWlDSdf0A==", @@ -13076,8 +13094,9 @@ } }, "node_modules/object-hash": { - "version": "2.2.0", - "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" } @@ -16272,6 +16291,12 @@ "combined-stream": "^1.0.8", "mime-types": "^2.1.12" } + }, + "object-hash": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", + "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", + "dev": true } } }, @@ -22282,6 +22307,14 @@ "proto3-json-serializer": "^0.1.1", "protobufjs": "6.11.2", "retry-request": "^4.0.0" + }, + "dependencies": { + "object-hash": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", + "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", + "dev": true + } } }, "google-p12-pem": { @@ -26321,8 +26354,9 @@ "dev": true }, "object-hash": { - "version": "2.2.0", - "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==" }, "object-inspect": { "version": "1.12.0", diff --git a/package.json b/package.json index fe5b37d..93de227 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@adobe/helix-universal-logger": "2.0.3", "@babel/core": "7.17.2", "mime-types": "2.1.34", - "object-hash": "2.2.0", + "object-hash": "3.0.0", "path-to-regexp": "6.2.0", "postcss": "8.4.6", "postcss-url": "10.1.3", From 7dc1149b4df7044a132c682630665b8a4e02e76e Mon Sep 17 00:00:00 2001 From: adobe-bot <30273922+adobe-bot@users.noreply.github.com> Date: Mon, 21 Feb 2022 05:36:07 -0800 Subject: [PATCH 2/2] chore(ci): trigger ci [skip action]