From db76a351ef20cf1a5971752833a9792f3b37a99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 22:33:03 +0000 Subject: [PATCH] Bump bootstrap-table from 1.15.5 to 1.20.2 in /node-chat3 Bumps [bootstrap-table](https://github.com/wenzhixin/bootstrap-table) from 1.15.5 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.15.5...1.20.2) --- updated-dependencies: - dependency-name: bootstrap-table dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node-chat3/package-lock.json | 6 +++--- node-chat3/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node-chat3/package-lock.json b/node-chat3/package-lock.json index e8a961d..75b147a 100644 --- a/node-chat3/package-lock.json +++ b/node-chat3/package-lock.json @@ -51,9 +51,9 @@ } }, "bootstrap-table": { - "version": "1.15.5", - "resolved": "https://registry.npm.taobao.org/bootstrap-table/download/bootstrap-table-1.15.5.tgz", - "integrity": "sha1-oYlwaTlxhWA+9TB/TJiE/y7iu1w=" + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==" }, "bson": { "version": "1.1.6", diff --git a/node-chat3/package.json b/node-chat3/package.json index 53658b5..32ed4e1 100644 --- a/node-chat3/package.json +++ b/node-chat3/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "bootstrap-table": "^1.15.5", + "bootstrap-table": "^1.20.2", "connect-mongo": "^3.1.2", "cookie-parse": "^0.4.0", "cookie-parser": "^1.4.4",