From c90c6a287b8dabe7a150ed2b7f31e8a4abcb8423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 00:28:32 +0000 Subject: [PATCH] Bump bootstrap and startbootstrap-landing-page Bumps [bootstrap](https://github.com/twbs/bootstrap) and [startbootstrap-landing-page](https://github.com/StartBootstrap/startbootstrap-landing-page). These dependencies needed to be updated together. Updates `bootstrap` from 4.0.0 to 5.1.3 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.0.0...v5.1.3) Updates `startbootstrap-landing-page` from 4.0.0 to 6.0.5 - [Release notes](https://github.com/StartBootstrap/startbootstrap-landing-page/releases) - [Commits](https://github.com/StartBootstrap/startbootstrap-landing-page/commits/v6.0.5) --- updated-dependencies: - dependency-name: bootstrap dependency-type: indirect - dependency-name: startbootstrap-landing-page dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 73 ++++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 38 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17f6f5e..ba9d0b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1414,9 +1414,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz", - "integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA==" + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", + "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==" }, "boxen": { "version": "1.3.0", @@ -3965,11 +3965,6 @@ } } }, - "font-awesome": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", - "integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=" - }, "for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", @@ -4058,7 +4053,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -4076,11 +4072,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "1.0.0", "concat-map": "0.0.1" @@ -4093,15 +4091,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4204,7 +4205,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4214,6 +4216,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "1.0.1" } @@ -4226,17 +4229,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "1.1.11" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "5.1.1", "yallist": "3.0.2" @@ -4253,6 +4259,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4325,7 +4332,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4335,6 +4343,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1.0.2" } @@ -4410,7 +4419,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4440,6 +4450,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "1.1.0", "is-fullwidth-code-point": "1.0.0", @@ -4457,6 +4468,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "2.1.1" } @@ -4495,11 +4507,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -6343,11 +6357,6 @@ "pretty-format": "20.0.3" } }, - "jquery": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", - "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" - }, "js-base64": { "version": "2.4.5", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz", @@ -9865,11 +9874,6 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, - "simple-line-icons": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/simple-line-icons/-/simple-line-icons-2.4.1.tgz", - "integrity": "sha1-t1vFoNh+UwkowszaVzUnS7JW8jQ=" - }, "sinon": { "version": "5.0.10", "resolved": "https://registry.npmjs.org/sinon/-/sinon-5.0.10.tgz", @@ -10170,14 +10174,11 @@ } }, "startbootstrap-landing-page": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/startbootstrap-landing-page/-/startbootstrap-landing-page-4.0.0.tgz", - "integrity": "sha512-nLl0YN4CvPUdwr16GllfHVD1bRjnfwaTrl1BCw6xnUoQqBRGsZtBQageQdTj1Jpy2KbtlzmMcz9NL4ijEMq8Bg==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/startbootstrap-landing-page/-/startbootstrap-landing-page-6.0.5.tgz", + "integrity": "sha512-ZEHkEiXcpjejW4Ty/v4yauTnHiWPYG3I6Q+w6vBhleBcpxysl1Awr+HzaElwQIYxJlkOuZf+p6RdgiBEdF0HBQ==", "requires": { - "bootstrap": "4.0.0", - "font-awesome": "4.7.0", - "jquery": "3.3.1", - "simple-line-icons": "2.4.1" + "bootstrap": "5.1.3" } }, "static-extend": { diff --git a/package.json b/package.json index 2173c7f..f038a9e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-scripts": "1.1.4", "react-test-renderer": "^16.4.0", "sinon": "^5.0.10", - "startbootstrap-landing-page": "^4.0.0", + "startbootstrap-landing-page": "^6.0.5", "superagent": "^3.8.3" }, "scripts": {