From 015bf7f5dc8f2346a3ff6f07f990cb52f4634106 Mon Sep 17 00:00:00 2001 From: ekremney Date: Mon, 25 Nov 2024 15:48:12 +0100 Subject: [PATCH] fix(deps): bump rum-distiller to 1.9.1 --- package-lock.json | 11 +++++------ packages/spacecat-shared-rum-api-client/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae4fbcd6..adb81e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -255,10 +255,9 @@ } }, "node_modules/@adobe/rum-distiller": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@adobe/rum-distiller/-/rum-distiller-1.9.0.tgz", - "integrity": "sha512-Ex3N1yT0ZKHXnckHKFxBt6h49TGcQfJVr+R4SKyCRCsIg+/4H02i5BrV1N7SUq/r9BBn+6L82nc/Jg2E/U09Pw==", - "license": "Apache-2.0" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@adobe/rum-distiller/-/rum-distiller-1.9.1.tgz", + "integrity": "sha512-Il7feuWiSd8Aw1Uw09PhNg3FZMMOkDNnekpDyrV5LA8PTBMoBnX8swaKpiaNMTbdsJG1KxYzb2M4lFDEa0mLuw==" }, "node_modules/@adobe/spacecat-helix-content-sdk": { "version": "1.3.7", @@ -22809,7 +22808,7 @@ }, "packages/spacecat-shared-content-client": { "name": "@adobe/spacecat-shared-content-client", - "version": "1.2.4", + "version": "1.2.5", "license": "Apache-2.0", "dependencies": { "@adobe/helix-universal": "5.0.6", @@ -28312,7 +28311,7 @@ "@adobe/fetch": "4.1.9", "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-universal": "5.0.6", - "@adobe/rum-distiller": "1.9.0", + "@adobe/rum-distiller": "1.9.1", "@adobe/spacecat-shared-utils": "1.22.4", "aws4": "1.13.2", "urijs": "^1.19.11" diff --git a/packages/spacecat-shared-rum-api-client/package.json b/packages/spacecat-shared-rum-api-client/package.json index f252908f..da5c3d66 100644 --- a/packages/spacecat-shared-rum-api-client/package.json +++ b/packages/spacecat-shared-rum-api-client/package.json @@ -39,7 +39,7 @@ "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-universal": "5.0.6", "@adobe/spacecat-shared-utils": "1.22.4", - "@adobe/rum-distiller": "1.9.0", + "@adobe/rum-distiller": "1.9.1", "aws4": "1.13.2", "urijs": "^1.19.11" },