From 8055c342f858125bbc79320b5bebf37ec4f14da0 Mon Sep 17 00:00:00 2001 From: nscuro Date: Tue, 16 Jul 2024 22:17:36 +0200 Subject: [PATCH] Bump `bootstrap-table` to 1.22.6 Fixes the `sort` event not being triggered when clicking table columns. https://bootstrap-table.com/news/ Signed-off-by: nscuro --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfdaf20ce..4a065363d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@johmun/vue-tags-input": "2.1.0", "axios": "1.6.8", "bootstrap": "4.6.2", - "bootstrap-table": "1.22.4", + "bootstrap-table": "1.22.6", "bootstrap-vue": "2.23.1", "chart.js": "2.9.4", "core-js": "3.36.1", @@ -77,7 +77,7 @@ "vue-template-compiler": "2.7.16" }, "engines": { - "node": ">= 18", + "node": ">= 20", "npm": ">= 9" } }, @@ -5798,9 +5798,9 @@ } }, "node_modules/bootstrap-table": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.4.tgz", - "integrity": "sha512-fX7gu1ipsgs9efKGNDg33BBY0ClY+Y6XcYb2WIdIleDj8uYidyCo5Iust2CLtp3o0PRBr0R2PKZ/b+SN39BONg==", + "version": "1.22.6", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.6.tgz", + "integrity": "sha512-thyvL2B1J0rkRtHgfEAOiHZGXsGbxyd+uBPX/5JEB+RE+6Efu2+T67sd8I5kxdXkkoGAAPEsHH7iRI3iT8GkJg==", "peerDependencies": { "jquery": "3" } @@ -24252,9 +24252,9 @@ "requires": {} }, "bootstrap-table": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.4.tgz", - "integrity": "sha512-fX7gu1ipsgs9efKGNDg33BBY0ClY+Y6XcYb2WIdIleDj8uYidyCo5Iust2CLtp3o0PRBr0R2PKZ/b+SN39BONg==", + "version": "1.22.6", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.6.tgz", + "integrity": "sha512-thyvL2B1J0rkRtHgfEAOiHZGXsGbxyd+uBPX/5JEB+RE+6Efu2+T67sd8I5kxdXkkoGAAPEsHH7iRI3iT8GkJg==", "requires": {} }, "bootstrap-toggle": { diff --git a/package.json b/package.json index 50c257067..596122729 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@johmun/vue-tags-input": "2.1.0", "axios": "1.6.8", "bootstrap": "4.6.2", - "bootstrap-table": "1.22.4", + "bootstrap-table": "1.22.6", "bootstrap-vue": "2.23.1", "chart.js": "2.9.4", "core-js": "3.36.1",