From 6d5c82576663827f1697be52865e163b54db9d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:25:36 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 in /examples/nextjs Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 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..b0526d22 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.18.1", "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.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "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.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "loose-envify": { "version": "1.4.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 31311755..118ab504 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.18.1", "next": "^13.5.4", "prop-types": "^15.8.1", "react": "^18.2.0",