From a934e7b9ae50148ddc6f554172587c6c4f6f613c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:47:22 +0200 Subject: [PATCH] fix(deps): update dependency @adobe/helix-rum-js to v2.7.0 (#106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 1bf3c81..71a214c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.7.0", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.6.0" + "@adobe/helix-rum-js": "2.7.0" }, "devDependencies": { "@babel/core": "7.25.8", @@ -69,9 +69,9 @@ } }, "node_modules/@adobe/helix-rum-js": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.6.0.tgz", - "integrity": "sha512-6XSm4EpJxfsKG8IaqBKa9Lt+I5Ry0Z3548iDdZKSxHFtgy6mAMpddPg5c8dW0w/UOkao+qldL5Xdp/xB7aIpZA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.7.0.tgz", + "integrity": "sha512-BIdhW9/4RrecuIwNl90zkuvh8gxl0FPplAx0ehcdH5Jozn0SCMFu5h0Gw6IwTQrssUeoZTiNlovw7df9EvH5qQ==", "license": "Apache-2.0" }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index eab1e20..ec917ef 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "stylelint-config-standard": "36.0.1" }, "dependencies": { - "@adobe/helix-rum-js": "2.6.0" + "@adobe/helix-rum-js": "2.7.0" } }