From 725362111149cce53eba86b8f4a764c97e4496e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:27:36 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/spacecat-shared-rum-api-client to v2.9.2 (#286) 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-shared-rum-api-client](https://redirect.github.com/adobe/spacecat-shared) | [`2.9.1` -> `2.9.2`](https://renovatebot.com/diffs/npm/@adobe%2fspacecat-shared-rum-api-client/2.9.1/2.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@adobe%2fspacecat-shared-rum-api-client/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@adobe%2fspacecat-shared-rum-api-client/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@adobe%2fspacecat-shared-rum-api-client/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@adobe%2fspacecat-shared-rum-api-client/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
adobe/spacecat-shared (@​adobe/spacecat-shared-rum-api-client) ### [`v2.9.2`](https://redirect.github.com/adobe/spacecat-shared/releases/tag/%40adobe/spacecat-shared-rum-api-client-v2.9.2) [Compare Source](https://redirect.github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v2.9.1...@adobe/spacecat-shared-rum-api-client-v2.9.2) ##### Bug Fixes - Improve granularity of high organic traffic audit ([#​372](https://redirect.github.com/adobe/spacecat-shared/issues/372)) ([a2d3770](https://redirect.github.com/adobe/spacecat-shared/commit/a2d37707d94134d7998ba17fa4505c4fc25b46c3))
--- ### 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-audit-post-processor). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c7a88e..de10230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@adobe/helix-universal-logger": "3.0.19", "@adobe/spacecat-shared-data-access": "1.44.3", "@adobe/spacecat-shared-http-utils": "1.6.9", - "@adobe/spacecat-shared-rum-api-client": "2.9.1", + "@adobe/spacecat-shared-rum-api-client": "2.9.2", "@adobe/spacecat-shared-slack-client": "1.3.15", "@adobe/spacecat-shared-utils": "1.20.1", "comma-number": "2.1.0", @@ -3489,9 +3489,9 @@ } }, "node_modules/@adobe/spacecat-shared-rum-api-client": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-rum-api-client/-/spacecat-shared-rum-api-client-2.9.1.tgz", - "integrity": "sha512-2BIc5y/nV3nEiOV+uNhab9eVRrHEM9d0808mBQQr2xWf970LbCuF5STrzufSSmrt8zeTXowS7GR71fVVAksfZQ==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/@adobe/spacecat-shared-rum-api-client/-/spacecat-shared-rum-api-client-2.9.2.tgz", + "integrity": "sha512-OL2sJpdirtYCgrwe8aZVjUS4I4tnv16uhbC7hOlijDPuiPxpo+ILT9bhsCGcH6EMTjLVyk/BrUishfrhmW2c/Q==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", diff --git a/package.json b/package.json index 056d06c..ac14c3d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.2", "@adobe/helix-universal-logger": "3.0.19", - "@adobe/spacecat-shared-rum-api-client": "2.9.1", + "@adobe/spacecat-shared-rum-api-client": "2.9.2", "@adobe/spacecat-shared-http-utils": "1.6.9", "@adobe/spacecat-shared-utils": "1.20.1", "@adobe/spacecat-shared-data-access": "1.44.3",