From b3dedb43702cc1ce78ec59efbd4cd8870c55c124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 08:55:03 +0000 Subject: [PATCH] build(deps): bump lodash in /benchmarks/aes/nodejs 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] --- benchmarks/aes/nodejs/package-lock.json | 14 +++++++------- benchmarks/aes/nodejs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/benchmarks/aes/nodejs/package-lock.json b/benchmarks/aes/nodejs/package-lock.json index 0d3740b01..0b5a74603 100644 --- a/benchmarks/aes/nodejs/package-lock.json +++ b/benchmarks/aes/nodejs/package-lock.json @@ -13,7 +13,7 @@ "async": "3.2.3", "crypto-js": "4.2.0", "google-protobuf": "3.0.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "minimist": "1.2.6", "tracing": "./utils/tracing/nodejs/", "yargs": "17.4.0" @@ -252,9 +252,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/lodash.camelcase": { "version": "4.3.0", @@ -588,9 +588,9 @@ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" }, "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==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/benchmarks/aes/nodejs/package.json b/benchmarks/aes/nodejs/package.json index 9da78389c..872ba4a99 100644 --- a/benchmarks/aes/nodejs/package.json +++ b/benchmarks/aes/nodejs/package.json @@ -7,7 +7,7 @@ "async": "3.2.3", "crypto-js": "4.2.0", "google-protobuf": "3.0.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "minimist": "1.2.6", "tracing": "./utils/tracing/nodejs/", "yargs": "17.4.0"