diff --git a/benchmarks/aes/nodejs/package-lock.json b/benchmarks/aes/nodejs/package-lock.json index 0d3740b01..63c3ff9fb 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.17.23", "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.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "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.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/benchmarks/aes/nodejs/package.json b/benchmarks/aes/nodejs/package.json index 9da78389c..6142dea96 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.17.23", "minimist": "1.2.6", "tracing": "./utils/tracing/nodejs/", "yargs": "17.4.0"