diff --git a/package-lock.json b/package-lock.json index bca88f4..e4840db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@apollo/client": "3.14.0", - "@auth0/auth0-vue": "2.4.0", + "@auth0/auth0-vue": "2.5.0", "@vue/apollo-composable": "4.2.2", "graphql": "16.12.0", "graphql-ws": "6.0.6", @@ -225,9 +225,9 @@ "license": "MIT" }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.9.1.tgz", - "integrity": "sha512-GNyypxb8ck32tUacYPHAEZ/L845kLDchqXtFZM3Gt/KcBr9C8/c1ncAhGY1UnkgUw2MctwVnBOEoqCD3oP3SPg==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.11.0.tgz", + "integrity": "sha512-MZuUkB6cYAWm2uswWhEj8aMS7sw6zx8cs5YyPbrHCF+MlScLgfOkUnGe0tbnv7592xQ6M2h4lB66WyemFQEmPA==", "license": "MIT", "dependencies": { "browser-tabs-lock": "^1.2.15", @@ -236,13 +236,13 @@ } }, "node_modules/@auth0/auth0-vue": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.4.0.tgz", - "integrity": "sha512-12iLvojP8Pvxqu2Abxzksp0HqlSovGiAUhWrppnOaJP02MZEBQo+c/IwM6VbM0edNk+eqqjX5u96iw5peaCPSg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.5.0.tgz", + "integrity": "sha512-/qHTW64QjHCbsVFKhbJq9/ZzpEsp35sFiQaWzH/J4z+lPldgXQMmEF6yvvWhg0TbXQHMXPgOqGnK9lLdRHkR3w==", "license": "MIT", "dependencies": { - "@auth0/auth0-spa-js": "^2.1.3", - "vue": "^3.2.41" + "@auth0/auth0-spa-js": "^2.10.0", + "vue": "^3.5.21" }, "peerDependencies": { "vue-router": "^4.0.12" diff --git a/package.json b/package.json index 529267b..4cd5958 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@apollo/client": "3.14.0", - "@auth0/auth0-vue": "2.4.0", + "@auth0/auth0-vue": "2.5.0", "@vue/apollo-composable": "4.2.2", "graphql": "16.12.0", "graphql-ws": "6.0.6",