From 99ae7293148b9b407657ecefc56af9f8c2d04565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:32:44 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bae6a252fd..dadbe660dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "^7.6.5", "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", "chart.js": "^4.3.0", "cropperjs": "1.5.13", @@ -24968,11 +24968,12 @@ } }, "node_modules/angular-oauth2-oidc-jwks": { - "version": "15.0.1", - "license": "MIT", + "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-align": { @@ -39130,8 +39131,9 @@ } }, "node_modules/jsrsasign": { - "version": "10.8.6", - "license": "MIT", + "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/package.json b/package.json index 63f3b6f173..d4d56dbb9d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "^7.6.5", "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", "chart.js": "^4.3.0", "cropperjs": "1.5.13",