Bump angular-oauth2-oidc-jwks from 13.0.1 to 15.0.1 (#8399)

Bumps [angular-oauth2-oidc-jwks](https://github.com/manfredsteyer/angular-oauth2-oidc) from 13.0.1 to 15.0.1.
- [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)

---
updated-dependencies:
- dependency-name: angular-oauth2-oidc-jwks
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2023-03-28 07:14:51 +02:00 committed by GitHub
parent 2e333f0674
commit a61658eadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -22375,9 +22375,9 @@
} }
}, },
"angular-oauth2-oidc-jwks": { "angular-oauth2-oidc-jwks": {
"version": "13.0.1", "version": "15.0.1",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-13.0.1.tgz", "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-15.0.1.tgz",
"integrity": "sha512-4WqPMkwgEjRcfPa1j7YMsr+eJXBaJuL2vwQe5KoQV9T5oZZ6gtsUV8RQINFMNiuOOzj6SX+pVfUZo/rp0CDaqg==", "integrity": "sha512-70IEHYqh+tnsGJ56HKKghzEV597G1EgCZ5k2spp/GosBBPMi/PhCriVHgnsDWwS+ayE7HL9IU2+mc6oCh/t4mA==",
"requires": { "requires": {
"jsrsasign": "^10.3.0", "jsrsasign": "^10.3.0",
"tslib": "^2.0.0" "tslib": "^2.0.0"
@ -32502,9 +32502,9 @@
} }
}, },
"jsrsasign": { "jsrsasign": {
"version": "10.6.1", "version": "10.7.0",
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.6.1.tgz", "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.7.0.tgz",
"integrity": "sha512-emiQ05haY9CRj1Ho/LiuCqr/+8RgJuWdiHYNglIg2Qjfz0n+pnUq9I2QHplXuOMO2EnAW1oCGC1++aU5VoWSlw==" "integrity": "sha512-D5V2gGpYGtwbAtQHoglTVrpYf7QJuNoPEhaLOsTFONS2jXUl3qyR1hnYrNpASAybqQeiDYA3zGthR0ubgPRoQA=="
}, },
"jszip": { "jszip": {
"version": "3.10.1", "version": "3.10.1",

View File

@ -77,7 +77,7 @@
"@ngx-translate/core": "^14.0.0", "@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "6.4.22", "@storybook/core-server": "6.4.22",
"angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc": "^13.0.1",
"angular-oauth2-oidc-jwks": "^13.0.1", "angular-oauth2-oidc-jwks": "^15.0.1",
"apollo-angular": "^4.0.1", "apollo-angular": "^4.0.1",
"chart.js": "2.9.4", "chart.js": "2.9.4",
"cropperjs": "1.5.13", "cropperjs": "1.5.13",