From f3412491965013dc338cf34148aef154c1a5c5dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:38:23 +0000 Subject: [PATCH] fix(deps): update adobe fixes to v2.15.3 --- 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 75f6300..97cf692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.4", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.15.2" + "@adobe/helix-rum-js": "2.15.3" }, "devDependencies": { "@babel/core": "7.29.7", @@ -120,9 +120,9 @@ "license": "MIT" }, "node_modules/@adobe/helix-rum-js": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.15.2.tgz", - "integrity": "sha512-L8VTpBj2adf7xsNUPFgC8CsgC7lIUXJm9fG12mEbwbFy8BVouGUNaRXMGdUsJu2AkfcDeRWxYEgX2LwaCiUmHQ==", + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.15.3.tgz", + "integrity": "sha512-0xmPNzHLQHEJ3DK9VsHB5BOMEoTZ6ytz6Y2x67TW89wBr0KRzVmSEBCJsotRdxzDEAS7E7QtPY7e66PJ+12jvA==", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 1803cc9..140087f 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "stylelint-config-standard": "40.0.0" }, "dependencies": { - "@adobe/helix-rum-js": "2.15.2" + "@adobe/helix-rum-js": "2.15.3" } }