From 18b30e8e7d462c973e4c730a2d863203c95db99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:08:17 +0000 Subject: [PATCH] Bump bootstrap-switch from 3.3.4 to 3.4.0 in /tcms Bumps [bootstrap-switch](https://github.com/Bttstrp/bootstrap-switch) from 3.3.4 to 3.4.0. - [Release notes](https://github.com/Bttstrp/bootstrap-switch/releases) - [Changelog](https://github.com/Bttstrp/bootstrap-switch/blob/master/CHANGELOG.md) - [Commits](https://github.com/Bttstrp/bootstrap-switch/commits) --- updated-dependencies: - dependency-name: bootstrap-switch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tcms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcms/package.json b/tcms/package.json index 74cdf310bf..5a302a86a5 100644 --- a/tcms/package.json +++ b/tcms/package.json @@ -1,7 +1,7 @@ { "dependencies": { "bootstrap-duration-picker": "2.1.3", - "bootstrap-switch": "3.3.4", + "bootstrap-switch": "3.4.0", "html5sortable": "0.13.3", "patternfly": "3.59.5", "simplemde": "1.11.2",