From ed00c1e04294e65612f8d8416fd7124280c0cf44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:13:30 +0000 Subject: [PATCH] build(deps): bump angular2-smart-table from 3.2.0 to 4.1.1 Bumps [angular2-smart-table](https://github.com/dj-fiorex/angular2-smart-table) from 3.2.0 to 4.1.1. - [Release notes](https://github.com/dj-fiorex/angular2-smart-table/releases) - [Changelog](https://github.com/dj-fiorex/angular2-smart-table/blob/master/CHANGELOG.md) - [Commits](https://github.com/dj-fiorex/angular2-smart-table/compare/v3.2.0...v4.1.1) --- updated-dependencies: - dependency-name: angular2-smart-table dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++++------------------ package.json | 2 +- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index f322bb2e..cac651e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/file-saver": "^2.0.7", "@types/jquery": "^3.5.30", "ack-angular-webcam": "^1.10.0", - "angular2-smart-table": "^3.2.0", + "angular2-smart-table": "^4.1.1", "bootstrap": "^5.3.2", "chart.js": "^4.4.2", "crypto-js": "^4.2.0", @@ -6304,16 +6304,15 @@ } }, "node_modules/angular2-smart-table": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/angular2-smart-table/-/angular2-smart-table-3.2.0.tgz", - "integrity": "sha512-4UPYY1kYpZbRMZFhCQaVRpTKhesbt42oX4APz09dbpusD3wlhOmPvSG4+U+Fxqy/7+SHtdzlVEf/L++NqCRWwQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/angular2-smart-table/-/angular2-smart-table-4.1.1.tgz", + "integrity": "sha512-KpItXv7/KH7hVDHYR+yVBXPcNvaYIyQ9SeutSZkD5iZsHiQ6GD0F0A80ENH8rC61Wvwhd2HRWam8HQaZyu/+TA==", "dependencies": { - "tslib": "^2.6.0" + "tslib": "^2.8.0" }, "peerDependencies": { - "@angular/common": "16 - 17", - "@angular/core": "16 - 17", - "@angular/forms": "16 - 17", + "@angular/common": "18 - 21", + "@angular/core": "18 - 21", "lodash-es": "^4.17.21" } }, @@ -17314,9 +17313,9 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "node_modules/tsutils": { "version": "3.21.0", @@ -23046,11 +23045,11 @@ } }, "angular2-smart-table": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/angular2-smart-table/-/angular2-smart-table-3.2.0.tgz", - "integrity": "sha512-4UPYY1kYpZbRMZFhCQaVRpTKhesbt42oX4APz09dbpusD3wlhOmPvSG4+U+Fxqy/7+SHtdzlVEf/L++NqCRWwQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/angular2-smart-table/-/angular2-smart-table-4.1.1.tgz", + "integrity": "sha512-KpItXv7/KH7hVDHYR+yVBXPcNvaYIyQ9SeutSZkD5iZsHiQ6GD0F0A80ENH8rC61Wvwhd2HRWam8HQaZyu/+TA==", "requires": { - "tslib": "^2.6.0" + "tslib": "^2.8.0" } }, "ansi-colors": { @@ -31120,9 +31119,9 @@ } }, "tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" }, "tsutils": { "version": "3.21.0", diff --git a/package.json b/package.json index 9a5e4fd0..c14116c7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/file-saver": "^2.0.7", "@types/jquery": "^3.5.30", "ack-angular-webcam": "^1.10.0", - "angular2-smart-table": "^3.2.0", + "angular2-smart-table": "^4.1.1", "bootstrap": "^5.3.2", "chart.js": "^4.4.2", "crypto-js": "^4.2.0",