From f8c555d983373263571dd65384a6a5d4544cec85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:06:30 +0000 Subject: [PATCH 1/2] deps: bump angular-auth-oidc-client in /samples/angular/login-pkce Bumps [angular-auth-oidc-client](https://github.com/damienbod/angular-auth-oidc-client) from 21.0.3 to 22.0.0. - [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/compare/21.0.3...22.0.0) --- updated-dependencies: - dependency-name: angular-auth-oidc-client dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- samples/angular/login-pkce/package.json | 2 +- samples/angular/login-pkce/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/angular/login-pkce/package.json b/samples/angular/login-pkce/package.json index eec335a..99d4b85 100644 --- a/samples/angular/login-pkce/package.json +++ b/samples/angular/login-pkce/package.json @@ -20,7 +20,7 @@ "@angular/forms": "22.1.2", "@angular/platform-browser": "22.1.2", "@angular/router": "22.1.2", - "angular-auth-oidc-client": "21.0.3", + "angular-auth-oidc-client": "22.0.0", "rxjs": "7.8.2", "tslib": "2.8.1" }, diff --git a/samples/angular/login-pkce/yarn.lock b/samples/angular/login-pkce/yarn.lock index dc4090c..3987886 100644 --- a/samples/angular/login-pkce/yarn.lock +++ b/samples/angular/login-pkce/yarn.lock @@ -615,7 +615,7 @@ __metadata: "@angular/forms": "npm:22.1.2" "@angular/platform-browser": "npm:22.1.2" "@angular/router": "npm:22.1.2" - angular-auth-oidc-client: "npm:21.0.3" + angular-auth-oidc-client: "npm:22.0.0" jsdom: "npm:30.0.1" prettier: "npm:3.9.6" rxjs: "npm:7.8.2" @@ -2505,9 +2505,9 @@ __metadata: languageName: node linkType: hard -"angular-auth-oidc-client@npm:21.0.3": - version: 21.0.3 - resolution: "angular-auth-oidc-client@npm:21.0.3" +"angular-auth-oidc-client@npm:22.0.0": + version: 22.0.0 + resolution: "angular-auth-oidc-client@npm:22.0.0" dependencies: rfc4648: "npm:^1.5.0" tslib: "npm:^2.3.0" @@ -2516,7 +2516,7 @@ __metadata: "@angular/core": ">=20.0.0" "@angular/router": ">=20.0.0" rxjs: ^6.5.3 || ^7.4.0 - checksum: 10c0/b7077b29586f8a990245d61411040e149863bad541604fde61ee0deb0f4ae0f8e245b7889f8585688e957bf16478f7d58e99fb694e4e5a1a974997f4750713f2 + checksum: 10c0/4430ad8fb274b168fb1a98aac8fc8e1c8969e0ebd4e25154c6b3f50e3618a5dd117f677ad2781201c7dacc4721c573858a7dd418dd815d28261b1852c7be41e5 languageName: node linkType: hard From 39cff7faa5f5ae8971e6d44d438ed7b33ff6f4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamila=20=C5=9Aroda?= Date: Fri, 21 Aug 2026 12:10:14 +0200 Subject: [PATCH 2/2] chore: regenerate snippets for dependency bump --- snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets.json b/snippets.json index 3d78cbc..d73db05 100644 --- a/snippets.json +++ b/snippets.json @@ -321,7 +321,7 @@ ], "framework": "angular", "lib": "angular-auth-oidc-client", - "lib_version": "21.0.3", + "lib_version": "22.0.0", "docs_url": "https://github.com/damienbod/angular-auth-oidc-client", "install": "angular-auth-oidc-client", "repo_path": "samples/angular/login-pkce",