From 454183b25fae612c10e425dfaee207e6fa65e2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:20:52 +0000 Subject: [PATCH] build(deps): bump jsrsasign and angular-oauth2-oidc Removes [jsrsasign](https://github.com/kjur/jsrsasign). It's no longer used after updating ancestor dependency [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc). These dependencies need to be updated together. Removes `jsrsasign` Updates `angular-oauth2-oidc` from 8.0.4 to 17.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: jsrsasign dependency-type: indirect - dependency-name: angular-oauth2-oidc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6acc7a..a466c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2443,12 +2443,18 @@ "dev": true }, "angular-oauth2-oidc": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-8.0.4.tgz", - "integrity": "sha512-7/3niJBqD7rnElcW+SudE36g7zMWChW4gSq7NpJSzDA4aQadBgvg0hn317MfPm9tpYGrpE3G/z2NMnbzek4TMA==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-17.0.1.tgz", + "integrity": "sha512-Yl4It9zFsYmoNS73sUvNJstbMW1x73ejKonzXLgU4XnSuBCt/0x8PnY5R3mHX4ZC/WmXBqQ/RfFwClrYW9Ywcg==", "requires": { - "jsrsasign": "^8.0.12", - "tslib": "^1.9.0" + "tslib": "^2.5.2" + }, + "dependencies": { + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } } }, "ansi-colors": { @@ -6692,11 +6698,6 @@ "verror": "1.10.0" } }, - "jsrsasign": { - "version": "8.0.24", - "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.24.tgz", - "integrity": "sha512-u45jAyusqUpyGbFc2IbHoeE4rSkoBWQgLe/w99temHenX+GyCz4nflU5sjK7ajU1ffZTezl6le7u43Yjr/lkQg==" - }, "jszip": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.2.2.tgz", diff --git a/package.json b/package.json index 7a9dec8..5f5159d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@ionic-native/splash-screen": "^5.14.0", "@ionic-native/status-bar": "^5.14.0", "@ionic/angular": "^4.10.0", - "angular-oauth2-oidc": "^8.0.4", + "angular-oauth2-oidc": "^17.0.1", "core-js": "^2.5.4", "rxjs": "^6.5.3", "tslib": "^1.9.0",