From b92de905d2fd0c46425bf22104c4a26a8c133d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:01:41 +0000 Subject: [PATCH] Bump angular2-smart-table from 3.8.0 to 4.0.1 Bumps [angular2-smart-table](https://github.com/dj-fiorex/angular2-smart-table) from 3.8.0 to 4.0.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.8.0...v4.0.1) --- updated-dependencies: - dependency-name: angular2-smart-table dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c16d40fb..3ca36748f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^17.1.1", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "angular2-smart-table": "^3.8.0", + "angular2-smart-table": "^4.0.1", "marked": "^15.0.12", "prismjs": "^1.30.0", "rxjs": "^7.8.2", @@ -6635,16 +6635,16 @@ } }, "node_modules/angular2-smart-table": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/angular2-smart-table/-/angular2-smart-table-3.8.0.tgz", - "integrity": "sha512-vuZmhLNUtUWm/uX19ZDAc2Y5fNJQI6slOP3s/sc9H2OPWyakssx6BEOKXCSTmGykrt+tt1NN2xXW2M6BGW7rkg==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/angular2-smart-table/-/angular2-smart-table-4.0.1.tgz", + "integrity": "sha512-qKH8yQSDKNI890MGRtHuD4WEDRrQ1A/mvoq3gZsKr7+0JKOuc7IFRZGVM9tZ0HYj3G9AoKP+u6wX9+C0kP0Fyw==", "license": "MIT", "dependencies": { "tslib": "^2.7.0" }, "peerDependencies": { - "@angular/common": "16 - 20", - "@angular/core": "16 - 20", + "@angular/common": "18 - 20", + "@angular/core": "18 - 20", "lodash-es": "^4.17.21" } }, diff --git a/package.json b/package.json index de0a8bd93..7a0b2f1a1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@angular/platform-browser": "^17.1.1", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "angular2-smart-table": "^3.8.0", + "angular2-smart-table": "^4.0.1", "marked": "^15.0.12", "prismjs": "^1.30.0", "rxjs": "^7.8.2",