From d186fe5fe384358add1698c3ea04ecf038be88cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:33:13 +0000 Subject: [PATCH] Bump bootstrap-table from 1.15.4 to 1.20.2 Bumps [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) from 1.15.4 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/compare/1.15.4...1.20.2) --- updated-dependencies: - dependency-name: bootstrap-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6ec497..7753bfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3364,9 +3364,9 @@ "integrity": "sha1-fpizppbPRSp7VnJ/CzMWqQA3wQs=" }, "bootstrap-table": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.15.4.tgz", - "integrity": "sha512-hGp0480hLFQrqilnITEdJDhdes8zNwptQ7688osKhd1itCkRLrYbIIBFZ3eUanfS7oXxxmarN4krEqDLkrAw8Q==" + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index d81a7b2..962cde2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "bootstrap": "4.3.1", "bootstrap-material-design": "4.1.2", "bootstrap-notify": "3.1.3", - "bootstrap-table": "^1.15.4", + "bootstrap-table": "^1.20.2", "chartist": "0.11.2", "classlist.js": "1.1.20150312", "cloudinary-core": "^2.8.2",