diff --git a/hw6/package-lock.json b/hw6/package-lock.json index 8522277..d4c517b 100644 --- a/hw6/package-lock.json +++ b/hw6/package-lock.json @@ -206,9 +206,9 @@ "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" }, "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==" }, "brace-expansion": { "version": "1.1.11", diff --git a/hw6/package.json b/hw6/package.json index 16b27db..266a923 100644 --- a/hw6/package.json +++ b/hw6/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "bootstrap": "^4.4.1", - "bootstrap-table": "^1.16.0", + "bootstrap-table": "^1.20.2", "chart.js": "^2.9.3", "font-awesome": "^4.7.0", "jquery": "^3.5.1",