Author SHA1 Message Date
renovate 17c93475f7 fix(deps): update dependency @apollo/client to v4
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Failing after 32s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-07-06 14:04:09 +00:00
renovate b1c4ddfbc8 fix(deps): update dependency @auth0/auth0-vue to v2.8.0 (#2977)
dancefinder-app / build (push) Successful in 1m1s
dancefinder-app / deploy-prod (push) Successful in 1m14s
2026-07-06 13:13:36 +00:00
2 changed files with 14 additions and 14 deletions
+12 -12
View File
@@ -10,7 +10,7 @@
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@apollo/client": "3.14.1", "@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.7.0", "@auth0/auth0-vue": "2.8.0",
"@grafana/faro-web-sdk": "2.8.2", "@grafana/faro-web-sdk": "2.8.2",
"@grafana/faro-web-tracing": "2.8.2", "@grafana/faro-web-tracing": "2.8.2",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
@@ -148,9 +148,9 @@
} }
}, },
"node_modules/@auth0/auth0-auth-js": { "node_modules/@auth0/auth0-auth-js": {
"version": "1.6.0", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-auth-js/-/auth0-auth-js-1.6.0.tgz", "resolved": "https://registry.npmjs.org/@auth0/auth0-auth-js/-/auth0-auth-js-1.10.0.tgz",
"integrity": "sha512-/WYYNlsqhWA6I60pMVLFVeOgjOUCLdJThEAsjN8pAgYY09BTxbPaRIEVDgGu6ckoJpkmKvEYlHPO/vwRNrvX6w==", "integrity": "sha512-FDzc0lbaG1E++4sjx3zW7BB9gVK2ODLmuPStGxYPeclKwLMFKkmVyWR8bCyQVNXvTS1KCHeX0dC9HMTJ0WBCJg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"jose": "^6.0.8", "jose": "^6.0.8",
@@ -158,24 +158,24 @@
} }
}, },
"node_modules/@auth0/auth0-spa-js": { "node_modules/@auth0/auth0-spa-js": {
"version": "2.19.3", "version": "2.22.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.19.3.tgz", "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.22.0.tgz",
"integrity": "sha512-Dx0VKuJwmEjdHLQJHTyGY6LLZ8Jk0DFEIBPKhfoCpvWoo47AoaqO5YV+Ix5isn7zso+8IsJ9Awx7sgHKA5zBPQ==", "integrity": "sha512-+2MeIGcXNPXaodEimx1F0YYTfajZ3oxbUI14nGhChcPqxOjRZQNwXrr9rRpHy+tMgNHOnM5YwIqvAfkZlB1WjA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@auth0/auth0-auth-js": "1.6.0", "@auth0/auth0-auth-js": "1.10.0",
"browser-tabs-lock": "1.3.0", "browser-tabs-lock": "1.3.0",
"dpop": "2.1.1", "dpop": "2.1.1",
"es-cookie": "1.3.2" "es-cookie": "1.3.2"
} }
}, },
"node_modules/@auth0/auth0-vue": { "node_modules/@auth0/auth0-vue": {
"version": "2.7.0", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.7.0.tgz", "resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.8.0.tgz",
"integrity": "sha512-7Jw8jCNH0rQQkBP31QUKQDaMXHMcS3Qg3g7Ia6deYKe9/jDgYbMFBus/R8dcq8WZLAuI+06yTcvMzUi7w3WHNQ==", "integrity": "sha512-2X31j20hd6f7NvoUOykWcjTEBBZXPFnhs52Xbw2Vx2H9QyvaFLAUZIXjZSxC5snMc08QSGAgkr+ZOEBtw13x6g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@auth0/auth0-spa-js": "^2.10.0", "@auth0/auth0-spa-js": "^2.21.0",
"vue": "^3.5.21" "vue": "^3.5.21"
}, },
"peerDependencies": { "peerDependencies": {
+2 -2
View File
@@ -47,8 +47,8 @@
"vuetify": "4.1.3" "vuetify": "4.1.3"
}, },
"dependencies": { "dependencies": {
"@apollo/client": "3.14.1", "@apollo/client": "4.2.5",
"@auth0/auth0-vue": "2.7.0", "@auth0/auth0-vue": "2.8.0",
"@grafana/faro-web-sdk": "2.8.2", "@grafana/faro-web-sdk": "2.8.2",
"@grafana/faro-web-tracing": "2.8.2", "@grafana/faro-web-tracing": "2.8.2",
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",