From a43c4f1f765f29bf5454a236c7e0f716b89cb928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:32:26 +0000 Subject: [PATCH] Bump bootstrap-table from 1.11.2 to 1.20.2 in /public Bumps [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) from 1.11.2 to 1.20.2. - [Release notes](https://github.com/wenzhixin/bootstrap-table/releases) - [Changelog](https://github.com/wenzhixin/bootstrap-table/blob/develop/CHANGELOG.md) - [Commits](https://github.com/wenzhixin/bootstrap-table/commits/1.20.2) --- updated-dependencies: - dependency-name: bootstrap-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- public/package-lock.json | 6 +++--- public/package.json | 2 +- public/yarn.lock | 10 +++++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/public/package-lock.json b/public/package-lock.json index e9d6ef90c..21291a7c3 100644 --- a/public/package-lock.json +++ b/public/package-lock.json @@ -56,9 +56,9 @@ } }, "bootstrap-table": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.11.2.tgz", - "integrity": "sha1-X1+EFMl9laQOVtPTZFI9pDKzwLE=" + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==" }, "bootstrap-v4-rtl": { "version": "4.1.1-1", diff --git a/public/package.json b/public/package.json index 7fffdcbd8..b4d23f972 100644 --- a/public/package.json +++ b/public/package.json @@ -11,7 +11,7 @@ "bootstrap": "3.3.6", "bootstrap-progressbar": "^0.9.0", "bootstrap-rtl": "3.3.4", - "bootstrap-table": "1.11.2", + "bootstrap-table": "1.20.2", "bootstrap-v4-rtl": "^4.1.1-1", "bootstrap-validator": "0.11.9", "datatables.net-bs": "^1.10.16", diff --git a/public/yarn.lock b/public/yarn.lock index c62575153..0c0123955 100644 --- a/public/yarn.lock +++ b/public/yarn.lock @@ -38,9 +38,13 @@ bootstrap-rtl@3.3.4: dependencies: bootstrap "^3.3.4" -bootstrap-table@1.11.2: - version "1.11.2" - resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.11.2.tgz#5f5f8414c97d95a40e56d3d364523da432b3c0b1" +bootstrap-table@1.20.2: + version "1.20.2" + resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.20.2.tgz#187fcd1812fa3422f964e3b32e3fc3d266108a83" + +bootstrap-v4-rtl@^4.1.1-1: + version "4.1.1-1" + resolved "https://registry.yarnpkg.com/bootstrap-v4-rtl/-/bootstrap-v4-rtl-4.1.1-1.tgz#453928bb8dfeebe8dd0ddabe2320baad8727438d" bootstrap-validator@0.11.9: version "0.11.9"