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" } }