diff --git a/package-lock.json b/package-lock.json index 621249b..e6d31c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.5.1", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "1.8.0" + "@adobe/helix-rum-js": "2.0.0" }, "devDependencies": { "@babel/core": "7.24.4", @@ -69,9 +69,9 @@ } }, "node_modules/@adobe/helix-rum-js": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-1.8.0.tgz", - "integrity": "sha512-rURQJtVhgvQm+M5JgR80fwoIWpnVQ48ZC6t8PfTVX04P3LrxyMn+zWM/gNgCJFja7fJpmFEis6eh+DI2bzf20A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.0.0.tgz", + "integrity": "sha512-Cl8AtdcJhpsICniYEUEyfI4x8Ik0sDZu21vqfGqPEatIn7GQ6EZsW+RQpCjbQSII4PS1l+HjC+wg3onoLA72Xg==" }, "node_modules/@ampproject/remapping": { "version": "2.2.1", diff --git a/package.json b/package.json index 7ecfa40..31c0226 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "stylelint-config-standard": "36.0.0" }, "dependencies": { - "@adobe/helix-rum-js": "1.8.0" + "@adobe/helix-rum-js": "2.0.0" } }