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" },