From ab935148e8291c3dc8cf6aad79b4fed42b3568b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:18:00 +0000 Subject: [PATCH] Bump tablesort from 5.2.1 to 5.6.0 Bumps [tablesort](https://github.com/tristen/tablesort) from 5.2.1 to 5.6.0. - [Release notes](https://github.com/tristen/tablesort/releases) - [Commits](https://github.com/tristen/tablesort/compare/5.2.1...5.6.0) --- updated-dependencies: - dependency-name: tablesort dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79d11b9fe..3b8c40e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "jquery": "^3", "lodash": "^4.17.21", "mark.js": "^8.11.1", - "tablesort": "^5.2.1" + "tablesort": "^5.6.0" }, "devDependencies": { "standard": "^17.1.2" @@ -3058,9 +3058,14 @@ } }, "node_modules/tablesort": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/tablesort/-/tablesort-5.2.1.tgz", - "integrity": "sha512-AmNSrtzyba5Bd+Fm8oJJj/xS2bj5acoHEsDHxER2/4Tzo+5noPORpEsSLT9dI15X2MIuXlNnj+BBQcpMsoeTXQ==" + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/tablesort/-/tablesort-5.6.0.tgz", + "integrity": "sha512-cZZXK3G089PbpxH8N7vN7Z21SEKqXAaCiSVOmZdR/v7z8TFCsF/OFr0rzjhQuFlQQHy9uQtW9P2oQFJzJFGVrg==", + "license": "MIT", + "engines": { + "node": ">= 16", + "npm": ">= 8" + } }, "node_modules/text-table": { "version": "0.2.0", @@ -5484,9 +5489,9 @@ "dev": true }, "tablesort": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/tablesort/-/tablesort-5.2.1.tgz", - "integrity": "sha512-AmNSrtzyba5Bd+Fm8oJJj/xS2bj5acoHEsDHxER2/4Tzo+5noPORpEsSLT9dI15X2MIuXlNnj+BBQcpMsoeTXQ==" + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/tablesort/-/tablesort-5.6.0.tgz", + "integrity": "sha512-cZZXK3G089PbpxH8N7vN7Z21SEKqXAaCiSVOmZdR/v7z8TFCsF/OFr0rzjhQuFlQQHy9uQtW9P2oQFJzJFGVrg==" }, "text-table": { "version": "0.2.0", diff --git a/package.json b/package.json index 2aeff99a0..6eac1fb1c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "jquery": "^3", "lodash": "^4.17.21", "mark.js": "^8.11.1", - "tablesort": "^5.2.1" + "tablesort": "^5.6.0" }, "devDependencies": { "standard": "^17.1.2" diff --git a/yarn.lock b/yarn.lock index ecffe8c13..0e1f5184a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2002,10 +2002,10 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -tablesort@^5.2.1: - version "5.3.0" - resolved "https://registry.yarnpkg.com/tablesort/-/tablesort-5.3.0.tgz#899534f40f5395c1ec4d00f7b9d026c6e21ccc3f" - integrity sha512-WkfcZBHsp47gVH9CBHG0ZXopriG01IA87arGrchvIe868d4RiXVvoYPS1zMq9IdW05kBs5iGsqxTABqLyWonbg== +tablesort@^5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/tablesort/-/tablesort-5.6.0.tgz#4ce174e7ffbabfbba8ae72f9df70654c32eb981c" + integrity sha512-cZZXK3G089PbpxH8N7vN7Z21SEKqXAaCiSVOmZdR/v7z8TFCsF/OFr0rzjhQuFlQQHy9uQtW9P2oQFJzJFGVrg== text-table@^0.2.0: version "0.2.0"