From 62a13fce920b381d8a787fd9c6e750ea0683a5aa Mon Sep 17 00:00:00 2001 From: Alexandre Capt Date: Thu, 11 Jul 2024 11:20:52 +0200 Subject: [PATCH] chore: adjust dependency --- package-lock.json | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f61017c..28ab13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.3.0", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "1.9.0" + "@adobe/helix-rum-js": "https://github.com/adobe/helix-rum-js#enhancer-load" }, "devDependencies": { "@babel/core": "7.24.7", @@ -69,10 +69,8 @@ } }, "node_modules/@adobe/helix-rum-js": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-1.9.0.tgz", - "integrity": "sha512-PfgeCme41/qHicnVd8NjdBWIeRN/m8/piMXrQvIQNzYI+oz/PF4R5bQONOyppkBLD0ninqQ/7yDgoTdqIy/5NA==", - "license": "Apache-2.0" + "version": "2.1.4", + "resolved": "git+ssh://git@github.com/adobe/helix-rum-js.git#32fc67352a50267791a71d2db8b549e3c8d56950" }, "node_modules/@ampproject/remapping": { "version": "2.2.1", diff --git a/package.json b/package.json index 3d7c0be..2830cb5 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "stylelint-config-standard": "36.0.1" }, "dependencies": { - "@adobe/helix-rum-js": "1.9.0" + "@adobe/helix-rum-js": "https://github.com/adobe/helix-rum-js#enhancer-load" } }