diff --git a/Rio.Web/package-lock.json b/Rio.Web/package-lock.json index 7e388aa8..095f52ae 100644 --- a/Rio.Web/package-lock.json +++ b/Rio.Web/package-lock.json @@ -26,7 +26,7 @@ "ag-grid-angular": "^26.1.0", "ag-grid-community": "^26.1.0", "angular-oauth2-oidc": "^12.1.0", - "angular-oauth2-oidc-jwks": "^12.0.0", + "angular-oauth2-oidc-jwks": "^17.0.2", "bootstrap": "^4.4.1", "color-scheme": "^1.0.1", "core-js": "^3.6.5", @@ -4975,12 +4975,12 @@ } }, "node_modules/angular-oauth2-oidc-jwks": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-12.0.0.tgz", - "integrity": "sha512-9zXnzQD5yCsmMhL0lk8YOgn74TUNeeB9dpO6QhxQnO9vnjfZetu4j3TMFd4Hvo7s8WmCN6bzycapp2Qh6NN8vw==", + "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==", "dependencies": { - "jsrsasign": "^10.3.0", - "tslib": "^2.0.0" + "jsrsasign": "^11.0.0", + "tslib": "^2.5.2" } }, "node_modules/ansi-colors": { @@ -10834,9 +10834,9 @@ } }, "node_modules/jsrsasign": { - "version": "10.9.0", - "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.9.0.tgz", - "integrity": "sha512-QWLUikj1SBJGuyGK8tjKSx3K7Y69KYJnrs/pQ1KZ6wvZIkHkWjZ1PJDpuvc1/28c1uP0KW9qn1eI1LzHQqDOwQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.0.tgz", + "integrity": "sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==", "funding": { "url": "https://github.com/kjur/jsrsasign#donations" } diff --git a/Rio.Web/package.json b/Rio.Web/package.json index c6eb3069..c6e0bd32 100644 --- a/Rio.Web/package.json +++ b/Rio.Web/package.json @@ -39,7 +39,7 @@ "ag-grid-angular": "^26.1.0", "ag-grid-community": "^26.1.0", "angular-oauth2-oidc": "^12.1.0", - "angular-oauth2-oidc-jwks": "^12.0.0", + "angular-oauth2-oidc-jwks": "^17.0.2", "bootstrap": "^4.4.1", "color-scheme": "^1.0.1", "core-js": "^3.6.5",