diff --git a/package-lock.json b/package-lock.json index 3bba78a..3923425 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.8", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.15.3" + "@adobe/helix-rum-js": "2.17.0" }, "devDependencies": { "@babel/core": "7.29.7", @@ -120,9 +120,9 @@ "license": "MIT" }, "node_modules/@adobe/helix-rum-js": { - "version": "2.15.3", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.15.3.tgz", - "integrity": "sha512-0xmPNzHLQHEJ3DK9VsHB5BOMEoTZ6ytz6Y2x67TW89wBr0KRzVmSEBCJsotRdxzDEAS7E7QtPY7e66PJ+12jvA==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.17.0.tgz", + "integrity": "sha512-p7O2kk/ydMEV3P78XY39HaM9fvFu9gnpPPz4eKwfShCyH0emrqU5FNU/As52i/7fm5tdcfUDZ8Ct3Rws77oYVw==", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index b712f16..0e41be9 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "stylelint-config-standard": "40.0.0" }, "dependencies": { - "@adobe/helix-rum-js": "2.15.3" + "@adobe/helix-rum-js": "2.17.0" } }