diff --git a/bun.lockb b/bun.lockb index cee7838..5285877 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index 422251e..6c383d7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,6 +8,6 @@ "preview": "vitepress preview" }, "devDependencies": { - "vitepress": "1.0.0-rc.22" + "vitepress": "1.4.1" } } diff --git a/package.json b/package.json index eefbd6a..266a519 100644 --- a/package.json +++ b/package.json @@ -30,20 +30,20 @@ }, "devDependencies": { "@hebilicious/eslint-config": "0.0.3-beta.3", - "@nuxt/test-utils": "^3.7.4", - "@types/node": "^20.8.7", - "bumpp": "^9.2.0", - "bun-types": "^1.0.6", + "@nuxt/test-utils": "^3.14.4", + "@types/node": "^20.16.13", + "bumpp": "^9.7.1", + "bun-types": "^1.1.31", "conventional-changelog-cli": "^4.1.0", - "eslint": "8.51.0", - "eslint-plugin-import": "^2.28.1", - "lint-staged": "^15.0.1", - "pnpm": "8.9.2", - "prettier": "^3.0.3", - "rimraf": "^5.0.5", - "simple-git-hooks": "^2.9.0", - "taze": "^0.11.4", - "typescript": "^5.2.2", + "eslint": "8.57.1", + "eslint-plugin-import": "^2.31.0", + "lint-staged": "^15.2.10", + "pnpm": "8.15.9", + "prettier": "^3.3.3", + "rimraf": "^5.0.10", + "simple-git-hooks": "^2.11.1", + "taze": "^0.17.2", + "typescript": "^5.6.3", "vitest": "^0.34.6" }, "simple-git-hooks": { diff --git a/packages/authjs-nuxt/package.json b/packages/authjs-nuxt/package.json index b908883..f26661e 100644 --- a/packages/authjs-nuxt/package.json +++ b/packages/authjs-nuxt/package.json @@ -39,21 +39,21 @@ "dev": "nuxi dev" }, "peerDependencies": { - "@auth/core": "^0.17.0", - "nuxt": "^3.7.4" + "@auth/core": "^0.37.2", + "nuxt": "^3.13.2" }, "dependencies": { - "@nuxt/kit": "^3.7.4", - "@panva/hkdf": "^1.1.1", - "cookie": "^0.5.0", - "cookie-es": "^1.0.0", - "defu": "^6.1.2", - "immer": "^10.0.3", - "jose": "^4.15.4", + "@nuxt/kit": "^3.13.2", + "@panva/hkdf": "^1.2.1", + "cookie": "^0.7.2", + "cookie-es": "^1.2.2", + "defu": "^6.1.4", + "immer": "^10.1.1", + "jose": "^4.15.9", "unctx": "^2.3.1" }, "devDependencies": { - "@nuxt/module-builder": "^0.5.2", + "@nuxt/module-builder": "^0.8.4", "vitest": "^0.34.6" } } diff --git a/playgrounds/credentials/package.json b/playgrounds/credentials/package.json index 9d9fdc6..b4714a5 100644 --- a/playgrounds/credentials/package.json +++ b/playgrounds/credentials/package.json @@ -8,7 +8,7 @@ "preview": "nuxt preview" }, "dependencies": { - "@auth/core": "^0.17.0", + "@auth/core": "^0.37.2", "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { diff --git a/playgrounds/github/package.json b/playgrounds/github/package.json index 3e64e2d..182b4a3 100644 --- a/playgrounds/github/package.json +++ b/playgrounds/github/package.json @@ -8,7 +8,7 @@ "preview": "nuxt preview" }, "dependencies": { - "@auth/core": "^0.17.0", + "@auth/core": "^0.37.2", "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { diff --git a/playgrounds/keycloak/package.json b/playgrounds/keycloak/package.json index 6db24c0..02b9163 100644 --- a/playgrounds/keycloak/package.json +++ b/playgrounds/keycloak/package.json @@ -8,7 +8,7 @@ "preview": "nuxt preview" }, "dependencies": { - "@auth/core": "^0.17.0", + "@auth/core": "^0.37.2", "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": {