From ce5e4a9daf99668562f60028e88358e5b05eef61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:47:48 +0000 Subject: [PATCH] chore(deps): update devdependency @nuxt/devtools to v1 [security] --- playgrounds/credentials/package.json | 2 +- playgrounds/github/package.json | 2 +- playgrounds/keycloak/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playgrounds/credentials/package.json b/playgrounds/credentials/package.json index 9d9fdc6d..7c5a57a8 100644 --- a/playgrounds/credentials/package.json +++ b/playgrounds/credentials/package.json @@ -12,7 +12,7 @@ "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { - "@nuxt/devtools": "^0.8.5", + "@nuxt/devtools": "^1.6.0", "nuxt": "3.7.4" } } diff --git a/playgrounds/github/package.json b/playgrounds/github/package.json index 3e64e2dd..c3d62438 100644 --- a/playgrounds/github/package.json +++ b/playgrounds/github/package.json @@ -12,7 +12,7 @@ "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { - "@nuxt/devtools": "^0.8.5", + "@nuxt/devtools": "^1.6.0", "nuxt": "3.7.4" } } diff --git a/playgrounds/keycloak/package.json b/playgrounds/keycloak/package.json index 6db24c03..dc26243f 100644 --- a/playgrounds/keycloak/package.json +++ b/playgrounds/keycloak/package.json @@ -12,7 +12,7 @@ "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { - "@nuxt/devtools": "^0.8.5", + "@nuxt/devtools": "^1.6.0", "nuxt": "3.7.4" } }