From 7809e6a85da015b866b55c51fb12b4b59ad30d82 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 /app/frontend/static 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] --- app/frontend/static/package.json | 2 +- app/frontend/static/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/frontend/static/package.json b/app/frontend/static/package.json index 63e7cf1a..aea30845 100644 --- a/app/frontend/static/package.json +++ b/app/frontend/static/package.json @@ -11,7 +11,7 @@ "@openfonts/dosis_latin": "^0.0.11", "@openfonts/lexend-deca_latin": "0.0.11", "bootstrap": "v4.3.1", - "bootstrap-table": "^1.15.4", + "bootstrap-table": "^1.20.2", "cross-env": "^5.2.1", "ekko-lightbox": "^5.3.0", "javascript-natural-sort": "^0.7.1", diff --git a/app/frontend/static/yarn.lock b/app/frontend/static/yarn.lock index 2746a3a4..f3a68df2 100644 --- a/app/frontend/static/yarn.lock +++ b/app/frontend/static/yarn.lock @@ -1511,10 +1511,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= -bootstrap-table@^1.15.4: - version "1.16.0" - resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.16.0.tgz#d05bd262e7f70a76ee872c658918983beb3befce" - integrity sha512-bLbVetbyiXYmhU1LSsaiOHH4uvmlyBa/fNUo3y0owCfQSyQms/sfXOBvbcJWlDmjGtTY7kPW5z7KQvQJDPzN5w== +bootstrap-table@^1.20.2: + version "1.20.2" + resolved "https://registry.yarnpkg.com/bootstrap-table/-/bootstrap-table-1.20.2.tgz#187fcd1812fa3422f964e3b32e3fc3d266108a83" + integrity sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA== bootstrap@v4.3.1: version "4.3.1"