From 72e89594f30bccc74ca9b4ab45159f1a2190a231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:42:17 +0000 Subject: [PATCH] fix(deps): update adobe fixes to v2.15.1 --- 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 10acab0..4b7b218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.2", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.15.0" + "@adobe/helix-rum-js": "2.15.1" }, "devDependencies": { "@babel/core": "7.29.7", @@ -120,9 +120,9 @@ "license": "MIT" }, "node_modules/@adobe/helix-rum-js": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.15.0.tgz", - "integrity": "sha512-qoqLdlP/DWWqlOZNAdd7zIZ/9xabJPtP/UYfqzidJWqtDL2tp74cch5d5WTPOY3wSs5Q5PbxCrdiBhKIiRX7fA==", + "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==", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 9ba49a5..1c5406c 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "stylelint-config-standard": "40.0.0" }, "dependencies": { - "@adobe/helix-rum-js": "2.15.0" + "@adobe/helix-rum-js": "2.15.1" } }