From 2ea77cbc0970bdc4aaac279cd83c6192f3efdffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:17:54 +0000 Subject: [PATCH] Bump the external-miscellaneous group across 1 directory with 2 updates Bumps the external-miscellaneous group with 2 updates in the / directory: [backbone](https://github.com/jashkenas/backbone) and [lodash](https://github.com/lodash/lodash). Updates `backbone` from 1.6.0 to 1.6.1 - [Commits](https://github.com/jashkenas/backbone/compare/1.6.0...1.6.1) 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) --- updated-dependencies: - dependency-name: backbone dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-miscellaneous - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-miscellaneous ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6e2e24c3180f..9d8a950779dbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "@wordpress/warning": "3.19.1", "@wordpress/widgets": "4.19.2", "@wordpress/wordcount": "4.19.1", - "backbone": "1.6.0", + "backbone": "1.6.1", "clipboard": "2.0.11", "core-js-url-browser": "3.6.4", "element-closest": "3.0.2", @@ -89,7 +89,7 @@ "jquery-form": "4.3.0", "jquery-hoverintent": "1.10.2", "json2php": "0.0.12", - "lodash": "4.17.21", + "lodash": "4.17.23", "masonry-layout": "4.2.2", "moment": "2.30.1", "objectFitPolyfill": "2.3.5", @@ -10968,9 +10968,10 @@ } }, "node_modules/backbone": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.6.0.tgz", - "integrity": "sha512-13PUjmsgw/49EowNcQvfG4gmczz1ximTMhUktj0Jfrjth0MVaTxehpU+qYYX4MxnuIuhmvBLC6/ayxuAGnOhbA==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/backbone/-/backbone-1.6.1.tgz", + "integrity": "sha512-YQzWxOrIgL6BoFnZjThVN99smKYhyEXXFyJJ2lsF1wJLyo4t+QjmkLrH8/fN22FZ4ykF70Xq7PgTugJVR4zS9Q==", + "license": "MIT", "dependencies": { "underscore": ">=1.8.3" } @@ -24883,9 +24884,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "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-es": { "version": "4.17.21", diff --git a/package.json b/package.json index ba92d732a69d6..c7e7d094c7754 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "@wordpress/warning": "3.19.1", "@wordpress/widgets": "4.19.2", "@wordpress/wordcount": "4.19.1", - "backbone": "1.6.0", + "backbone": "1.6.1", "clipboard": "2.0.11", "core-js-url-browser": "3.6.4", "element-closest": "3.0.2", @@ -156,7 +156,7 @@ "jquery-form": "4.3.0", "jquery-hoverintent": "1.10.2", "json2php": "0.0.12", - "lodash": "4.17.21", + "lodash": "4.17.23", "masonry-layout": "4.2.2", "moment": "2.30.1", "objectFitPolyfill": "2.3.5",