From 2f61f622ffb84967cbd7cfc46d317268ed187cdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:41:41 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-rum-js to v2.5.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 893a2a5..7af6d42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.5.5", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.5.0" + "@adobe/helix-rum-js": "2.5.3" }, "devDependencies": { "@babel/core": "7.25.2", @@ -69,9 +69,9 @@ } }, "node_modules/@adobe/helix-rum-js": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.5.0.tgz", - "integrity": "sha512-rI+buVvWa1zVgJH4A8J79Ep6lKdfGmosueklP7iaO4znE8gpQjSyiVM2BSQA6Yq7PXWmhD6TVoMqZqH23RX9rg==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.5.3.tgz", + "integrity": "sha512-zcW4Ul/FTQrlEYDpR81K7jq7zJ7M7ZB594+4pquDDIJ/w9x3WeIMccEyTU+2AManWxueTKLxyh9hUQaEitLUlw==", "license": "Apache-2.0" }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 840a571..c8a35f9 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "stylelint-config-standard": "36.0.1" }, "dependencies": { - "@adobe/helix-rum-js": "2.5.0" + "@adobe/helix-rum-js": "2.5.3" } }