build(deps): bump jsrsasign and angular-oauth2-oidc-jwks (#9569)

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) to 11.1.0 and updates ancestor dependency [angular-oauth2-oidc-jwks](https://github.com/manfredsteyer/angular-oauth2-oidc). These dependencies need to be updated together.


Updates `jsrsasign` from 10.8.6 to 11.1.0
- [Release notes](https://github.com/kjur/jsrsasign/releases)
- [Changelog](https://github.com/kjur/jsrsasign/blob/master/ChangeLog.txt)
- [Commits](https://github.com/kjur/jsrsasign/compare/10.8.6...11.1.0)

Updates `angular-oauth2-oidc-jwks` from 15.0.1 to 17.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/commits/17.0.2)

---
updated-dependencies:
- dependency-name: jsrsasign
  dependency-type: indirect
- dependency-name: angular-oauth2-oidc-jwks
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-17 11:32:44 -04:00
committed by GitHub
parent 5d474d8866
commit 99ae729314
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"@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": "^13.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1", "angular-oauth2-oidc-jwks": "^17.0.2",
"apollo-angular": "^5.0.2", "apollo-angular": "^5.0.2",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"cropperjs": "1.5.13", "cropperjs": "1.5.13",
@@ -24968,11 +24968,12 @@
} }
}, },
"node_modules/angular-oauth2-oidc-jwks": { "node_modules/angular-oauth2-oidc-jwks": {
"version": "15.0.1", "version": "17.0.2",
"license": "MIT", "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-17.0.2.tgz",
"integrity": "sha512-zG0udq9VihQdCKfGjhUfrIg35TbxU34tGfOG/pddxKwJkodMAFI34cNoZoVyZ53hPgeZSDPra2rYyixkH7bkKw==",
"dependencies": { "dependencies": {
"jsrsasign": "^10.3.0", "jsrsasign": "^11.0.0",
"tslib": "^2.0.0" "tslib": "^2.5.2"
} }
}, },
"node_modules/ansi-align": { "node_modules/ansi-align": {
@@ -39130,8 +39131,9 @@
} }
}, },
"node_modules/jsrsasign": { "node_modules/jsrsasign": {
"version": "10.8.6", "version": "11.1.0",
"license": "MIT", "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.0.tgz",
"integrity": "sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==",
"funding": { "funding": {
"url": "https://github.com/kjur/jsrsasign#donations" "url": "https://github.com/kjur/jsrsasign#donations"
} }

View File

@@ -71,7 +71,7 @@
"@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": "^13.0.1",
"angular-oauth2-oidc-jwks": "^15.0.1", "angular-oauth2-oidc-jwks": "^17.0.2",
"apollo-angular": "^5.0.2", "apollo-angular": "^5.0.2",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"cropperjs": "1.5.13", "cropperjs": "1.5.13",