diff --git a/package-lock.json b/package-lock.json index e91d1e6c..7595ddb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^19.2.20", "@angular/platform-browser-dynamic": "^19.2.20", "@angular/router": "^19.2.20", - "@auth0/auth0-spa-js": "^2.18.2", + "@auth0/auth0-spa-js": "^2.18.3", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1" @@ -806,9 +806,9 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.18.2", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.18.2.tgz", - "integrity": "sha512-Dq6ZpwM8wIIs3RLDEmPgXka24J/+X3TKzKpcPu0K9Yw2jFaY5/CGAJCNxBJP1qf3uIyRidICnQ75QhvFbR3HLg==", + "version": "2.18.3", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.18.3.tgz", + "integrity": "sha512-nfZxRj+bq0t4dJfem7V0VK/mPjD9TTvu6Wd87Yc/k7QojiFf5VswDL1+9o+6WjXAIaIEttS6BLZUYcsIgphLiQ==", "license": "MIT", "dependencies": { "@auth0/auth0-auth-js": "1.6.0", diff --git a/package.json b/package.json index 0bdd0d24..b97169d5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/platform-browser": "^19.2.20", "@angular/platform-browser-dynamic": "^19.2.20", "@angular/router": "^19.2.20", - "@auth0/auth0-spa-js": "^2.18.2", + "@auth0/auth0-spa-js": "^2.18.3", "rxjs": "^6.6.7", "tslib": "^2.8.1", "zone.js": "~0.15.1"