From 08095440560c05af19c4c1577f572e07562c9f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:33:09 +0000 Subject: [PATCH] Bump bootstrap-table from 1.16.0 to 1.20.2 in /hw6 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] --- hw6/package-lock.json | 6 +++--- hw6/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",