AAE-30881 Remove jsrassign (#11863)

* [AAE-30881] - Remove jsrassign as dep

* [AAE-30881] - Remove jsrassign as dep

* [AAE-30881] - upgrade oidc package

* [AAE-30881] - added unit tests

* [AAE-30881] - fixing security issue

* [AAE-30881] - Fixed sonarcloud issue

* [AAE-30881] - Fixed sonarcloud issue
This commit is contained in:
Vito Albano
2026-05-07 10:37:29 +01:00
committed by GitHub
parent 57bf066164
commit 410490158f
8 changed files with 630 additions and 33 deletions
+6 -26
View File
@@ -24,8 +24,7 @@
"@cspell/eslint-plugin": "9.4.0",
"@mat-datetimepicker/core": "15.0.2",
"@ngx-translate/core": "^17.0.0",
"angular-oauth2-oidc": "17.0.2",
"angular-oauth2-oidc-jwks": "^17.0.2",
"angular-oauth2-oidc": "19.0.0",
"apollo-angular": "10.0.3",
"chart.js": "4.4.4",
"cropperjs": "1.6.2",
@@ -13118,26 +13117,16 @@
}
},
"node_modules/angular-oauth2-oidc": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-17.0.2.tgz",
"integrity": "sha512-zYgeLmAnu1g8XAYZK+csAsCQBDhgp9ffBv/eArEnujGxNPTeK00bREHWObtehflpQdSn+k9rY2D15ChCSydyVw==",
"version": "19.0.0",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-19.0.0.tgz",
"integrity": "sha512-EogHyF7MpCJSjSKIyVmdB8pJu7dU5Ilj9VNVSnFbLng4F77PIlaE4egwKUlUvk0i4ZvmO9rLXNQCm05R7Tyhcw==",
"license": "MIT",
"dependencies": {
"tslib": "^2.5.2"
},
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0"
}
},
"node_modules/angular-oauth2-oidc-jwks": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-17.0.2.tgz",
"integrity": "sha512-zG0udq9VihQdCKfGjhUfrIg35TbxU34tGfOG/pddxKwJkodMAFI34cNoZoVyZ53hPgeZSDPra2rYyixkH7bkKw==",
"license": "MIT",
"dependencies": {
"jsrsasign": "^11.0.0",
"tslib": "^2.5.2"
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0"
}
},
"node_modules/ansi-colors": {
@@ -25470,15 +25459,6 @@
"graceful-fs": "^4.1.6"
}
},
"node_modules/jsrsasign": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.1.tgz",
"integrity": "sha512-6w95OOXH8DNeGxakqLndBEqqwQ6A70zGaky1oxfg8WVLWOnghTfJsc5Tknx+Z88MHSb1bGLcqQHImOF8Lk22XA==",
"license": "MIT",
"funding": {
"url": "https://github.com/kjur/jsrsasign#donations"
}
},
"node_modules/karma": {
"version": "6.4.4",
"resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz",