From 329a68913ca6518b4e3014d0b25198e1735605c9 Mon Sep 17 00:00:00 2001 From: minottic Date: Fri, 23 Feb 2024 11:02:56 +0100 Subject: [PATCH] Update ngx-jdenticon for ivy distribution --- scilog/package-lock.json | 36 ++++++++++++------------------------ scilog/package.json | 2 +- 2 files changed, 13 insertions(+), 25 deletions(-) diff --git a/scilog/package-lock.json b/scilog/package-lock.json index 66357eb1..127a4a96 100644 --- a/scilog/package-lock.json +++ b/scilog/package-lock.json @@ -33,7 +33,7 @@ "jdenticon": "^3.2.0", "ng2-charts": "^4.1.1", "ngx-cookie-service": "^14.0.1", - "ngx-jdenticon": "^1.0.4", + "ngx-jdenticon": "^2.0.0", "ngx-ui-scroll": "^1.11.0-rc.1", "node-polyfill-webpack-plugin": "^2.0.1", "postcss-loader": "^3.0.0", @@ -11247,23 +11247,18 @@ } }, "node_modules/ngx-jdenticon": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/ngx-jdenticon/-/ngx-jdenticon-1.0.4.tgz", - "integrity": "sha512-Lbn6vBHoIhIZZNgH3L55Imlrb90UjQ77EH28IpI/hNDUZpyUNew7G0Oa0otgtTHgG8b3pkti/tM/n3lyJGKUuw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ngx-jdenticon/-/ngx-jdenticon-2.0.0.tgz", + "integrity": "sha512-Vs2xiEeYI25tRTAT0Rxcw8di+5vGAFPp+jNRcNnNem93OrgH5VHXh5dx8YKcfo+GeevCWhE5oU418MkgjQi4bw==", "dependencies": { - "tslib": "^1.9.0" + "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": ">=8.0.0", - "@angular/core": ">=8.0.0", - "jdenticon": "^3.0.0" + "@angular/common": ">=13", + "@angular/core": ">=13", + "jdenticon": "^3.2.0" } }, - "node_modules/ngx-jdenticon/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/ngx-ui-scroll": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/ngx-ui-scroll/-/ngx-ui-scroll-1.11.1.tgz", @@ -25294,18 +25289,11 @@ } }, "ngx-jdenticon": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/ngx-jdenticon/-/ngx-jdenticon-1.0.4.tgz", - "integrity": "sha512-Lbn6vBHoIhIZZNgH3L55Imlrb90UjQ77EH28IpI/hNDUZpyUNew7G0Oa0otgtTHgG8b3pkti/tM/n3lyJGKUuw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ngx-jdenticon/-/ngx-jdenticon-2.0.0.tgz", + "integrity": "sha512-Vs2xiEeYI25tRTAT0Rxcw8di+5vGAFPp+jNRcNnNem93OrgH5VHXh5dx8YKcfo+GeevCWhE5oU418MkgjQi4bw==", "requires": { - "tslib": "^1.9.0" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } + "tslib": "^2.3.0" } }, "ngx-ui-scroll": { diff --git a/scilog/package.json b/scilog/package.json index 8656f82b..c27151be 100644 --- a/scilog/package.json +++ b/scilog/package.json @@ -39,7 +39,7 @@ "jdenticon": "^3.2.0", "ng2-charts": "^4.1.1", "ngx-cookie-service": "^14.0.1", - "ngx-jdenticon": "^1.0.4", + "ngx-jdenticon": "^2.0.0", "ngx-ui-scroll": "^1.11.0-rc.1", "node-polyfill-webpack-plugin": "^2.0.1", "postcss-loader": "^3.0.0",