From a2b9325a656b75b3bebfd198ea3588ba980b355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 09:32:57 +0000 Subject: [PATCH] Bump bootstrap-scss from 4.6.1 to 5.2.1 Bumps [bootstrap-scss](https://github.com/crissdev/bootstrap-scss) from 4.6.1 to 5.2.1. - [Release notes](https://github.com/crissdev/bootstrap-scss/releases) - [Commits](https://github.com/crissdev/bootstrap-scss/compare/v4.6.1...v5.2.1) --- updated-dependencies: - dependency-name: bootstrap-scss dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d081d9a0d1..4590de491b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "docs.flutter.dev", "version": "0.0.0", "dependencies": { - "bootstrap-scss": "^4.6.1", + "bootstrap-scss": "^5.2.1", "diff2html-cli": "^5.2.4", "firebase-tools": "^v11.1.0", "font-awesome": "^4.7.0", @@ -299,9 +299,9 @@ "integrity": "sha1-/bC0OWLKe0BFanwrtI/hc9otISI=" }, "node_modules/bootstrap-scss": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap-scss/-/bootstrap-scss-4.6.1.tgz", - "integrity": "sha512-8rAYXcuOUAr5SAGM0omZa9wefBR0hZMUVfcbZCCvW+Sm5nSRgI/qMEbb+oWdocwcoX9PYV1yoP722Yp5OEJlnw==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bootstrap-scss/-/bootstrap-scss-5.2.1.tgz", + "integrity": "sha512-/OGfbIrODe0eIZKBxdL9EhTh7K0mNzv49LQTFxyd1k9ar2kwUgMZiHuVgVCqAOak4/ifnnIHLXwH8m20zr3YnA==" }, "node_modules/boxen": { "version": "4.2.0", @@ -10066,9 +10066,9 @@ "integrity": "sha1-/bC0OWLKe0BFanwrtI/hc9otISI=" }, "bootstrap-scss": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/bootstrap-scss/-/bootstrap-scss-4.6.1.tgz", - "integrity": "sha512-8rAYXcuOUAr5SAGM0omZa9wefBR0hZMUVfcbZCCvW+Sm5nSRgI/qMEbb+oWdocwcoX9PYV1yoP722Yp5OEJlnw==" + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bootstrap-scss/-/bootstrap-scss-5.2.1.tgz", + "integrity": "sha512-/OGfbIrODe0eIZKBxdL9EhTh7K0mNzv49LQTFxyd1k9ar2kwUgMZiHuVgVCqAOak4/ifnnIHLXwH8m20zr3YnA==" }, "boxen": { "version": "4.2.0", diff --git a/package.json b/package.json index 5393d6848d5..c2dc862b1a3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/flutter/website.git" }, "dependencies": { - "bootstrap-scss": "^4.6.1", + "bootstrap-scss": "^5.2.1", "diff2html-cli": "^5.2.4", "font-awesome": "^4.7.0", "superstatic": "^8.0.0",