From 2a522423bc2bfa4de726fd4994d8c6f23da7c8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 06:46:13 +0000 Subject: [PATCH] fix(deps): bump bootstrap from 4.6.2 to 5.2.2 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.2.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.2...v5.2.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b277584..92e3c4a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "*.**": "prettier --check --ignore-unknown" }, "dependencies": { - "bootstrap": "^4.6.2", + "bootstrap": "^5.2.2", "bootstrap-vue": "^2.22.0", "core-js": "^3.25.3", "nuxt": "^2.15.8",