diff --git a/package-lock.json b/package-lock.json index fe728b9e16f..be503ffd800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@mat-datetimepicker/core": "^10.1.1", "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "^7.6.5", - "angular-oauth2-oidc": "^15.0.1", + "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^15.0.1", "apollo-angular": "^5.0.2", "chart.js": "^4.3.0", @@ -24957,15 +24957,15 @@ } }, "node_modules/angular-oauth2-oidc": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-15.0.1.tgz", - "integrity": "sha512-5gpqO9QL+qFqMItYFHe8F6H5nOIEaowcNUc9iTDs3P1bfVYnoKoVAaijob53PuPTF4YwzdfwKWZi4Mq6P7GENQ==", + "version": "13.0.1", + "license": "MIT", "dependencies": { + "fast-sha256": "^1.3.0", "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=14.0.0", - "@angular/core": ">=14.0.0" + "@angular/common": ">=12.0.0", + "@angular/core": ">=12.0.0" } }, "node_modules/angular-oauth2-oidc-jwks": { @@ -32201,6 +32201,10 @@ "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, + "node_modules/fast-sha256": { + "version": "1.3.0", + "license": "Unlicense" + }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "dev": true, diff --git a/package.json b/package.json index 740e41e1d04..3e007ab13ac 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@mat-datetimepicker/core": "^10.1.1", "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "^7.6.5", - "angular-oauth2-oidc": "^15.0.1", + "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^15.0.1", "apollo-angular": "^5.0.2", "chart.js": "^4.3.0",