diff --git a/bun.lockb b/bun.lockb index f19e817e..543d34d3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index eefbd6ac..92a1efed 100644 --- a/package.json +++ b/package.json @@ -30,14 +30,14 @@ }, "devDependencies": { "@hebilicious/eslint-config": "0.0.3-beta.3", - "@nuxt/test-utils": "^3.7.4", + "@nuxt/test-utils": "^3.8.0", "@types/node": "^20.8.7", "bumpp": "^9.2.0", "bun-types": "^1.0.6", "conventional-changelog-cli": "^4.1.0", "eslint": "8.51.0", "eslint-plugin-import": "^2.28.1", - "lint-staged": "^15.0.1", + "lint-staged": "^15.0.2", "pnpm": "8.9.2", "prettier": "^3.0.3", "rimraf": "^5.0.5", diff --git a/packages/authjs-nuxt/package.json b/packages/authjs-nuxt/package.json index b908883a..3dc365e1 100644 --- a/packages/authjs-nuxt/package.json +++ b/packages/authjs-nuxt/package.json @@ -40,10 +40,10 @@ }, "peerDependencies": { "@auth/core": "^0.17.0", - "nuxt": "^3.7.4" + "nuxt": "^3.8.0" }, "dependencies": { - "@nuxt/kit": "^3.7.4", + "@nuxt/kit": "^3.8.0", "@panva/hkdf": "^1.1.1", "cookie": "^0.5.0", "cookie-es": "^1.0.0", diff --git a/playgrounds/credentials/package.json b/playgrounds/credentials/package.json index 9d9fdc6d..66c32bea 100644 --- a/playgrounds/credentials/package.json +++ b/playgrounds/credentials/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@nuxt/devtools": "^0.8.5", - "nuxt": "3.7.4" + "nuxt": "3.8.0" } } diff --git a/playgrounds/github/package.json b/playgrounds/github/package.json index 3e64e2dd..cd031839 100644 --- a/playgrounds/github/package.json +++ b/playgrounds/github/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@nuxt/devtools": "^0.8.5", - "nuxt": "3.7.4" + "nuxt": "3.8.0" } } diff --git a/playgrounds/keycloak/package.json b/playgrounds/keycloak/package.json index 6db24c03..6d196a79 100644 --- a/playgrounds/keycloak/package.json +++ b/playgrounds/keycloak/package.json @@ -13,6 +13,6 @@ }, "devDependencies": { "@nuxt/devtools": "^0.8.5", - "nuxt": "3.7.4" + "nuxt": "3.8.0" } }