From c8b81d455f7e2e29a51e9bede44b470f612262a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:46:59 +0000 Subject: [PATCH] build(deps): bump angular-oauth2-oidc from 15.0.1 to 17.0.2 (#10219) Bumps [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) from 15.0.1 to 17.0.2. - [Release notes](https://github.com/manfredsteyer/angular-oauth2-oidc/releases) - [Changelog](https://github.com/manfredsteyer/angular-oauth2-oidc/blob/master/docs/changelog.html) - [Commits](https://github.com/manfredsteyer/angular-oauth2-oidc/commits/17.0.2) --- updated-dependencies: - dependency-name: angular-oauth2-oidc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",