@zudojs/auth-oauth 1.2.2 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zudojs/auth-oauth",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "OAuth2 authorization-code client for the Zudojs framework — PKCE S256, mandatory state, SSRF-guarded endpoints, and provider presets for Google, GitHub, Microsoft, Apple and Discord.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -53,8 +53,8 @@
53
53
  "directory": "packages/auth-oauth"
54
54
  },
55
55
  "dependencies": {
56
- "@zudojs/errors": "1.3.0",
57
- "@zudojs/security": "1.3.0"
56
+ "@zudojs/errors": "1.3.1",
57
+ "@zudojs/security": "1.3.2"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -p tsconfig.json",