From 20e635272b6d32b794d2220ee92b52ad9e4c2302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 07:06:31 +0000 Subject: [PATCH 1/2] deps: bump angular-auth-oidc-client in /samples/angular/token-refresh 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/token-refresh/package.json | 2 +- samples/angular/token-refresh/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/angular/token-refresh/package.json b/samples/angular/token-refresh/package.json index f12fae2..78c7404 100644 --- a/samples/angular/token-refresh/package.json +++ b/samples/angular/token-refresh/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/token-refresh/yarn.lock b/samples/angular/token-refresh/yarn.lock index d59dee8..5dddf6e 100644 --- a/samples/angular/token-refresh/yarn.lock +++ b/samples/angular/token-refresh/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 ed30dc8076bba1b7d7c3d091cbf37fd5e70f9774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamila=20=C5=9Aroda?= Date: Fri, 21 Aug 2026 12:11:55 +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..42b477c 100644 --- a/snippets.json +++ b/snippets.json @@ -447,7 +447,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/token-refresh",