From 174fcb36963555391b55bc9d2392ce52ee843ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:32:58 +0000 Subject: [PATCH] Bump bootstrap-table from 1.11.2 to 1.20.2 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] --- 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 98ac830..bf41033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,9 +60,9 @@ "dev": true }, "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==" }, "chartist": { "version": "0.11.0", diff --git a/package.json b/package.json index a5b8d63..d95cd88 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/jquery.bootstrap.wizard": "0.0.29", "bootstrap": "^3.4.1", "bootstrap-notify": "^3.1.3", - "bootstrap-table": "^1.11.2", + "bootstrap-table": "^1.20.2", "chartist": "^0.11.0", "font-awesome": "^4.7.0", "fullcalendar": "^3.4.0",