From c389d8dc93838d6365cc1e16ef74c6f34c28b99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:33:06 +0000 Subject: [PATCH] build(deps): bump bootstrap-table from 1.11.2 to 1.20.2 in /App 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] --- App/package-lock.json | 6 +++--- App/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App/package-lock.json b/App/package-lock.json index b54fedbe..75fe8cc7 100644 --- a/App/package-lock.json +++ b/App/package-lock.json @@ -3234,9 +3234,9 @@ "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" }, "bootstrap-table": { - "version": "1.11.2", - "resolved": "http://registry.npm.taobao.org/bootstrap-table/download/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==" }, "brace-expansion": { "version": "1.1.8", diff --git a/App/package.json b/App/package.json index 1660df7e..7263b626 100644 --- a/App/package.json +++ b/App/package.json @@ -29,7 +29,7 @@ "@ngx-translate/core": "^10.0.2", "@ngx-translate/http-loader": "^3.0.1", "bootstrap": "^3.3.7", - "bootstrap-table": "^1.11.2", + "bootstrap-table": "^1.20.2", "core-js": "^2.4.1", "echarts": "^3.6.2", "font-awesome": "^4.7.0",