From 509c1ce4f1df3b6d7c72582ba7442fdb27c93994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:00:15 +0000 Subject: [PATCH] Bump bootstrap from 4.4.1 to 5.0.0 in /themes/hugo-academic Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- themes/hugo-academic/package-lock.json | 39 ++++++++++++++++++++++---- themes/hugo-academic/package.json | 2 +- 2 files changed, 34 insertions(+), 7 deletions(-) diff --git a/themes/hugo-academic/package-lock.json b/themes/hugo-academic/package-lock.json index 3fa83d90..19cc0fd5 100644 --- a/themes/hugo-academic/package-lock.json +++ b/themes/hugo-academic/package-lock.json @@ -1,13 +1,40 @@ { "name": "academic", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "bootstrap": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz", - "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==" + "packages": { + "": { + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "bootstrap": "^5.0.0" + }, + "devDependencies": {} + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/bootstrap": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + }, + "peerDependencies": { + "@popperjs/core": "^2.9.2" + } } } } diff --git a/themes/hugo-academic/package.json b/themes/hugo-academic/package.json index 5d6e1a0f..9306b580 100644 --- a/themes/hugo-academic/package.json +++ b/themes/hugo-academic/package.json @@ -4,7 +4,7 @@ "description": "The Page Builder for Hugo", "main": "index.js", "dependencies": { - "bootstrap": "^4.4.1" + "bootstrap": "^5.0.0" }, "devDependencies": {}, "scripts": {