diff --git a/package-lock.json b/package-lock.json index d516c15..0d5b7c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.14.0" + "@adobe/helix-rum-js": "2.14.2" }, "devDependencies": { "@babel/core": "7.28.5", @@ -120,9 +120,9 @@ "license": "MIT" }, "node_modules/@adobe/helix-rum-js": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.14.0.tgz", - "integrity": "sha512-qRma5/lDJ3Wg3PR5PVSqLxfBLg5cmFFQne7jRXNK0GJn8F3dBI2qtv/UxTCNYIbTadwyIySD/MwTKQvUX6K8GA==", + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.14.2.tgz", + "integrity": "sha512-gxT6xktqVYdYf0Hd3E/3QN5pGksBeOBOFJVe+U2Xj3dRZuH8eD4mb5hly2dnJb/BljhDyOS/A9SLMr2aj/7sZw==", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index a02ea0c..376c116 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "stylelint-config-standard": "39.0.1" }, "dependencies": { - "@adobe/helix-rum-js": "2.14.0" + "@adobe/helix-rum-js": "2.14.2" } }