From 13ff83251d60c3d06ee3865ce487906de729aea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 01:54:15 +0000 Subject: [PATCH] Bump bootstrap from 4.6.2 to 5.3.6 in /codewof Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.3.6. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.3.6) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- codewof/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codewof/package.json b/codewof/package.json index 7546b30f..1de3b7e6 100644 --- a/codewof/package.json +++ b/codewof/package.json @@ -6,7 +6,7 @@ "devDependencies": { "ansi-colors": "4.1.3", "autoprefixer": "10.4.21", - "bootstrap": "4.6.2", + "bootstrap": "5.3.6", "browserify": "17.0.1", "child_process": "1.0.2", "clipboard": "2.0.11",