From 9e162f3df0a7a26731e0ddb5cac4fb44846e99b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:25:10 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/spacecat-helix-content-sdk to v1.1.8 (#367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@adobe/spacecat-helix-content-sdk](https://redirect.github.com/adobe/spacecat-helix-content-sdk) | [`1.1.7` -> `1.1.8`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-helix-content-sdk/1.1.7/1.1.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@adobe%2fspacecat-helix-content-sdk/1.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@adobe%2fspacecat-helix-content-sdk/1.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@adobe%2fspacecat-helix-content-sdk/1.1.7/1.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@adobe%2fspacecat-helix-content-sdk/1.1.7/1.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
adobe/spacecat-helix-content-sdk (@​adobe/spacecat-helix-content-sdk) ### [`v1.1.8`](https://redirect.github.com/adobe/spacecat-helix-content-sdk/compare/1976ce95dddd5b01691ef506af449b715c9cedb3...8879cdfac812e3de44bf5c4419fd010fdbabe83b) [Compare Source](https://redirect.github.com/adobe/spacecat-helix-content-sdk/compare/1976ce95dddd5b01691ef506af449b715c9cedb3...8879cdfac812e3de44bf5c4419fd010fdbabe83b)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/adobe/spacecat-shared). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- packages/spacecat-shared-content-client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a854369..ced827aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -253,9 +253,9 @@ } }, "node_modules/@adobe/spacecat-helix-content-sdk": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-helix-content-sdk/-/spacecat-helix-content-sdk-1.1.7.tgz", - "integrity": "sha512-b305seiD9shMgNBb+vnGLUvPqQ9YiqftJk+OhtrkveOBKU+SU12TtyZ09MdSBR9YN71alZl4RwCMn/yHPXTTeg==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-helix-content-sdk/-/spacecat-helix-content-sdk-1.1.8.tgz", + "integrity": "sha512-8Aw3SUjM6dG/e/yXeSawn7I+XoagPNTQVxVnIuctqxdGzD7DSrQBBz/LuwP9w3zjAe1NQkEke2nP2U6vrc1amw==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", @@ -17762,7 +17762,7 @@ "license": "Apache-2.0", "dependencies": { "@adobe/helix-universal": "5.0.5", - "@adobe/spacecat-helix-content-sdk": "1.1.7", + "@adobe/spacecat-helix-content-sdk": "1.1.8", "@adobe/spacecat-shared-utils": "1.19.6" }, "devDependencies": { @@ -18185,7 +18185,7 @@ }, "packages/spacecat-shared-data-access": { "name": "@adobe/spacecat-shared-data-access", - "version": "1.43.4", + "version": "1.44.0", "license": "Apache-2.0", "dependencies": { "@adobe/spacecat-shared-dynamo": "1.2.5", diff --git a/packages/spacecat-shared-content-client/package.json b/packages/spacecat-shared-content-client/package.json index 4db910e3..ea351c08 100644 --- a/packages/spacecat-shared-content-client/package.json +++ b/packages/spacecat-shared-content-client/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@adobe/helix-universal": "5.0.5", - "@adobe/spacecat-helix-content-sdk": "1.1.7", + "@adobe/spacecat-helix-content-sdk": "1.1.8", "@adobe/spacecat-shared-utils": "1.19.6" }, "devDependencies": {