From a7bdbe11c4ac8fece1c82c6f29dcb62a77d9fab4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Feb 2022 10:25:21 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 234 +++++++++++++++------------------------------- package.json | 10 +- 2 files changed, 81 insertions(+), 163 deletions(-) diff --git a/package-lock.json b/package-lock.json index e09ffbf0..11728255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "@adobe/helix-pipeline", - "version": "18.0.5", + "version": "18.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-pipeline", - "version": "18.0.5", + "version": "18.0.6", "license": "Apache-2.0", "dependencies": { "@adobe/helix-fetch": "3.0.3", "@adobe/helix-log": "6.0.0", "@adobe/helix-markdown-support": "3.1.2", - "@adobe/helix-shared-config": "1.7.7", - "@adobe/helix-shared-utils": "2.0.1", - "@adobe/helix-shared-wrap": "1.0.1", + "@adobe/helix-shared-config": "1.7.8", + "@adobe/helix-shared-utils": "2.0.2", + "@adobe/helix-shared-wrap": "1.0.2", "@adobe/helix-status": "9.2.6", "@adobe/helix-universal-logger": "2.0.2", "@emmetio/expand-abbreviation": "0.7.3", @@ -65,8 +65,8 @@ }, "devDependencies": { "@adobe/eslint-config-helix": "1.3.2", - "@adobe/helix-shared-dom": "1.1.7", - "@adobe/helix-shared-string": "1.0.5", + "@adobe/helix-shared-dom": "1.1.8", + "@adobe/helix-shared-string": "1.0.6", "@adobe/helix-testutils": "0.4.11", "@adobe/jsonschema2md": "6.1.4", "@pollyjs/adapter-fetch": "6.0.4", @@ -172,16 +172,17 @@ } }, "node_modules/@adobe/helix-shared-config": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.7.tgz", - "integrity": "sha512-dgywICk6Fx4P1gg23ITHWiBtQj2spsdg4CGcE2U3OvabP2LIyVpedSTw5YV6D17HWnU+/CH1fHI4+FTNLiJpmA==", - "dependencies": { - "@adobe/helix-fetch": "3.0.2", - "@adobe/helix-shared-git": "^1.1.1", - "@adobe/helix-shared-prune": "^1.0.1", - "@adobe/helix-shared-utils": "^2.0.1", - "ajv": "8.9.0", + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.8.tgz", + "integrity": "sha512-hrS4smLMlwXaWQva7vdjbEjhc75pN2c00jG0rDY3t7HPufj/3bW3FHKGY3Txu8vu7ZDv5B2EYjJnn6ZWSgbwtA==", + "dependencies": { + "@adobe/helix-fetch": "3.0.3", + "@adobe/helix-shared-git": "^1.1.2", + "@adobe/helix-shared-prune": "^1.0.2", + "@adobe/helix-shared-utils": "^2.0.2", + "ajv": "8.10.0", "ajv-formats": "2.1.1", + "cookie": "0.4.2", "fs-extra": "10.0.0", "ignore": "5.2.0", "lru-cache": "6.0.0", @@ -190,102 +191,55 @@ "yaml": "1.10.2" } }, - "node_modules/@adobe/helix-shared-config/node_modules/@adobe/helix-fetch": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-3.0.2.tgz", - "integrity": "sha512-5fwBSUShA+93LKKeLmdbw8tEYeEKYHtTad07QYxHmmcPviSh1JNA+pv9b+jK1p+EU3fjud8nr+prqwG3l4J+eg==", - "dependencies": { - "debug": "4.3.3", - "http-cache-semantics": "4.1.0", - "lru-cache": "6.0.0" - }, + "node_modules/@adobe/helix-shared-config/node_modules/cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "engines": { - "node": ">=12.0" - } - }, - "node_modules/@adobe/helix-shared-config/node_modules/ajv": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.9.0.tgz", - "integrity": "sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@adobe/helix-shared-config/node_modules/debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": ">= 0.6" } }, "node_modules/@adobe/helix-shared-dom": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-1.1.7.tgz", - "integrity": "sha512-suoIOI4ggmMmCrP/9D1VuGLTQaf9JykgkHNRLjmqZbvOfj7HVH7+M+1LLaLx4NzVRdd5RwozTj6cmtCoVqizbQ==", - "dev": true, - "dependencies": { - "ferrum": "1.9.3" - } - }, - "node_modules/@adobe/helix-shared-dom/node_modules/ferrum": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/ferrum/-/ferrum-1.9.3.tgz", - "integrity": "sha512-VJbRRqJXks++PJ66ofbzE8RnxeOoEZuoEcBXUgbJLg4ZPNpqrHa1um/hvHNIuHpagQCDKGvm8uulELwsV8wqgA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-1.1.8.tgz", + "integrity": "sha512-FFifggAKnrCvjgk3+mL+Obdjhs9Jyon1qg6CY7l/nEs994TrX34vqPQ6prFyrS9Utp88TFq7jKgaaF/HsmusWQ==", "dev": true, "dependencies": { - "fastestsmallesttextencoderdecoder": "1.0.22", - "lodash.isplainobject": "4.0.6", - "xxhashjs": "0.2.2" + "ferrum": "1.9.4" } }, "node_modules/@adobe/helix-shared-git": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-1.1.1.tgz", - "integrity": "sha512-Dz8tpLBVvI/4XBl1v8AxcXOjOz5opRbGVmbh8zShW0uVw6/GJgLrSsXbiCJgVVy3cv3lW4jvXV9YdmyZyXcqBA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-1.1.2.tgz", + "integrity": "sha512-MWhm2JXn0OaFb0KMt4R+M1/+3iKxL+JCHYEaWnwCtkEK3Z4UisF7G7/gOI3XwNzC+Azqu3ZDn9Qy4ROOstyOQw==", "dependencies": { - "@adobe/helix-shared-prune": "^1.0.1", + "@adobe/helix-shared-prune": "^1.0.2", "yaml": "1.10.2" } }, "node_modules/@adobe/helix-shared-prune": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-prune/-/helix-shared-prune-1.0.1.tgz", - "integrity": "sha512-3A4V/AsMKmXOFNIanFuuLLamsoMxuVM2BZF0ffJcQP1VtolD/iWY5cSXWJfQzkwVlsg+97eccSeZWOipF/wKFA==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-prune/-/helix-shared-prune-1.0.2.tgz", + "integrity": "sha512-dDpvCMy+GFbay9rA04Kw556TWGwNSDjFmy756ozeiKIzZ6p9lX4J/azcuAbP87o/fHyIjGjt5zJjbm3tbGldmw==" }, "node_modules/@adobe/helix-shared-string": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-string/-/helix-shared-string-1.0.5.tgz", - "integrity": "sha512-GhdwtDTVS9d9SUgQ4ar7k2kL/rwbYRzdbvTK2M0hbFB5JiqwMTKRSy5zl+SLZTslWAWyVmecvgNPBDaPztXQvQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-string/-/helix-shared-string-1.0.6.tgz", + "integrity": "sha512-IS3od9t43qxiWJurg1vHzPBJnLeoRCZaUgYnDc+6b7eWsxVINRwSf65Tljbr/t3OToOH7zwkY330Dj/ys57AWQ==", "dev": true }, "node_modules/@adobe/helix-shared-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.1.tgz", - "integrity": "sha512-t+e7YbO0wZnSdO95E2oi/cXZ/eGdto7cQuEGOkxAZmgBPBRoFgxGyCNCwCRES6UaZetAtDKQpED1ZZJbwR29FA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.2.tgz", + "integrity": "sha512-wSCVqHwBlspgX3i6v6JmRkc+eyjvQuUq6X48D8eKskYeKWk76M30TN3V2i3PmXdfVD1BbdFBF5xmcf6s9PiiOA==", "engines": { "node": ">= 14.17" } }, "node_modules/@adobe/helix-shared-wrap": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-wrap/-/helix-shared-wrap-1.0.1.tgz", - "integrity": "sha512-LkDX1p2IiutqxbSSjWo0mbVszAPcQLXogiOzDbxvYItAjLXL5FyItJbOYH5zKoM/qJCWN7uQw402MQ1+dUcM8g==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-wrap/-/helix-shared-wrap-1.0.2.tgz", + "integrity": "sha512-IjsF6V4kqh/nj5QZ2VtCNIHNnRgs+xZgx+nK3OJ1dk1/IeQGVj9yEvCRhyeDUSYOJkVZM8TNVJ1L4fVwODh16g==" }, "node_modules/@adobe/helix-status": { "version": "9.2.6", @@ -20631,16 +20585,17 @@ } }, "@adobe/helix-shared-config": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.7.tgz", - "integrity": "sha512-dgywICk6Fx4P1gg23ITHWiBtQj2spsdg4CGcE2U3OvabP2LIyVpedSTw5YV6D17HWnU+/CH1fHI4+FTNLiJpmA==", - "requires": { - "@adobe/helix-fetch": "3.0.2", - "@adobe/helix-shared-git": "^1.1.1", - "@adobe/helix-shared-prune": "^1.0.1", - "@adobe/helix-shared-utils": "^2.0.1", - "ajv": "8.9.0", + "version": "1.7.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-config/-/helix-shared-config-1.7.8.tgz", + "integrity": "sha512-hrS4smLMlwXaWQva7vdjbEjhc75pN2c00jG0rDY3t7HPufj/3bW3FHKGY3Txu8vu7ZDv5B2EYjJnn6ZWSgbwtA==", + "requires": { + "@adobe/helix-fetch": "3.0.3", + "@adobe/helix-shared-git": "^1.1.2", + "@adobe/helix-shared-prune": "^1.0.2", + "@adobe/helix-shared-utils": "^2.0.2", + "ajv": "8.10.0", "ajv-formats": "2.1.1", + "cookie": "0.4.2", "fs-extra": "10.0.0", "ignore": "5.2.0", "lru-cache": "6.0.0", @@ -20649,88 +20604,51 @@ "yaml": "1.10.2" }, "dependencies": { - "@adobe/helix-fetch": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-fetch/-/helix-fetch-3.0.2.tgz", - "integrity": "sha512-5fwBSUShA+93LKKeLmdbw8tEYeEKYHtTad07QYxHmmcPviSh1JNA+pv9b+jK1p+EU3fjud8nr+prqwG3l4J+eg==", - "requires": { - "debug": "4.3.3", - "http-cache-semantics": "4.1.0", - "lru-cache": "6.0.0" - } - }, - "ajv": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.9.0.tgz", - "integrity": "sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==", - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", - "requires": { - "ms": "2.1.2" - } + "cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==" } } }, "@adobe/helix-shared-dom": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-1.1.7.tgz", - "integrity": "sha512-suoIOI4ggmMmCrP/9D1VuGLTQaf9JykgkHNRLjmqZbvOfj7HVH7+M+1LLaLx4NzVRdd5RwozTj6cmtCoVqizbQ==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-dom/-/helix-shared-dom-1.1.8.tgz", + "integrity": "sha512-FFifggAKnrCvjgk3+mL+Obdjhs9Jyon1qg6CY7l/nEs994TrX34vqPQ6prFyrS9Utp88TFq7jKgaaF/HsmusWQ==", "dev": true, "requires": { - "ferrum": "1.9.3" - }, - "dependencies": { - "ferrum": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/ferrum/-/ferrum-1.9.3.tgz", - "integrity": "sha512-VJbRRqJXks++PJ66ofbzE8RnxeOoEZuoEcBXUgbJLg4ZPNpqrHa1um/hvHNIuHpagQCDKGvm8uulELwsV8wqgA==", - "dev": true, - "requires": { - "fastestsmallesttextencoderdecoder": "1.0.22", - "lodash.isplainobject": "4.0.6", - "xxhashjs": "0.2.2" - } - } + "ferrum": "1.9.4" } }, "@adobe/helix-shared-git": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-1.1.1.tgz", - "integrity": "sha512-Dz8tpLBVvI/4XBl1v8AxcXOjOz5opRbGVmbh8zShW0uVw6/GJgLrSsXbiCJgVVy3cv3lW4jvXV9YdmyZyXcqBA==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-git/-/helix-shared-git-1.1.2.tgz", + "integrity": "sha512-MWhm2JXn0OaFb0KMt4R+M1/+3iKxL+JCHYEaWnwCtkEK3Z4UisF7G7/gOI3XwNzC+Azqu3ZDn9Qy4ROOstyOQw==", "requires": { - "@adobe/helix-shared-prune": "^1.0.1", + "@adobe/helix-shared-prune": "^1.0.2", "yaml": "1.10.2" } }, "@adobe/helix-shared-prune": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-prune/-/helix-shared-prune-1.0.1.tgz", - "integrity": "sha512-3A4V/AsMKmXOFNIanFuuLLamsoMxuVM2BZF0ffJcQP1VtolD/iWY5cSXWJfQzkwVlsg+97eccSeZWOipF/wKFA==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-prune/-/helix-shared-prune-1.0.2.tgz", + "integrity": "sha512-dDpvCMy+GFbay9rA04Kw556TWGwNSDjFmy756ozeiKIzZ6p9lX4J/azcuAbP87o/fHyIjGjt5zJjbm3tbGldmw==" }, "@adobe/helix-shared-string": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-string/-/helix-shared-string-1.0.5.tgz", - "integrity": "sha512-GhdwtDTVS9d9SUgQ4ar7k2kL/rwbYRzdbvTK2M0hbFB5JiqwMTKRSy5zl+SLZTslWAWyVmecvgNPBDaPztXQvQ==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-string/-/helix-shared-string-1.0.6.tgz", + "integrity": "sha512-IS3od9t43qxiWJurg1vHzPBJnLeoRCZaUgYnDc+6b7eWsxVINRwSf65Tljbr/t3OToOH7zwkY330Dj/ys57AWQ==", "dev": true }, "@adobe/helix-shared-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.1.tgz", - "integrity": "sha512-t+e7YbO0wZnSdO95E2oi/cXZ/eGdto7cQuEGOkxAZmgBPBRoFgxGyCNCwCRES6UaZetAtDKQpED1ZZJbwR29FA==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-utils/-/helix-shared-utils-2.0.2.tgz", + "integrity": "sha512-wSCVqHwBlspgX3i6v6JmRkc+eyjvQuUq6X48D8eKskYeKWk76M30TN3V2i3PmXdfVD1BbdFBF5xmcf6s9PiiOA==" }, "@adobe/helix-shared-wrap": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-shared-wrap/-/helix-shared-wrap-1.0.1.tgz", - "integrity": "sha512-LkDX1p2IiutqxbSSjWo0mbVszAPcQLXogiOzDbxvYItAjLXL5FyItJbOYH5zKoM/qJCWN7uQw402MQ1+dUcM8g==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-wrap/-/helix-shared-wrap-1.0.2.tgz", + "integrity": "sha512-IjsF6V4kqh/nj5QZ2VtCNIHNnRgs+xZgx+nK3OJ1dk1/IeQGVj9yEvCRhyeDUSYOJkVZM8TNVJ1L4fVwODh16g==" }, "@adobe/helix-status": { "version": "9.2.6", diff --git a/package.json b/package.json index 503e1df2..6bddf709 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "devDependencies": { "@adobe/eslint-config-helix": "1.3.2", - "@adobe/helix-shared-dom": "1.1.7", - "@adobe/helix-shared-string": "1.0.5", + "@adobe/helix-shared-dom": "1.1.8", + "@adobe/helix-shared-string": "1.0.6", "@adobe/helix-testutils": "0.4.11", "@adobe/jsonschema2md": "6.1.4", "@pollyjs/adapter-fetch": "6.0.4", @@ -59,10 +59,10 @@ "dependencies": { "@adobe/helix-fetch": "3.0.3", "@adobe/helix-log": "6.0.0", - "@adobe/helix-shared-config": "1.7.7", + "@adobe/helix-shared-config": "1.7.8", "@adobe/helix-markdown-support": "3.1.2", - "@adobe/helix-shared-utils": "2.0.1", - "@adobe/helix-shared-wrap": "1.0.1", + "@adobe/helix-shared-utils": "2.0.2", + "@adobe/helix-shared-wrap": "1.0.2", "@adobe/helix-status": "9.2.6", "@adobe/helix-universal-logger": "2.0.2", "@emmetio/expand-abbreviation": "0.7.3",