fix(deps): update dependency @auth0/auth0-vue to v2.6.0 (#2881)
dancefinder-app / build (push) Successful in 1m30s
dancefinder-app / deploy-prod (push) Failing after 12m23s

This commit was merged in pull request #2881.
This commit is contained in:
2026-05-01 06:06:35 +00:00
parent 60cd8409b5
commit e4fccd09f2
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -10,7 +10,7 @@
"hasInstallScript": true,
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0",
"@auth0/auth0-vue": "2.6.0",
"@grafana/faro-web-sdk": "2.4.0",
"@grafana/faro-web-tracing": "2.4.0",
"@mdi/font": "7.4.47",
@@ -158,16 +158,16 @@
}
},
"node_modules/@auth0/auth0-vue": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.5.0.tgz",
"integrity": "sha512-/qHTW64QjHCbsVFKhbJq9/ZzpEsp35sFiQaWzH/J4z+lPldgXQMmEF6yvvWhg0TbXQHMXPgOqGnK9lLdRHkR3w==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.6.0.tgz",
"integrity": "sha512-QptBaCGnbx52MeT1f7EqlYHHIaV3DeDkXjrYitbfgYlGg0hMJDhG7fNz/M7JVi0HqIRqRYZIZFXCxiLQ5dga0g==",
"license": "MIT",
"dependencies": {
"@auth0/auth0-spa-js": "^2.10.0",
"vue": "^3.5.21"
},
"peerDependencies": {
"vue-router": "^4.0.12"
"vue-router": "^4.0.12 || ^5.0.0"
},
"peerDependenciesMeta": {
"vue-router": {
+1 -1
View File
@@ -48,7 +48,7 @@
},
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.5.0",
"@auth0/auth0-vue": "2.6.0",
"@grafana/faro-web-sdk": "2.4.0",
"@grafana/faro-web-tracing": "2.4.0",
"@mdi/font": "7.4.47",