From a377c7e3d28fd542759030d7249c63f44f93188b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:17:54 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- tshtml-loader/package.json | 2 +- tshtml/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86e3a81..0511276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3393,9 +3393,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==", "license": "MIT" }, "node_modules/lodash.flattendeep": { @@ -5370,11 +5370,11 @@ } }, "tshtml": { - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "htmlparser2": "^10.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "ts-node": "^10.9.2", "typescript": "^5.9.3" }, @@ -5389,13 +5389,13 @@ } }, "tshtml-loader": { - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.17.23", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "tshtml": "^1.4.4", + "tshtml": "^1.4.5", "typescript": "^5.9.3" }, "bin": { diff --git a/tshtml-loader/package.json b/tshtml-loader/package.json index 50cb472..4fababb 100644 --- a/tshtml-loader/package.json +++ b/tshtml-loader/package.json @@ -49,7 +49,7 @@ "tsx": "^4.21.0" }, "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.17.23", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "tshtml": "^1.4.5", diff --git a/tshtml/package.json b/tshtml/package.json index c64bb11..2f8862a 100644 --- a/tshtml/package.json +++ b/tshtml/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "htmlparser2": "^10.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "ts-node": "^10.9.2", "typescript": "^5.9.3" },