From e14684bb73df8ad374f3d09f57affa243ef88ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:14:27 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /examples/nextjs 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 ... Signed-off-by: dependabot[bot] --- examples/nextjs/package-lock.json | 14 +++++++------- examples/nextjs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/nextjs/package-lock.json b/examples/nextjs/package-lock.json index 8b7e19b7..f948f029 100644 --- a/examples/nextjs/package-lock.json +++ b/examples/nextjs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@rdkit/rdkit": "^2022.9.5-1.0.0", "copy-webpack-plugin": "^11.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "next": "^13.5.4", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -912,9 +912,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/loose-envify": { "version": "1.4.0", @@ -2307,9 +2307,9 @@ "peer": true }, "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==" }, "loose-envify": { "version": "1.4.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 31311755..ac3326e0 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "dependencies": { "@rdkit/rdkit": "^2022.9.5-1.0.0", "copy-webpack-plugin": "^11.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "next": "^13.5.4", "prop-types": "^15.8.1", "react": "^18.2.0",