From 55b2ef9194e50214723cb5265a84391a3bd4f232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:32:50 +0000 Subject: [PATCH] Bump bootstrap-table from 1.16.0 to 1.20.2 in /web Bumps [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) from 1.16.0 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.16.0...1.20.2) --- updated-dependencies: - dependency-name: bootstrap-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 18 +++++++++++------- web/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 7d2857c..1548ee3 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD 3-Clause", "dependencies": { "bootstrap": "^4.5.0", - "bootstrap-table": "^1.16.0", + "bootstrap-table": "^1.20.2", "jquery": "^3.5.1", "popper.js": "^1.16.1" }, @@ -824,9 +824,12 @@ "dev": true }, "node_modules/bootstrap-table": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.16.0.tgz", - "integrity": "sha512-bLbVetbyiXYmhU1LSsaiOHH4uvmlyBa/fNUo3y0owCfQSyQms/sfXOBvbcJWlDmjGtTY7kPW5z7KQvQJDPzN5w==" + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==", + "peerDependencies": { + "jquery": "1.9.1 - 3" + } }, "node_modules/brace-expansion": { "version": "1.1.11", @@ -7696,9 +7699,10 @@ "dev": true }, "bootstrap-table": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.16.0.tgz", - "integrity": "sha512-bLbVetbyiXYmhU1LSsaiOHH4uvmlyBa/fNUo3y0owCfQSyQms/sfXOBvbcJWlDmjGtTY7kPW5z7KQvQJDPzN5w==" + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==", + "requires": {} }, "brace-expansion": { "version": "1.1.11", diff --git a/web/package.json b/web/package.json index 65c525a..7ad3c19 100644 --- a/web/package.json +++ b/web/package.json @@ -16,7 +16,7 @@ ], "dependencies": { "bootstrap": "^4.5.0", - "bootstrap-table": "^1.16.0", + "bootstrap-table": "^1.20.2", "jquery": "^3.5.1", "popper.js": "^1.16.1" },