mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-12531] Bump angular-oauth-oidc to version 15, fixed a lot of critical bugs and ready for angular 15
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -31,7 +31,7 @@
|
|||||||
"@mat-datetimepicker/core": "^10.1.1",
|
"@mat-datetimepicker/core": "^10.1.1",
|
||||||
"@ngx-translate/core": "^14.0.0",
|
"@ngx-translate/core": "^14.0.0",
|
||||||
"@storybook/core-server": "^7.6.5",
|
"@storybook/core-server": "^7.6.5",
|
||||||
"angular-oauth2-oidc": "^13.0.1",
|
"angular-oauth2-oidc": "^15.0.1",
|
||||||
"angular-oauth2-oidc-jwks": "^15.0.1",
|
"angular-oauth2-oidc-jwks": "^15.0.1",
|
||||||
"apollo-angular": "^5.0.2",
|
"apollo-angular": "^5.0.2",
|
||||||
"chart.js": "^4.3.0",
|
"chart.js": "^4.3.0",
|
||||||
@@ -24957,15 +24957,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/angular-oauth2-oidc": {
|
"node_modules/angular-oauth2-oidc": {
|
||||||
"version": "13.0.1",
|
"version": "15.0.1",
|
||||||
"license": "MIT",
|
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-15.0.1.tgz",
|
||||||
|
"integrity": "sha512-5gpqO9QL+qFqMItYFHe8F6H5nOIEaowcNUc9iTDs3P1bfVYnoKoVAaijob53PuPTF4YwzdfwKWZi4Mq6P7GENQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fast-sha256": "^1.3.0",
|
|
||||||
"tslib": "^2.0.0"
|
"tslib": "^2.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": ">=12.0.0",
|
"@angular/common": ">=14.0.0",
|
||||||
"@angular/core": ">=12.0.0"
|
"@angular/core": ">=14.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/angular-oauth2-oidc-jwks": {
|
"node_modules/angular-oauth2-oidc-jwks": {
|
||||||
@@ -32201,10 +32201,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
||||||
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA=="
|
||||||
},
|
},
|
||||||
"node_modules/fast-sha256": {
|
|
||||||
"version": "1.3.0",
|
|
||||||
"license": "Unlicense"
|
|
||||||
},
|
|
||||||
"node_modules/fastest-levenshtein": {
|
"node_modules/fastest-levenshtein": {
|
||||||
"version": "1.0.16",
|
"version": "1.0.16",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
@@ -81,7 +81,7 @@
|
|||||||
"@mat-datetimepicker/core": "^10.1.1",
|
"@mat-datetimepicker/core": "^10.1.1",
|
||||||
"@ngx-translate/core": "^14.0.0",
|
"@ngx-translate/core": "^14.0.0",
|
||||||
"@storybook/core-server": "^7.6.5",
|
"@storybook/core-server": "^7.6.5",
|
||||||
"angular-oauth2-oidc": "^13.0.1",
|
"angular-oauth2-oidc": "^15.0.1",
|
||||||
"angular-oauth2-oidc-jwks": "^15.0.1",
|
"angular-oauth2-oidc-jwks": "^15.0.1",
|
||||||
"apollo-angular": "^5.0.2",
|
"apollo-angular": "^5.0.2",
|
||||||
"chart.js": "^4.3.0",
|
"chart.js": "^4.3.0",
|
||||||
|
Reference in New Issue
Block a user