From 9f10dc54250f5673d5feae90c316e858778e7fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:21:47 +0000 Subject: [PATCH] Bump angular-oauth2-oidc from 20.0.3 to 22.0.2 in /frontend Bumps [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc) from 20.0.3 to 22.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/compare/20.0.3...22.0.2) --- updated-dependencies: - dependency-name: angular-oauth2-oidc dependency-version: 22.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index df3dbda4fb..4bf0135e5f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "@popperjs/core": "2.11.8", "ag-grid-angular": "36.0.0", "ag-grid-community": "36.0.0", - "angular-oauth2-oidc": "20.0.3", + "angular-oauth2-oidc": "22.0.2", "bootstrap": "5.3.8", "chart.js": "4.5.1", "chartjs-adapter-date-fns": "3.0.0", @@ -6077,16 +6077,16 @@ } }, "node_modules/angular-oauth2-oidc": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-20.0.3.tgz", - "integrity": "sha512-SL0iV/WlrX35J4CXvc7VdoNhlol+YIo8c0i1NrfAQ70++dxLZjg/li6vNx7lu2sC3GElZLzmlbBZOvlvLB2Q5w==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-22.0.2.tgz", + "integrity": "sha512-MDzmf0quLVnsCzVp/G7Pr6YTSMoMMo62u8QFqJzM3madQmWV5JI4dMppvuTPswH+4V2gx4zPXdCjnn8ikVZX+A==", "license": "MIT", "dependencies": { "tslib": "^2.5.2" }, "peerDependencies": { - "@angular/common": ">=20.0.0", - "@angular/core": ">=20.0.0" + "@angular/common": ">=22.0.0", + "@angular/core": ">=22.0.0" } }, "node_modules/ansi-escapes": { diff --git a/frontend/package.json b/frontend/package.json index c17e8ccabc..e257a9d0fe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "@popperjs/core": "2.11.8", "ag-grid-angular": "36.0.0", "ag-grid-community": "36.0.0", - "angular-oauth2-oidc": "20.0.3", + "angular-oauth2-oidc": "22.0.2", "bootstrap": "5.3.8", "chart.js": "4.5.1", "chartjs-adapter-date-fns": "3.0.0",