@elogroup-sereduc/ser-front-core-client 4.0.4 → 4.0.5

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elogroup-sereduc/ser-front-core-client",
3
- "version": "4.0.4",
3
+ "version": "4.0.5",
4
4
  "description": "Complete OAuth/OIDC authentication system with Silent SSO, PKCE, and API client for Ser Educacional applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "axios": "^1.6.0"
30
+ "axios": "^1.18.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=18.0.0"