From a61658eadf3944682de1baef5e28504e00c47901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 07:14:51 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bf84038cc..706adcbe12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22375,9 +22375,9 @@ } }, "angular-oauth2-oidc-jwks": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-13.0.1.tgz", - "integrity": "sha512-4WqPMkwgEjRcfPa1j7YMsr+eJXBaJuL2vwQe5KoQV9T5oZZ6gtsUV8RQINFMNiuOOzj6SX+pVfUZo/rp0CDaqg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-15.0.1.tgz", + "integrity": "sha512-70IEHYqh+tnsGJ56HKKghzEV597G1EgCZ5k2spp/GosBBPMi/PhCriVHgnsDWwS+ayE7HL9IU2+mc6oCh/t4mA==", "requires": { "jsrsasign": "^10.3.0", "tslib": "^2.0.0" @@ -32502,9 +32502,9 @@ } }, "jsrsasign": { - "version": "10.6.1", - "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.6.1.tgz", - "integrity": "sha512-emiQ05haY9CRj1Ho/LiuCqr/+8RgJuWdiHYNglIg2Qjfz0n+pnUq9I2QHplXuOMO2EnAW1oCGC1++aU5VoWSlw==" + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.7.0.tgz", + "integrity": "sha512-D5V2gGpYGtwbAtQHoglTVrpYf7QJuNoPEhaLOsTFONS2jXUl3qyR1hnYrNpASAybqQeiDYA3zGthR0ubgPRoQA==" }, "jszip": { "version": "3.10.1", diff --git a/package.json b/package.json index 6e859a9728..fbf2a5a4a7 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "6.4.22", "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", "chart.js": "2.9.4", "cropperjs": "1.5.13",