diff --git a/package-lock.json b/package-lock.json index 9822f869f6..153d2d8a5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@storybook/addon-interactions": "^8.2.9", "@storybook/core-server": "^8.2.9", "@storybook/theming": "^8.2.9", - "angular-oauth2-oidc": "16.0.0", + "angular-oauth2-oidc": "17.0.2", "angular-oauth2-oidc-jwks": "^17.0.2", "apollo-angular": "^5.0.2", "chart.js": "4.4.4", @@ -13264,9 +13264,9 @@ } }, "node_modules/angular-oauth2-oidc": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-16.0.0.tgz", - "integrity": "sha512-gDjx+fN2wW5ZzqlUQgI0sRme5T8zSCHEf5RTba0jcEvwqcsRZpgsroefu29sthBgTAIB7SU+E5zM1NQ3ZKPQZg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-17.0.2.tgz", + "integrity": "sha512-zYgeLmAnu1g8XAYZK+csAsCQBDhgp9ffBv/eArEnujGxNPTeK00bREHWObtehflpQdSn+k9rY2D15ChCSydyVw==", "dependencies": { "tslib": "^2.5.2" }, diff --git a/package.json b/package.json index bb7acc35f8..abc522c0e8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@storybook/addon-interactions": "^8.2.9", "@storybook/core-server": "^8.2.9", "@storybook/theming": "^8.2.9", - "angular-oauth2-oidc": "16.0.0", + "angular-oauth2-oidc": "17.0.2", "angular-oauth2-oidc-jwks": "^17.0.2", "apollo-angular": "^5.0.2", "chart.js": "4.4.4",