From 2d7a779a0a09f05a786f883eaea6f03be3f5a30b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 03:15:30 +0000 Subject: [PATCH] Bump bootstrap from 4.6.0 to 5.2.3 in /codewof Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.2.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.2.3) --- updated-dependencies: - dependency-name: bootstrap 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 c4f576ad9..d4b3c7a65 100644 --- a/codewof/package.json +++ b/codewof/package.json @@ -6,7 +6,7 @@ "devDependencies": { "ansi-colors": "4.1.1", "autoprefixer": "10.3.1", - "bootstrap": "4.6.0", + "bootstrap": "5.2.3", "browser-sync": "2.27.5", "browserify": "17.0.0", "child_process": "1.0.2",