From 1dd68d5cb0ec4c3634598a00353c6af0af3f8c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:48:04 +0000 Subject: [PATCH] Bump angular-auth-oidc-client from 13.1.0 to 15.0.3 Bumps [angular-auth-oidc-client](https://github.com/damienbod/angular-auth-oidc-client) from 13.1.0 to 15.0.3. - [Release notes](https://github.com/damienbod/angular-auth-oidc-client/releases) - [Changelog](https://github.com/damienbod/angular-auth-oidc-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/damienbod/angular-auth-oidc-client/commits) --- updated-dependencies: - dependency-name: angular-auth-oidc-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e316c54b..3288f973f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3530,9 +3530,9 @@ "dev": true }, "angular-auth-oidc-client": { - "version": "14.1.5", - "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-14.1.5.tgz", - "integrity": "sha512-qgWcXZb2k+VLbSai0sMDNe3f2Ae1BK9BnIrAEFH8ulvSU/oFYoWXebPrsele2/sElNQ534Rpzr48IVsq1gqiwA==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-15.0.3.tgz", + "integrity": "sha512-J0SSwug2QlmqlhuUBpjd2TDvQhnNGwvIHngo3Wql7oNIYB/jly806neIgsM2eDLf34AymeuVBHpyU5cygxrKzA==", "requires": { "rfc4648": "^1.5.0", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 562eabc59..87d9234d5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@gorniv/ngx-transfer-http": "^2.2.9", "@nguniversal/common": "^13.1.1", "@nguniversal/express-engine": "^13.1.1", - "angular-auth-oidc-client": "^14.1.5", + "angular-auth-oidc-client": "^15.0.3", "array-flat-polyfill": "^1.0.1", "body-parser": "^1.19.2", "bootstrap": "^5.1.3",