From bb8c1b2e04bfea6f23a9036cb7c3a46e98e03a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:32:29 +0000 Subject: [PATCH] chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 Bumps [lodash](https://github.com/lodash/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: lodash dependency-version: 4.17.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1cc7c8..11ba5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neatmarks", - "version": "0.7.1", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "neatmarks", - "version": "0.7.1", + "version": "0.8.0", "license": "WTFPL", "dependencies": { "@storybook/addons": "^7.6.17", @@ -40,7 +40,7 @@ "gulp": "^4.0.2", "gulp-mocha": "^7.0.2", "gulp-run": "^1.7.1", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "mini-css-extract-plugin": "^1.6.2", "mocha": "^7.1.2", "puppeteer": "^3.0.1", @@ -13784,9 +13784,9 @@ } }, "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==" }, "node_modules/lodash._basecopy": { "version": "3.0.1", @@ -32537,9 +32537,9 @@ } }, "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==" }, "lodash._basecopy": { "version": "3.0.1", diff --git a/package.json b/package.json index 7725d64..2c71556 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gulp": "^4.0.2", "gulp-mocha": "^7.0.2", "gulp-run": "^1.7.1", - "lodash": "^4.17.15", + "lodash": "^4.17.23", "mini-css-extract-plugin": "^1.6.2", "mocha": "^7.1.2", "puppeteer": "^3.0.1",