From 0a947269bc0c33203f07835f8ecf5c8be861d613 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 May 2026 13:15:41 +0000 Subject: [PATCH] fix(deps): update dependency @auth0/auth0-vue to v2.6.1 (#205) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1252dc..a9011d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@apollo/client": "3.14.1", - "@auth0/auth0-vue": "2.6.0", + "@auth0/auth0-vue": "2.6.1", "@vue/apollo-composable": "4.2.2", "graphql": "16.13.2", "graphql-ws": "6.0.8", @@ -217,9 +217,9 @@ } }, "node_modules/@auth0/auth0-vue": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.6.0.tgz", - "integrity": "sha512-QptBaCGnbx52MeT1f7EqlYHHIaV3DeDkXjrYitbfgYlGg0hMJDhG7fNz/M7JVi0HqIRqRYZIZFXCxiLQ5dga0g==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@auth0/auth0-vue/-/auth0-vue-2.6.1.tgz", + "integrity": "sha512-B2rMKJdZtHW/KhRyd0sqNH7ZfkA8Z5WBt05LfhVdWokDtMnOEMOvlghJXuyzAWa7v+IZbOVnQ6CNgc3MEzZpPA==", "license": "MIT", "dependencies": { "@auth0/auth0-spa-js": "^2.10.0", diff --git a/package.json b/package.json index a43fc56..bc426c6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@apollo/client": "3.14.1", - "@auth0/auth0-vue": "2.6.0", + "@auth0/auth0-vue": "2.6.1", "@vue/apollo-composable": "4.2.2", "graphql": "16.13.2", "graphql-ws": "6.0.8",