From e836f69bf4eb8a787eae0bbe3eff16d99542921b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:12:27 +0000 Subject: [PATCH] fix(deps): update adobe fixes to v2.15.2 --- 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 f4c82a6..407ae3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.3", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.15.1" + "@adobe/helix-rum-js": "2.15.2" }, "devDependencies": { "@babel/core": "7.29.7", @@ -120,9 +120,9 @@ "license": "MIT" }, "node_modules/@adobe/helix-rum-js": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.15.1.tgz", - "integrity": "sha512-nF2floXdR1tuUDb+XLep2h4WxEWow+K+E1AqmXAyl67tJKOPD3uMaYlyb9NR7xKCK/vUGumquZAGn9L7WOzynA==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.15.2.tgz", + "integrity": "sha512-L8VTpBj2adf7xsNUPFgC8CsgC7lIUXJm9fG12mEbwbFy8BVouGUNaRXMGdUsJu2AkfcDeRWxYEgX2LwaCiUmHQ==", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 638f115..1707cef 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "stylelint-config-standard": "40.0.0" }, "dependencies": { - "@adobe/helix-rum-js": "2.15.1" + "@adobe/helix-rum-js": "2.15.2" } }