From 980fab6b042eb87ba5d48ec4f874405bb4f8ade2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:32:53 +0000 Subject: [PATCH] build(deps-dev): bump bootstrap-table in /controller/app Bumps [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) from 1.18.3 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.18.3...1.20.2) --- updated-dependencies: - dependency-name: bootstrap-table dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- controller/app/package-lock.json | 14 +++++++------- controller/app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/controller/app/package-lock.json b/controller/app/package-lock.json index 794d62f..211d0a7 100644 --- a/controller/app/package-lock.json +++ b/controller/app/package-lock.json @@ -12,7 +12,7 @@ "@babel/runtime": "^7.14.6", "@glif/filecoin-number": "^1.1.0", "bootstrap-cron-picker": "^1.0.0", - "bootstrap-table": "^1.18.3", + "bootstrap-table": "^1.20.2", "jquery": "^3.6.0", "pretty-bytes": "^5.6.0" } @@ -79,9 +79,9 @@ } }, "node_modules/bootstrap-table": { - "version": "1.18.3", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.18.3.tgz", - "integrity": "sha512-/eFLkldDlNFi37qC/d9THfRVxMUGD34E8fQBFtXJLDHLBOVKWDTq7BV+udoP7k3FfCEyhM1jWQnQ0rMQdBv//w==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==", "dev": true, "peerDependencies": { "jquery": "1.9.1 - 3" @@ -187,9 +187,9 @@ } }, "bootstrap-table": { - "version": "1.18.3", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.18.3.tgz", - "integrity": "sha512-/eFLkldDlNFi37qC/d9THfRVxMUGD34E8fQBFtXJLDHLBOVKWDTq7BV+udoP7k3FfCEyhM1jWQnQ0rMQdBv//w==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==", "dev": true, "requires": {} }, diff --git a/controller/app/package.json b/controller/app/package.json index cb5ae91..1d07ecb 100644 --- a/controller/app/package.json +++ b/controller/app/package.json @@ -20,7 +20,7 @@ "@babel/runtime": "^7.14.6", "@glif/filecoin-number": "^1.1.0", "bootstrap-cron-picker": "^1.0.0", - "bootstrap-table": "^1.18.3", + "bootstrap-table": "^1.20.2", "jquery": "^3.6.0", "pretty-bytes": "^5.6.0" }