From cfc2f9b0da89617982a07f74912996f129cd3162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:50:58 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [lodash](https://github.com/lodash/lodash) and [undici](https://github.com/nodejs/undici). Bumps the npm_and_yarn group with 1 update in the /e2e/fixtures/npm/simple directory: [bootstrap](https://github.com/twbs/bootstrap). Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) Updates `undici` from 7.16.0 to 7.19.2 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.19.2) Updates `bootstrap` from 3.1.1 to 5.0.0 - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.1.1...v5.0.0) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.19.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: bootstrap dependency-version: 5.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- e2e/fixtures/npm/simple/package-lock.json | 28 +++++++++++++++++++---- e2e/fixtures/npm/simple/package.json | 2 +- package-lock.json | 8 +++++-- 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/e2e/fixtures/npm/simple/package-lock.json b/e2e/fixtures/npm/simple/package-lock.json index 02c1b3c9..d4ad63fe 100644 --- a/e2e/fixtures/npm/simple/package-lock.json +++ b/e2e/fixtures/npm/simple/package-lock.json @@ -9,15 +9,33 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "bootstrap": "3.1.1", + "bootstrap": "5.0.0", "vue": "3.5.13" } }, + "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": "3.1.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.1.1.tgz", - "integrity": "sha512-TAzqS8E/ISpVHP29gYhy+1NSV+FJwApDVQhDfgLYsIuUDJiqJzH2DfORN5tiu+Ie2iBLrzEG34t4Rf465cigqg==", - "license": "MIT" + "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" + } }, "node_modules/vue": { "version": "3.5.13", diff --git a/e2e/fixtures/npm/simple/package.json b/e2e/fixtures/npm/simple/package.json index 735f9c6e..ebeb87bc 100644 --- a/e2e/fixtures/npm/simple/package.json +++ b/e2e/fixtures/npm/simple/package.json @@ -6,7 +6,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "bootstrap": "3.1.1", + "bootstrap": "5.0.0", "vue": "3.5.13" }, "packageManager:ignored": "npm", diff --git a/package-lock.json b/package-lock.json index d956440b..a27033f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9832,7 +9832,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash.get": { @@ -12808,7 +12810,9 @@ } }, "node_modules/undici": { - "version": "7.16.0", + "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.19.2.tgz", + "integrity": "sha512-4VQSpGEGsWzk0VYxyB/wVX/Q7qf9t5znLRgs0dzszr9w9Fej/8RVNQ+S20vdXSAyra/bJ7ZQfGv6ZMj7UEbzSg==", "license": "MIT", "engines": { "node": ">=20.18.1"