fix(deps): update grafana faro to v2.8.1 #2972

Merged
renovate merged 1 commits from renovate/grafana-faro into main 2026-07-02 10:09:23 +00:00
2 changed files with 15 additions and 15 deletions
Showing only changes of commit 84544f4ac0 - Show all commits
+13 -13
View File
@@ -11,8 +11,8 @@
"dependencies": { "dependencies": {
"@apollo/client": "3.14.1", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0", "@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.8.0", "@grafana/faro-web-sdk": "2.8.1",
"@grafana/faro-web-tracing": "2.8.0", "@grafana/faro-web-tracing": "2.8.1",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3", "@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",
@@ -1931,9 +1931,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@grafana/faro-core": { "node_modules/@grafana/faro-core": {
"version": "2.8.0", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/@grafana/faro-core/-/faro-core-2.8.0.tgz", "resolved": "https://registry.npmjs.org/@grafana/faro-core/-/faro-core-2.8.1.tgz",
"integrity": "sha512-w8kO8xbkxddm6PRhoVNEcK+cxGXOK5pWbPl8j3DSgYgLjfIGefhtyS96n/f9UUyZHWxBhl5SgAuO2Gdpo5xvJg==", "integrity": "sha512-9fz9MVj8gACa2bbyd++0nCvpGgCB/nQfdAadFoQn6JJFdpV3hca51pxM5ioJaRJFXCQRp5/o7dZAuiaX/AMQ8A==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@opentelemetry/api": "^1.9.0", "@opentelemetry/api": "^1.9.0",
@@ -1941,23 +1941,23 @@
} }
}, },
"node_modules/@grafana/faro-web-sdk": { "node_modules/@grafana/faro-web-sdk": {
"version": "2.8.0", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/@grafana/faro-web-sdk/-/faro-web-sdk-2.8.0.tgz", "resolved": "https://registry.npmjs.org/@grafana/faro-web-sdk/-/faro-web-sdk-2.8.1.tgz",
"integrity": "sha512-b0v8ABXOpgws4byuDUQKA7gUWhtCXQqO35q2aaJJ/zV+7AhhdIRAce0/GOmdxh4FsxGZl8FLIyHxd7qEkDnaRw==", "integrity": "sha512-5209siIWJezvJSTJKrRCOgS9Fuw82Uml5/LEjN0BphRHcvZZRhzG2tEdprR8qxfpVCBmd7wC4yBI3YiEc/BF2g==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@grafana/faro-core": "^2.8.0", "@grafana/faro-core": "^2.8.1",
"ua-parser-js": "1.0.41", "ua-parser-js": "1.0.41",
"web-vitals": "^5.1.0" "web-vitals": "^5.1.0"
} }
}, },
"node_modules/@grafana/faro-web-tracing": { "node_modules/@grafana/faro-web-tracing": {
"version": "2.8.0", "version": "2.8.1",
"resolved": "https://registry.npmjs.org/@grafana/faro-web-tracing/-/faro-web-tracing-2.8.0.tgz", "resolved": "https://registry.npmjs.org/@grafana/faro-web-tracing/-/faro-web-tracing-2.8.1.tgz",
"integrity": "sha512-/9mj97gW+Wf/EOAsN5V7Cepu6m3j5mJf4sBavRy/IKH6PgWbj9EsCu9MlcifmlNRnDvKF9ImjZhxQ1p1Nwdfhw==", "integrity": "sha512-QH7jK56BbXUOE4GpDjt4/rwmjGCXodgprsHre6Qqwz2eIq4XK8ljbgHO67FWstve6aim3PMVlQAIwspUelPP8A==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@grafana/faro-web-sdk": "^2.8.0", "@grafana/faro-web-sdk": "^2.8.1",
"@opentelemetry/api": "^1.9.0", "@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^2.0.0", "@opentelemetry/core": "^2.0.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0", "@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
+2 -2
View File
@@ -49,8 +49,8 @@
"dependencies": { "dependencies": {
"@apollo/client": "3.14.1", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0", "@auth0/auth0-vue": "2.7.0",
"@grafana/faro-web-sdk": "2.8.0", "@grafana/faro-web-sdk": "2.8.1",
"@grafana/faro-web-tracing": "2.8.0", "@grafana/faro-web-tracing": "2.8.1",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3", "@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2", "@vue/apollo-composable": "4.2.2",