fix(deps): update dependency @auth0/auth0-vue to v2.9.0 (#296)
schemas-app / build (push) Successful in 44s
schemas-app / deploy-prod (push) Successful in 1m10s

This commit was merged in pull request #296.
This commit is contained in:
2026-07-23 06:09:15 +00:00
parent 8ab95aadac
commit d06ad3a810
2 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.8.0",
"@auth0/auth0-vue": "2.9.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2",
"graphql-ws": "6.1.0",
@@ -216,24 +216,24 @@
}
},
"node_modules/@auth0/auth0-spa-js": {
"version": "2.22.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.22.0.tgz",
"integrity": "sha512-+2MeIGcXNPXaodEimx1F0YYTfajZ3oxbUI14nGhChcPqxOjRZQNwXrr9rRpHy+tMgNHOnM5YwIqvAfkZlB1WjA==",
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.23.0.tgz",
"integrity": "sha512-fRiPlTIMLahes6eXq5C4CF8zFi9vLxUtii8e7CESmzWBJGSa3jRrnjgQVAPSaox2x+CwzTFcJbt4mR+UiVMk1Q==",
"license": "MIT",
"dependencies": {
"@auth0/auth0-auth-js": "1.10.0",
"browser-tabs-lock": "1.3.0",
"dpop": "2.1.1",
"es-cookie": "1.3.2"
"@auth0/auth0-auth-js": "^1.10.0",
"browser-tabs-lock": "^1.3.0",
"dpop": "^2.1.1",
"es-cookie": "~1.3.2"
}
},
"node_modules/@auth0/auth0-vue": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.8.0.tgz",
"integrity": "sha512-2X31j20hd6f7NvoUOykWcjTEBBZXPFnhs52Xbw2Vx2H9QyvaFLAUZIXjZSxC5snMc08QSGAgkr+ZOEBtw13x6g==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.9.0.tgz",
"integrity": "sha512-1q1OexmB1UR+Xxo1HNQZi4ZF88sbvDCdBhI4cdPQxmL8gF7bInV8CfxsYX3eDHD6Vs74wCNVRSFy4wnuh3Pm6g==",
"license": "MIT",
"dependencies": {
"@auth0/auth0-spa-js": "^2.21.0",
"@auth0/auth0-spa-js": "^2.23.0",
"vue": "^3.5.21"
},
"peerDependencies": {
+1 -1
View File
@@ -19,7 +19,7 @@
},
"dependencies": {
"@apollo/client": "3.14.1",
"@auth0/auth0-vue": "2.8.0",
"@auth0/auth0-vue": "2.9.0",
"@vue/apollo-composable": "4.2.2",
"graphql": "16.14.2",
"graphql-ws": "6.1.0",