From 0c9afa4cffa4c608335e11398a54b92633c2164e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 03:47:33 +0000 Subject: [PATCH] fix(deps): update adobe fixes (#133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 52 +++++++++++++++++++++++------------------------ package.json | 4 ++-- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9adfbbc..4eb58cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@adobe/helix-importer", - "version": "2.8.10", + "version": "2.8.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-importer", - "version": "2.8.10", + "version": "2.8.11", "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "6.1.1", - "@adobe/helix-md2docx": "2.0.48", + "@adobe/helix-md2docx": "2.0.49", "@adobe/mdast-util-gridtables": "1.0.6", "@adobe/remark-gridtables": "1.0.2", "form-data": "4.0.0", @@ -26,7 +26,7 @@ "devDependencies": { "@adobe/eslint-config-helix": "2.0.2", "@adobe/helix-docx2md": "1.4.1", - "@adobe/helix-mediahandler": "2.1.2", + "@adobe/helix-mediahandler": "2.1.3", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", @@ -60,9 +60,9 @@ } }, "node_modules/@adobe/fetch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.0.7.tgz", - "integrity": "sha512-FhUOgOzPB+tkHLwS1IgpzMoV9WH6jXm7RjpEv0wpYxdOW40lJEVGpTgzOQRjD1O4GneA5P67dgUorOXLhPZlzQ==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.0.8.tgz", + "integrity": "sha512-ON/DZitGO0F6BGCUMw9AE3VToELGg3OxtgXkhCcgu4v2c0jjuWpSkyZ88d7RUAZISNiC8HZ/Wg2nUSI5G4qgpA==", "dependencies": { "debug": "4.3.4", "http-cache-semantics": "4.1.1", @@ -135,11 +135,11 @@ } }, "node_modules/@adobe/helix-md2docx": { - "version": "2.0.48", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.48.tgz", - "integrity": "sha512-uAkUKPgmy6qW/WL2HYmqTZB7NLgra0TuZTyl285kMamvC1b1tNxyDTVANqjbiSNuAU2CmYUi4frYvPESdJglaA==", + "version": "2.0.49", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.49.tgz", + "integrity": "sha512-kQKVUGwwyM5N7Gt0xsWztVoMIffy6TSUzHgJJ+rl7T2r59/4qFHDlp0wlfGPUwa2n/8O/RbIPEnh78jfA6eKkg==", "dependencies": { - "@adobe/fetch": "4.0.7", + "@adobe/fetch": "4.0.8", "@adobe/helix-docx2md": "1.4.1", "@adobe/helix-markdown-support": "6.1.1", "@adobe/helix-shared-process-queue": "3.0.0", @@ -157,12 +157,12 @@ } }, "node_modules/@adobe/helix-mediahandler": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.1.2.tgz", - "integrity": "sha512-Ti0lua2TodDPwoEzuzyv/3IRQuQl+CcbDt/c0UllZyYOFkz6l2rJ/nRwsY3FJwvZSU+HSWXTDLgvUelIFDV3SA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.1.3.tgz", + "integrity": "sha512-TAdKo+4v1ukS/VaVD1UDHwlDcpS6eaLp6Bcl8WvmTN/tBOUKBZqn95idTA1fC0eM1LCq4obrJo0lNYwrm7M21A==", "dev": true, "dependencies": { - "@adobe/fetch": "4.0.7", + "@adobe/fetch": "4.0.8", "@aws-sdk/abort-controller": "3.306.0", "@aws-sdk/client-s3": "3.309.0", "@aws-sdk/lib-storage": "3.309.0", @@ -14109,9 +14109,9 @@ } }, "@adobe/fetch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.0.7.tgz", - "integrity": "sha512-FhUOgOzPB+tkHLwS1IgpzMoV9WH6jXm7RjpEv0wpYxdOW40lJEVGpTgzOQRjD1O4GneA5P67dgUorOXLhPZlzQ==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@adobe/fetch/-/fetch-4.0.8.tgz", + "integrity": "sha512-ON/DZitGO0F6BGCUMw9AE3VToELGg3OxtgXkhCcgu4v2c0jjuWpSkyZ88d7RUAZISNiC8HZ/Wg2nUSI5G4qgpA==", "requires": { "debug": "4.3.4", "http-cache-semantics": "4.1.1", @@ -14174,11 +14174,11 @@ } }, "@adobe/helix-md2docx": { - "version": "2.0.48", - "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.48.tgz", - "integrity": "sha512-uAkUKPgmy6qW/WL2HYmqTZB7NLgra0TuZTyl285kMamvC1b1tNxyDTVANqjbiSNuAU2CmYUi4frYvPESdJglaA==", + "version": "2.0.49", + "resolved": "https://registry.npmjs.org/@adobe/helix-md2docx/-/helix-md2docx-2.0.49.tgz", + "integrity": "sha512-kQKVUGwwyM5N7Gt0xsWztVoMIffy6TSUzHgJJ+rl7T2r59/4qFHDlp0wlfGPUwa2n/8O/RbIPEnh78jfA6eKkg==", "requires": { - "@adobe/fetch": "4.0.7", + "@adobe/fetch": "4.0.8", "@adobe/helix-docx2md": "1.4.1", "@adobe/helix-markdown-support": "6.1.1", "@adobe/helix-shared-process-queue": "3.0.0", @@ -14196,12 +14196,12 @@ } }, "@adobe/helix-mediahandler": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.1.2.tgz", - "integrity": "sha512-Ti0lua2TodDPwoEzuzyv/3IRQuQl+CcbDt/c0UllZyYOFkz6l2rJ/nRwsY3FJwvZSU+HSWXTDLgvUelIFDV3SA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-mediahandler/-/helix-mediahandler-2.1.3.tgz", + "integrity": "sha512-TAdKo+4v1ukS/VaVD1UDHwlDcpS6eaLp6Bcl8WvmTN/tBOUKBZqn95idTA1fC0eM1LCq4obrJo0lNYwrm7M21A==", "dev": true, "requires": { - "@adobe/fetch": "4.0.7", + "@adobe/fetch": "4.0.8", "@aws-sdk/abort-controller": "3.306.0", "@aws-sdk/client-s3": "3.309.0", "@aws-sdk/lib-storage": "3.309.0", diff --git a/package.json b/package.json index d6fe06b..65c9d81 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@adobe/eslint-config-helix": "2.0.2", "@adobe/helix-docx2md": "1.4.1", - "@adobe/helix-mediahandler": "2.1.2", + "@adobe/helix-mediahandler": "2.1.3", "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", @@ -44,7 +44,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-markdown-support": "6.1.1", - "@adobe/helix-md2docx": "2.0.48", + "@adobe/helix-md2docx": "2.0.49", "@adobe/mdast-util-gridtables": "1.0.6", "@adobe/remark-gridtables": "1.0.2", "form-data": "4.0.0",