diff --git a/package-lock.json b/package-lock.json index 2ff871c..5f9358d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.1", "license": "Apache License 2.0", "dependencies": { - "@adobe/helix-rum-js": "2.14.2" + "@adobe/helix-rum-js": "2.14.3" }, "devDependencies": { "@babel/core": "7.29.0", @@ -120,9 +120,9 @@ "license": "MIT" }, "node_modules/@adobe/helix-rum-js": { - "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==", + "version": "2.14.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-rum-js/-/helix-rum-js-2.14.3.tgz", + "integrity": "sha512-zeCQbcpaNmapnlwm6n06gN/QQIiwaT+zpoSa6WQOXje7rsEKGHPtbmIlcVjI3O9r5hmcHT8Ssqo3i1bW85PESg==", "license": "Apache-2.0" }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index f2910fd..5658db9 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "stylelint-config-standard": "40.0.0" }, "dependencies": { - "@adobe/helix-rum-js": "2.14.2" + "@adobe/helix-rum-js": "2.14.3" } }