From ebfc8ac9bc9b81e8fd16fa6e86a61cc8ace6d931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:49:15 +0000 Subject: [PATCH] Bump bootstrap and @types/bootstrap in /web Bumps [bootstrap](https://github.com/twbs/bootstrap) and [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap). These dependencies needed to be updated together. Updates `bootstrap` from 5.3.1 to 5.3.2 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.1...v5.3.2) Updates `@types/bootstrap` from 5.2.6 to 5.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/bootstrap" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 16 ++++++++-------- web/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ed8f8697..0e9325cd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@fortawesome/vue-fontawesome": "^3.0.3", "@highlightjs/vue-plugin": "^2.1.0", "@popperjs/core": "^2.11.8", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "bootswatch": "^5.3.1", "clipboard": "^2.0.11", "izitoast": "^1.4.0", @@ -24,7 +24,7 @@ "vue-router": "^4.2.4" }, "devDependencies": { - "@types/bootstrap": "^5.2.5", + "@types/bootstrap": "^5.2.7", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.62.0", "@vue/eslint-config-typescript": "^12.0.0", @@ -358,9 +358,9 @@ } }, "node_modules/@types/bootstrap": { - "version": "5.2.6", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.6.tgz", - "integrity": "sha512-BlAc3YATdasbHoxMoBWODrSF6qwQO/E9X8wVxCCSa6rWjnaZfpkr2N6pUMCY6jj2+wf0muUtLySbvU9etX6YqA==", + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.7.tgz", + "integrity": "sha512-vWs0HzobIB8Af2F0B1GXpaVLSVn1NWULDYgTIWp08Et/r2B3aAwwhFBeOs/rRFWJA38EZTXkWP3tepIjpQkpLg==", "dev": true, "dependencies": { "@popperjs/core": "^2.9.2" @@ -1512,9 +1512,9 @@ "dev": true }, "node_modules/bootstrap": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz", - "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", "funding": [ { "type": "github", diff --git a/web/package.json b/web/package.json index 01e2bde6..b4b500b7 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "@fortawesome/vue-fontawesome": "^3.0.3", "@highlightjs/vue-plugin": "^2.1.0", "@popperjs/core": "^2.11.8", - "bootstrap": "^5.3.1", + "bootstrap": "^5.3.2", "bootswatch": "^5.3.1", "clipboard": "^2.0.11", "izitoast": "^1.4.0", @@ -25,7 +25,7 @@ "vue-router": "^4.2.4" }, "devDependencies": { - "@types/bootstrap": "^5.2.5", + "@types/bootstrap": "^5.2.7", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.62.0", "@vue/eslint-config-typescript": "^12.0.0",