From 36c559406bbdd8e3d95cbc1c81cb380c15874fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 07:00:32 +0000 Subject: [PATCH] Bump bootstrap from 5.2.0 to 5.2.1 Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a3f84b9..d05333fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@npmcli/arborist": "^4.3.1", "animate.css": "^4.1.1", "atob": "^2.1.2", - "bootstrap": "^5.0.0", + "bootstrap": "^5.2.1", "chart.js": "^3.7.0", "colors": "^1.4.0", "components-font-awesome": "^5.9.0", @@ -348,9 +348,9 @@ } }, "node_modules/bootstrap": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz", - "integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.1.tgz", + "integrity": "sha512-UQi3v2NpVPEi1n35dmRRzBJFlgvWHYwyem6yHhuT6afYF+sziEt46McRbT//kVXZ7b1YUYEVGdXEH74Nx3xzGA==", "funding": [ { "type": "github", @@ -362,7 +362,7 @@ } ], "peerDependencies": { - "@popperjs/core": "^2.11.5" + "@popperjs/core": "^2.11.6" } }, "node_modules/brace-expansion": { @@ -5806,9 +5806,9 @@ } }, "bootstrap": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.0.tgz", - "integrity": "sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.1.tgz", + "integrity": "sha512-UQi3v2NpVPEi1n35dmRRzBJFlgvWHYwyem6yHhuT6afYF+sziEt46McRbT//kVXZ7b1YUYEVGdXEH74Nx3xzGA==", "requires": {} }, "brace-expansion": { diff --git a/package.json b/package.json index 1b1cc55d..50b283e7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@npmcli/arborist": "^4.3.1", "animate.css": "^4.1.1", "atob": "^2.1.2", - "bootstrap": "^5.0.0", + "bootstrap": "^5.2.1", "chart.js": "^3.7.0", "colors": "^1.4.0", "components-font-awesome": "^5.9.0",